getComputeNodeCacheStat
Syntax
getComputeNodeCacheStat()
Arguments
None
Details
Call the function on a compute node within a compute group to obtain the cache statistics.
Return value: A table with the following memory and disk cache metrics (all values in MB):
- memCacheUsage: Current memory used by cached data.
- memCacheSize: Maximum allocated memory cache capacity.
- diskCacheUsage: Current disk space used by cached data.
- diskCacheSize: Maximum allocated disk cache capacity.
Examples
getComputeNodeCacheStat()
memCacheUsage | memCacheSize | diskCacheUsage | diskCacheSize |
---|---|---|---|
114.51725769042969 | 1,024 | 0 | 65,536 |