public class CacheStats
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
long |
getAlloc()
TODO
|
long |
getAllocBuckets()
TODO
|
long |
getAllocMaxBuckets()
TODO
|
long |
getAllocMaxPages()
TODO
|
long |
getAllocPages()
TODO
|
int |
getBytes()
TODO
|
long |
getCacheHit()
TODO
|
long |
getCacheMiss()
TODO
|
int |
getGbytes()
TODO
|
int |
getHashBuckets()
TODO
|
long |
getHashExamined()
TODO
|
int |
getHashLongest()
TODO
|
long |
getHashMaxNowait()
TODO
|
long |
getHashMaxWait()
TODO
|
long |
getHashNowait()
TODO
|
int |
getHashSearches()
TODO
|
long |
getHashWait()
TODO
|
long |
getIoWait()
TODO
|
int |
getMap()
TODO
|
int |
getMaxNumCache()
TODO
|
int |
getMaxOpenfd()
TODO
|
int |
getMaxWrite()
TODO
|
int |
getMaxWriteSleep()
TODO
|
int |
getMmapSize()
TODO
|
long |
getMultiversionFreed()
TODO
|
long |
getMultiversionFrozen()
TODO
|
long |
getMultiversionThawed()
TODO
|
int |
getNumCache()
TODO
|
int |
getPageClean()
TODO
|
long |
getPageCreate()
TODO
|
int |
getPageDirty()
TODO
|
long |
getPageIn()
TODO
|
long |
getPageOut()
TODO
|
int |
getPages()
TODO
|
int |
getPageSize()
TODO
|
long |
getPageTrickle()
TODO
|
long |
getRegionNowait()
TODO
|
long |
getRegionWait()
TODO
|
int |
getRegSize()
TODO
|
long |
getRoEvict()
TODO
|
long |
getRwEvict()
TODO
|
long |
getSyncInterrupted()
TODO
|
java.lang.String |
toString()
For convenience, the CacheStats class has a toString method that
lists all the data fields.
|
public int getGbytes()
public int getBytes()
public int getNumCache()
public int getMaxNumCache()
public int getMmapSize()
public int getMaxOpenfd()
public int getMaxWrite()
public int getMaxWriteSleep()
public int getPages()
public int getMap()
public long getCacheHit()
public long getCacheMiss()
public long getPageCreate()
public long getPageIn()
public long getPageOut()
public long getRoEvict()
public long getRwEvict()
public long getPageTrickle()
public int getPageClean()
public int getPageDirty()
public int getHashBuckets()
public int getPageSize()
public int getHashSearches()
public int getHashLongest()
public long getHashExamined()
public long getHashNowait()
public long getHashWait()
public long getHashMaxNowait()
public long getHashMaxWait()
public long getRegionNowait()
public long getRegionWait()
public long getMultiversionFrozen()
public long getMultiversionThawed()
public long getMultiversionFreed()
public long getAlloc()
public long getAllocBuckets()
public long getAllocMaxBuckets()
public long getAllocPages()
public long getAllocMaxPages()
public long getIoWait()
public long getSyncInterrupted()
public int getRegSize()
public java.lang.String toString()
toString
in class java.lang.Object