![]() |
XRootD
|
VFS stat info. More...
#include <XrdClXRootDResponses.hh>
Public Member Functions | |
StatInfoVFS () | |
Constructor. More... | |
uint64_t | GetFreeRW () const |
Get size of the largest contiguous area of free r/w space (in MB) More... | |
uint64_t | GetFreeStaging () const |
Get size of the largest contiguous area of free staging space (in MB) More... | |
uint64_t | GetNodesRW () const |
Get number of nodes that can provide read/write space. More... | |
uint64_t | GetNodesStaging () const |
Get number of nodes that can provide staging space. More... | |
uint8_t | GetUtilizationRW () const |
Get percentage of the partition utilization represented by FreeRW. More... | |
uint8_t | GetUtilizationStaging () const |
Get percentage of the partition utilization represented by FreeStaging. More... | |
bool | ParseServerResponse (const char *data) |
Parse server response and fill up the object. More... | |
VFS stat info.
Definition at line 573 of file XrdClXRootDResponses.hh.
XrdCl::StatInfoVFS::StatInfoVFS | ( | ) |
Constructor.
Definition at line 433 of file XrdClXRootDResponses.cc.
|
inline |
Get size of the largest contiguous area of free r/w space (in MB)
Definition at line 592 of file XrdClXRootDResponses.hh.
Referenced by DoStatVFS(), and XrdPosixXrootd::Statvfs().
|
inline |
Get size of the largest contiguous area of free staging space (in MB)
Definition at line 616 of file XrdClXRootDResponses.hh.
Referenced by DoStatVFS(), and XrdPosixXrootd::Statvfs().
|
inline |
Get number of nodes that can provide read/write space.
Definition at line 584 of file XrdClXRootDResponses.hh.
Referenced by DoStatVFS(), and XrdPosixXrootd::Statvfs().
|
inline |
Get number of nodes that can provide staging space.
Definition at line 608 of file XrdClXRootDResponses.hh.
Referenced by DoStatVFS(), and XrdPosixXrootd::Statvfs().
|
inline |
Get percentage of the partition utilization represented by FreeRW.
Definition at line 600 of file XrdClXRootDResponses.hh.
Referenced by DoStatVFS(), and XrdPosixXrootd::Statvfs().
|
inline |
Get percentage of the partition utilization represented by FreeStaging.
Definition at line 624 of file XrdClXRootDResponses.hh.
Referenced by DoStatVFS(), and XrdPosixXrootd::Statvfs().
bool XrdCl::StatInfoVFS::ParseServerResponse | ( | const char * | data | ) |
Parse server response and fill up the object.
Definition at line 446 of file XrdClXRootDResponses.cc.
References XrdCl::Utils::splitString().