72 Commits (6aed2be24706ec6ccf7f68b11020142816dc49b4)

Author SHA1 Message Date
Nathan Scott eef6bc447d Correction to smaps buffer size passed to smaps path snprintf 6 years ago
Jure Oder 88c9ebb8f7 Properly identify zombie processes 6 years ago
Daniel Flanagan dd33444f7e Clean up existing whitespace 6 years ago
Ross Williams a267003f2f Linux fixes 7 years ago
Ross Williams 613556faeb Support for ZFS Compressed ARC statistics 7 years ago
Arnavion 81b64691a7 Move sysfs-reading code to LinuxProcessList.c and add average frequency. 7 years ago
Ross Williams a88d2e313d Refactor common OpenZFS sysctl access 7 years ago
Ross Williams 070fe90461 ZFS arcstats for Linux 7 years ago
Alexander Schlarb 078c2ddde5 Linux: Use /proc/*/smaps_rollup for improved PSS parsing speed 7 years ago
Alexander Schlarb fc0bf546c3 Linux: Add PSS (proportional set size), Swap and SwapPSS calculation 7 years ago
Hisham Muhammad 402e46bb82 Linting changes 7 years ago
Wataru Ashihara 41754e5632
Remove unnecessary HAVE_SYS_SYSMACROS_H check 7 years ago
Hisham Muhammad bae27054e6 Linux: fix CPU count 8 years ago
Hisham Muhammad 8d01ae2054 Linux: remove warnings of unused variables 8 years ago
Shawn Landden bd1d719a61 Linux: add process->starttime and use it for STARTTIME column (#700) 8 years ago
Score_Under d74b6dc8e0 Fix process name updates for shorter strings (#812) 8 years ago
Hisham Muhammad 47cf1532b0 Linux: change how kernel threads are detected 8 years ago
Kang-Che Sung (宋岡哲) c01f40eb3e Fix build failure ('major' undefined) in glibc 2.28. (#746) 8 years ago
Hisham Muhammad 6dda8d2586 linux/LinuxProcessList.c: Fix indentation. 8 years ago
Marc Kleine-Budde 70ed51a303 linux/LinuxProcessList: fix reading of number of read syscalls of process 8 years ago
André Carvalho b7b66b76a5 Adds support for linux delay accounting (#667) 8 years ago
Hisham Muhammad 9487bda330 Do not use xSnprintf when the result is used. Fixes #662. 9 years ago
Hisham Muhammad 09e241fb12 Security review: check results of snprintf. 9 years ago
Hisham Muhammad e940aecfb9 Add "no perm" status when other fields fail due to lack of permission. 9 years ago
Hisham 8af4d9f453 Interpret TTY_NR column on Linux, 10 years ago
Hisham bd5d37f297 Return when reading cmdline fails (e.g. zombie process) 10 years ago
Hisham 1a13b4d0f4 Don't store invisible trailing whitespace 10 years ago
Hisham e77811e99b any of these values may wrap 10 years ago
Hisham baec4bdcb0 Try to retain last full name of a zombie process. 10 years ago
Hisham e0c364b9cc Fix reading of io_syscr and io_syscw. 10 years ago
Hisham 0b70439316 Fix buffer reuse. 10 years ago
Hisham 1cfcc42a8f Reuse comm object if possible, avoid useless repetitions of free+strdup. 10 years ago
Hisham b54d2dde40 Check for failure in allocations. 10 years ago
Explorer09 6dae8108f8 Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses. 10 years ago
Hisham Muhammad 802e216870 Extend buffer for reading lines from /proc. 10 years ago
Hisham Muhammad a84aa2e782 Cached memory calculations, take 2. 10 years ago
Hisham Muhammad 5bc1f5ed04 Account unreclaimable slab and shmem as used memory, 10 years ago
Patrick Marlier b37d4f172f Fix a case where the usertime calculation can overflow (see issue #202) 11 years ago
Hisham Muhammad 5e4f1e46cc Reduce scope of variables. 11 years ago
David Hunt 5e602f18d5 Rename String to StringUtils. 11 years ago
peter-warhzner 6f6f0e36ad Fix typo in comment 11 years ago
Christian Hesse 08829cbc3b fix compiler warnings 11 years ago
Hisham Muhammad f4f6d54ffd Fix compilation of OpenVZ support. 11 years ago
Hisham Muhammad 2f45008477 Enable OOM support unconditionally on Linux. 11 years ago
Hisham Muhammad b291fba02b Fixes to use platform-specific compare routines. 11 years ago
Hisham Muhammad 4e064e0db7 Build fixes to resync with FreeBSD changes. 11 years ago
Hisham Muhammad 272e2d9b34 Major advances in FreeBSD port. 11 years ago
Hisham Muhammad 7fd4af80ff Linux build fixes. 11 years ago
Hisham Muhammad adbfe3c3f1 Get FreeBSD tree to compile again with latest changes. 11 years ago
Hisham Muhammad be1700cf94 Isolate portable and Linux-specific process fields. 11 years ago