summaryrefslogtreecommitdiffstats
path: root/linux/ProcessField.h
Commit message (Collapse)AuthorAgeFilesLines
* Linux: add process column whether it is marked a container processChristian Göttsche2024-04-061-0/+1
| | | | | Might be useful for some users and for debugging the hideRunningInContainer detection.
* Linux: add GPU meter and process columnChristian Göttsche2024-03-271-0/+2
| | | | | | | Based on the DRM client usage stats[1] add statistics for GPU time spend and percentage utilization. [1]: https://www.kernel.org/doc/html/latest/gpu/drm-usage-stats.html
* Add column for process container nameBenny Baumann2023-12-111-1/+2
|
* Linux + PCP: Add private memory size columnBowDown0972023-11-241-0/+1
|
* Compress cgroup names based on some heuristicsBenny Baumann2021-11-281-0/+1
|
* 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