Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FProcessIOStats Struct Reference

#include <GenericPlatformMisc.h>

Public Attributes

uint64 BlockingInput = 0
 
uint64 BlockingOutput = 0
 
uint64 BlockingOther = 0
 
uint64 InputBytes = 0
 
uint64 OutputBytes = 0
 
uint64 OtherBytes = 0
 

Detailed Description

Different types of Input/Output stats

Definition at line 432 of file GenericPlatformMisc.h.

Member Data Documentation

◆ BlockingInput

uint64 FProcessIOStats::BlockingInput = 0

Blocking Input operations

Definition at line 435 of file GenericPlatformMisc.h.

◆ BlockingOther

uint64 FProcessIOStats::BlockingOther = 0

Blocking operations that were neither Input or Output operations (platform dependent)

Definition at line 441 of file GenericPlatformMisc.h.

◆ BlockingOutput

uint64 FProcessIOStats::BlockingOutput = 0

Blocking Output operations

Definition at line 438 of file GenericPlatformMisc.h.

◆ InputBytes

uint64 FProcessIOStats::InputBytes = 0

Input bytes transferred

Definition at line 444 of file GenericPlatformMisc.h.

◆ OtherBytes

uint64 FProcessIOStats::OtherBytes = 0

Bytes transferred that were not from either Input or Output operations

Definition at line 450 of file GenericPlatformMisc.h.

◆ OutputBytes

uint64 FProcessIOStats::OutputBytes = 0

Output bytes transferred

Definition at line 447 of file GenericPlatformMisc.h.


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