libsbp  v2.4.7
msg_linux_cpu_state_t Struct Reference

#include <linux.h>

Data Fields

u8 index
 sequence of this status message, values from 0-9 More...
 
u16 pid
 the PID of the process More...
 
u8 pcpu
 percent of cpu used, expressed as a fraction of 256 More...
 
char tname [15]
 fixed length string representing the thread name More...
 
char cmdline [0]
 the command line (as much as it fits in the remaining packet) More...
 

Detailed Description

Definition at line 37 of file linux.h.

Field Documentation

char cmdline[0]

the command line (as much as it fits in the remaining packet)

Definition at line 42 of file linux.h.

u8 index

sequence of this status message, values from 0-9

Definition at line 38 of file linux.h.

u8 pcpu

percent of cpu used, expressed as a fraction of 256

Definition at line 40 of file linux.h.

u16 pid

the PID of the process

Definition at line 39 of file linux.h.

char tname[15]

fixed length string representing the thread name

Definition at line 41 of file linux.h.


The documentation for this struct was generated from the following file: