public interface IgfsMetrics
IGFS
metrics snapshot for the file system. Note, that some metrics are global and
some are local (i.e. per each node).Modifier and Type | Method and Description |
---|---|
long |
blocksReadRemote()
Gets total remote blocks read.
|
long |
blocksReadTotal()
Gets total blocks read, local and remote.
|
long |
blocksWrittenRemote()
Gets total remote blocks written.
|
long |
blocksWrittenTotal()
Gets total blocks written, local and remote.
|
long |
bytesRead()
Gets total bytes read.
|
long |
bytesReadTime()
Gets total bytes read time.
|
long |
bytesWriteTime()
Gets total bytes write time.
|
long |
bytesWritten()
Gets total bytes written.
|
int |
directoriesCount()
Gets number of directories created in file system.
|
int |
filesCount()
Gets number of files stored in file system.
|
int |
filesOpenedForRead()
Gets number of files that are currently opened for reading.
|
int |
filesOpenedForWrite()
Gets number of files that are currently opened for writing.
|
long |
localSpaceSize()
Gets local used space in bytes.
|
long |
maxSpaceSize()
Gets maximum amount of data that can be stored on local node.
|
long |
secondarySpaceSize()
Get used space in bytes used in the secondary file system.
|
long localSpaceSize()
This is a local metric.
long maxSpaceSize()
DataRegionConfiguration.getMaxSize()
of the IGFS data cache.long secondarySpaceSize()
This is a global metric.
0
in case no secondary file system is configured.int directoriesCount()
This is a global metric.
int filesCount()
This is a global metric.
int filesOpenedForRead()
This is a local metric.
int filesOpenedForWrite()
This is a local metric.
long blocksReadTotal()
This is a local metric.
long blocksReadRemote()
This is a local metric.
long blocksWrittenTotal()
This is a local metric.
long blocksWrittenRemote()
This is a local metric.
long bytesRead()
This is a local metric.
long bytesReadTime()
This is a local metric.
long bytesWritten()
This is a local metric.
long bytesWriteTime()
This is a local metric.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019