summaryrefslogtreecommitdiffstats
path: root/linux/ProcessField.h
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
|
* linux: drop dead process field column DIRTYChristian Göttsche2021-09-021-1/+0
| | | | | The field for dirty pages in /proc/[pid]/statm is always 0 since Linux 2.6 (see man:proc(5)).
* Add columns for process autogroup identifier and nice valueNathan Scott2021-08-091-2/+2
| | | | | | | | | | | | Adds AGRP (autogroup) and ANI (autogroup nice) columns that report the information from /proc/PID/autogroup, as well as handlers for '{' and '}' to change the autogroup nice value. This is guarded by /proc/sys/kernel/sched_autogroup_enabled such that sampling and/or changing values wont be attempted unless the kernel feature is enabled. Fixes: #720
* Move CWD field handling to platform-neutral codeBenny Baumann2021-05-251-1/+2
|
* Move PROC_COMM/PROC_EXE column handling to global Process implementationBenny Baumann2021-05-231-2/+0
|
* Rework enum ProcessFieldChristian Göttsche2020-12-191-0/+53
Use only one enum instead of a global and a platform specific one. Drop Platform_numberOfFields global variable. Set known size of Process_fields array

© 2014-2024 Faster IT GmbH | imprint | privacy policy