summaryrefslogtreecommitdiff
path: root/src/procfs/dlt-procfs-process.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed "procfs" to "kpi", added sync-messagesSven Hassler2015-12-161-56/+0
|
* First implementation of dlt-procfsSven Hassler2015-12-161-0/+56
This tool logs the following information to dlt-daemon: - PID, parent's PID, commandline when new processes appear, maked by "NEW" - PID when processes stop, marked by "STP" - PID, CPU-Time (ms), RSS (bytes), CTX-switches, I/O (bytes), I/O-wait (ms) for all processes that consume CPU time, marked as "ACT" - PID, commandline in a regular time-interval, marked as "CHK" - The number of interrupts on each CPU in a regular time interval, marked as "IRQ" A configuration file, called dlt-procfs.conf allows configuring the time intervals of the updated processes, the command-line updates and the interrupts as well as the preferred log level.