CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
ProcIOInfo Struct Reference

#include <sysinfo.h>

Data Fields

flags_t valid
 ProcIOInfoValid flags naming the fields that were reported.
 
uint64 readBytes
 Bytes read. Not reported on FreeBSD.
 
uint64 writeBytes
 Bytes written. Not reported on FreeBSD.
 
uint64 readOps
 How many separate reads were made.
 
uint64 writeOps
 How many separate writes were made.
 
uint64 otherBytes
 Bytes transferred by anything that is neither. Windows only.
 
uint64 otherOps
 How many such operations were made. Windows only.
 

Detailed Description

How much reading and writing one process has done

The counts cover every kind of input and output, not just files – a network socket and a pipe are counted the same way a disk is.

Definition at line 285 of file sysinfo.h.


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