libsbp  v2.4.7
msg_linux_process_fd_summary_t Struct Reference

#include <linux.h>

Data Fields

u32 sys_fd_count
 count of total FDs open on the system More...
 
char most_opened [0]
 A null delimited list of strings which alternates between a string representation of the process count and the file name whose count it being reported. More...
 

Detailed Description

Definition at line 161 of file linux.h.

Field Documentation

char most_opened[0]

A null delimited list of strings which alternates between a string representation of the process count and the file name whose count it being reported.

That is, in C string syntax "32\0/var/log/syslog\012\0/tmp/foo\0" with the end of the list being 2 NULL terminators in a row.

Definition at line 163 of file linux.h.

u32 sys_fd_count

count of total FDs open on the system

Definition at line 162 of file linux.h.


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