627 Commits (df5c479b95b15d70bcdc593fdcb72bf2f034cee7)

Author SHA1 Message Date
Benny Baumann ea30b98b86 Read executable name before checking the command line 2 years ago
Benny Baumann 1f664ee214 Properly track if we actually hit any token while scanning cmdline 2 years ago
Christian Göttsche 94c7822401 Explicitly check sscanf(3) and fscanf(3) return values 2 years ago
Christian Göttsche 207db2e8f8 Linux: drop preconditions for free_and_xStrdup() 2 years ago
Christian Göttsche 8e11f1f656 Linux: rename variable for clearer intent 2 years ago
Benny Baumann b6b9384678 Fix the display of number of running tasks 2 years ago
Christian Göttsche e59176f23c Fix static linking with libsystemd 2 years ago
Christian Göttsche 2b6304cec5 Linux: use fseek(3) 2 years ago
Benny Baumann b149a506cf Shorten docker container IDs to 12 characters 2 years ago
Benny Baumann 6490590dc8 Relocate include of config.h from header to source modeule 2 years ago
Benny Baumann e56089e1fa Update includes based on IWYU 2 years ago
Benny Baumann 2aacbf84cb Use consistent style for process field output/compare functions 2 years ago
Benny Baumann 6aa9ef2726 Fix code style 2 years ago
Daniel Lange 179aeb0108 Add includes for config.h as per the discussion in PR #1337 2 years ago
Benny Baumann 92a68c097f Consolidate duplicate string constants in CGroup filters 2 years ago
Benny Baumann d5b1556497 Add column for process container name 2 years ago
Benny Baumann 1069e069ab Add logic to filter the container name (+type) from the CGroup name 2 years ago
Nathan Scott 8915caedc5 Fix a little header comment typo in the CGroupUtils code 2 years ago
BowDown097 d20fcab197
Update linux/LinuxProcessTable.c 2 years ago
BowDown097 ed1c7450e2 Use printKBytes 2 years ago
BowDown097 986dbfc19c Linux + PCP: Add private memory size column 2 years ago
Nathan Scott 2698483444 Remove unused zswap pool size calculation from commit 71f5a80d9e 2 years ago
Benny Baumann e49a40ad82 Shorten podman/libpod container IDs to 12 characters 2 years ago
Benny Baumann a64d1ea6c0 Avoid OOB read when parsing process memory maps on Linux 2 years ago
Kevin Bracey 69a505d69c Move shared memory next to used memory 2 years ago
Nathan Scott 4103c23327 strchrnul is a GNU libc extension, add a wrapper for other platforms 2 years ago
Nathan Scott 66c0b19ed6 Correct pid_t type return from Platform_getMaxPid function 3 years ago
Nathan Scott b74673fe37 Rename ProcessList to ProcessTable throughout 3 years ago
Christian Göttsche 8f0fc2ce6a linux: right align IO_READ_RATE column title 3 years ago
Sohaib Mohamed 53bdcab942 Support dynamic screens with 'top-most' entities beyond processes 3 years ago
Nathan Scott 0f751e991d Introduce Row and Table classes for screens beyond top-processes 3 years ago
Explorer09 25cb42f0e4 Rework ZramMeter and remove MeterClass.comprisedValues 3 years ago
Explorer09 076b913c7f Compare all percentage fields with compareRealNumbers() 3 years ago
Explorer09 b416433fbe Replace isnan() with better comparisons (isgreater(), etc.) 3 years ago
Explorer09 c6fd64fce8 More robust logic for CPU process percentages (Linux & PCP) 3 years ago
Benny Baumann 30256a77c8 Header order 3 years ago
Benny Baumann 84f10749f3 Avoid VLA in LibSensors code 3 years ago
lestermfp 5558c015f6 Short-term fix for docker container detection 3 years ago
Nathan Scott 0fb0d75433 Fix Linux running tasks count in the Tasks Meter, a recent regression 3 years ago
Benny Baumann 8e4ce18ba8 Add missing copyright/file headers 3 years ago
Benny Baumann 32f8d4c407 Make header sort order consistent again 3 years ago
Benny Baumann b3cf54e3f9 Always mark config.h with IWYU pragma: keep 3 years ago
Nathan Scott 290ddba35e Minor whitespace and small logic flow improvements on review 3 years ago
Nathan Scott 72235d8e09 Adapt platform code for the new Machine base class 3 years ago
Nathan Scott 0bdade1b6c Introduce Machine class for host-specific info (split from ProcessList) 3 years ago
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