Profishark API  2.3.19.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ProfisharkAPIDiskDumpStatus Struct Reference

Direct capture status. More...

#include <ProfisharkAPI.h>

Data Fields

bool CaptureIsRunning
 
bool HighCacheUsage
 
uint64_t UsedCache
 
uint64_t BytesWritten
 
uint64_t BytesDropped
 
ProfisharkAPIRet ErrorStatus
 
uint64_t MaximumCacheSize
 
uint64_t FilesWritten
 

Detailed Description

Direct capture status.

Field Documentation

uint64_t BytesDropped

Total bytes dropped by software

uint64_t BytesWritten

Total bytes written to disk

bool CaptureIsRunning

true if the capture is currently running, false otherwise

ProfisharkAPIRet ErrorStatus

Last direct capture error

uint64_t FilesWritten

Number of files fully written (excluding the file being currently written to)

bool HighCacheUsage

true if cache is heavily used, false otherwise

uint64_t MaximumCacheSize

Maximum cache size in bytes

uint64_t UsedCache

Number of bytes used in the cache


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