Crate linux_taskstats

Source

Modules§

format

Structs§

BlkIo
Statistics related to I/O at block device level
Client
Interface to access kernel taskstats API through the netlink socket.
ContextSwitches
Statistics related to context switches
Cpu
Staticstics related to CPU time
DelayStat
Delays
Statistics related to scheduling delay (delay accounting)
Io
Staticstics related to I/O at syscall surface
Memory
Statistics related to memory, vm
TaskStats
The taskstats representation for a task. This struct remaps commonly used struct taskstats fields for primarily:
taskstats

Enums§

Error
Errors possibly returned by Client

Constants§

TASKSTATS_SIZE

Type Aliases§

Result