libsbp  v2.4.7
msg_linux_mem_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 pmem
 percent of memory 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 52 of file linux.h.

Field Documentation

char cmdline[0]

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

Definition at line 57 of file linux.h.

u8 index

sequence of this status message, values from 0-9

Definition at line 53 of file linux.h.

u16 pid

the PID of the process

Definition at line 54 of file linux.h.

u8 pmem

percent of memory used, expressed as a fraction of 256

Definition at line 55 of file linux.h.

char tname[15]

fixed length string representing the thread name

Definition at line 56 of file linux.h.


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