579 Commits (e4ebe18b67c366d367231a1123b057c82018cf5b)

Author SHA1 Message Date
Ivan Shapovalov 71f2e66126 Linux: (hack) work around the fact that Zswapped pages may be SwapCached 3 years ago
Ivan Shapovalov 71f5a80d9e Linux: implement zswap support 3 years ago
Ivan Shapovalov 0c8df5f993 Linux: fix include style issues for ZramStats.h 3 years ago
Ivan Shapovalov b29b33ebb9 {Memory,Swap}Meter: add "compressed memory" metrics 3 years ago
Ivan Shapovalov b2ada27840 {Memory,Swap}Meter: make sure new constants are used consistently 3 years ago
Christian Göttsche 467bb78bb1 ZramMeter: update bar mode 3 years ago
Benny Baumann da255cb33f Minor code formatting consistency fixes 3 years ago
Nathan Scott e7f447b6a3 Refactor and consolidate dynamic meters/columns pointers 3 years ago
Kirill Tkhai ab49f3f180 Naming convention: LinuxProcess *lp and Process *process. 3 years ago
Kirill Tkhai b618c379e1 This patch is for "Hide userland process threads mode is off" case. 3 years ago
Guillaume Gomez e207c8aebd Improve CPU computation code 3 years ago
Guillaume Gomez c803ec6dae Improve code readability by using enum values instead of raw numbers 3 years ago
Daniel Lange 11318b5ef6 Remove LXC special handling for the CPU count 3 years ago
Benny Baumann 62f4628efe Implement File Descriptor Meter support for Linux 3 years ago
Christian Göttsche 7c68f01ddd Misc cleanup 3 years ago
Matthias Maier 0bd10858a1 Linux: add IRQ PSI meter 3 years ago
Christian Göttsche e3481a9846 Linux: highlight username if process has elevated privileges 3 years ago
Christian Göttsche 8ea144df74 Linux: Refactor /proc/<pid>/status parsing 3 years ago
Christian Göttsche 436279a01c Linux: move helper function to top of file 3 years ago
Christian Göttsche da49489691 Add support for scheduling policies 3 years ago
Aidan Epstein f1da8cfa28 Add a systemd user meter to monitor user units. 3 years ago
наб 650cf0f13b Use a 0x{devnum} format for devices in lock screen, like files screen 3 years ago
наб 8def4d63cd Replace meaningless ID column with FD column in lock screen 3 years ago
наб 67bc7fe640 Clean out Platform_getInodeFilename 3 years ago
наб aa48120a16 Fix Linux Platform_getProcessLocks() for file-description locks 3 years ago
Guillaume Gomez 560a04ad25 Improve code readability by creating constants for memory values 3 years ago
Benny Baumann 40104588f3 Reformat code base 3 years ago
Benny Baumann 835c0dd698 Clarify M_TRS/M_DRS columns 3 years ago
valdaarhun 7b83459a67 Fix code style and make other minor changes 4 years ago
valdaarhun a52f6d4354 Implement LinuxProcessList_checkPidNamespace 4 years ago
Christian Göttsche 584124c9f4 Convert tab indentation to spaces 4 years ago
Christian Göttsche 2f62ee0698 Linux: support openat() without readlinkat() 4 years ago
Christian Hesse 423eff6267 linux/SystemdMeter: use warning for some states 4 years ago
Christian Göttsche 9a4879b48f Please Clang 15 4 years ago
Benny Baumann 2999fff88e Refactor code for rendering command line cache 4 years ago
ilyam8 491c6f1044 consider only shrinkable ZFS ARC as cache on Linux 4 years ago
Christian Göttsche 0e29174211 Do not scan new processes for deleted libs 4 years ago
Kumar 038f2ae777 Linux: Increase field width of CPUD% and SWAPD% to 5 4 years ago
Kumar 0af08bcfc9 Process: Display single digit precision for CPU% greater than 99.9% 4 years ago
Benny Baumann ef4cbae5ea Minor code style update 4 years ago
Explorer09 44091705db Use of NULL in execlp() must have a pointer cast. 4 years ago
ilyam8 51228b6239 fix container detection for LXC 4 years ago
Daniel Lange 33973f7e40 Limit active CPU count under LXC as well 4 years ago
Denis Lisov fae7ff6f03 LinuxProcessList_recurseProcTree: keep on read error 4 years ago
Denis Lisov e07fce7014 LinuxProcessList_recurseProcTree: open dirfd first 4 years ago
Daniel Lange e08eec813c Remove redundant sscanf calls (in (s)scanf a blank validates _zero_ or more whitespace) 4 years ago
Daniel Lange 0d53245cf9 LXC: Limit CPU count to what is given in /proc/cpuinfo despite the container seeing the real host CPUs 4 years ago
Christian Göttsche a7a6571d14 Fix typo 4 years ago
Daniel Lange cdf3f3c50b Remove stray fprintf left from testing (introduced in 7039abe) 4 years ago
Daniel Lange 7039abe109 Guess lxc or docker from /proc/1/mounts 4 years ago