public class EngineStatisticsMetadata extends AdminObjectImpl implements EngineStatistics
attachmentsDELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD| Constructor and Description |
|---|
EngineStatisticsMetadata() |
| Modifier and Type | Method and Description |
|---|---|
int |
getActivePlanCount()
Current active plan count
|
long |
getBufferHeapInUseKb()
Heap memory estimate in use by buffer manager
|
long |
getBufferHeapReservedByActivePlansKb()
Total processing memory reserved by active plans
|
long |
getCacheReadCount()
Total number of cache reads, includes disk and soft-cache references
|
long |
getCacheWriteCount()
Total number of cache writes, includes disk and soft-cache references
|
long |
getDiskReadCount()
Number reads from the disk used by buffer manager that cache overflowed.
|
long |
getDiskSpaceUsedInMB()
Disk space used by buffer manager to save overflowed memory contents
|
long |
getDiskWriteCount()
Number of writes to disk by buffer manager to save the overflow from memory
|
int |
getMaxWaitPlanWaterMark()
High water mark for the waiting plans
|
long |
getMemoryUsedByActivePlansInKB()
Total memory used by buffer manager for active plans
|
int |
getSessionCount()
Active Number of Sessions in the engine
|
long |
getStorageReadCount()
Total number of storage reads from the layer below the heap
|
long |
getStorageWriteCount()
Total number of storage writes to the layer below the heap
|
long |
getTotalMemoryUsedInKB()
Total amount memory used by buffer manager for active queries and cached queries
|
int |
getWaitPlanCount()
Current number of waiting plans in the queue
|
void |
setActivePlanCount(int activePlanCount) |
void |
setCacheReadCount(long cacheReadCount) |
void |
setCacheWriteCount(long cacheWriteCount) |
void |
setDiskReadCount(long diskReadCount) |
void |
setDiskSpaceUsedInMB(long diskSpaceUsedInMB) |
void |
setDiskWriteCount(long diskWriteCount) |
void |
setMaxWaitPlanWaterMark(int maxWaitPlanCount) |
void |
setMemoryUsedByActivePlansInKB(long memoryUsedByActivePlansInKB) |
void |
setSessionCount(int sessionCount) |
void |
setTotalMemoryUsedInKB(long totalMemoryUsedInKB) |
void |
setWaitPlanCount(int waitPlanCount) |
String |
toString() |
addAttchment, addProperty, getAttachment, getHostName, getName, getProperties, getPropertiesMap, getPropertyValue, getServerGroup, getServerName, removeAttachment, removeProperty, setHostName, setName, setProperties, setServerGroup, setServerNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getProperties, getPropertyValuegetHostName, getServerGroup, getServerNamepublic int getSessionCount()
EngineStatisticsBeangetSessionCount in interface EngineStatisticsBeanpublic long getTotalMemoryUsedInKB()
EngineStatisticsBeangetTotalMemoryUsedInKB in interface EngineStatisticsBeanEngineStatisticsBean.getBufferHeapInUseKb()public long getMemoryUsedByActivePlansInKB()
EngineStatisticsBeangetMemoryUsedByActivePlansInKB in interface EngineStatisticsBeanEngineStatisticsBean.getBufferHeapReservedByActivePlansKb()public long getDiskWriteCount()
EngineStatisticsBeangetDiskWriteCount in interface EngineStatisticsBeanpublic long getDiskReadCount()
EngineStatisticsBeangetDiskReadCount in interface EngineStatisticsBeanpublic long getCacheReadCount()
EngineStatisticsBeangetCacheReadCount in interface EngineStatisticsBeanEngineStatisticsBean.getStorageReadCount();public long getCacheWriteCount()
EngineStatisticsBeangetCacheWriteCount in interface EngineStatisticsBeanEngineStatisticsBean.getStorageReadCount()public long getDiskSpaceUsedInMB()
EngineStatisticsBeangetDiskSpaceUsedInMB in interface EngineStatisticsBeanpublic int getActivePlanCount()
EngineStatisticsBeangetActivePlanCount in interface EngineStatisticsBeanpublic int getWaitPlanCount()
EngineStatisticsBeangetWaitPlanCount in interface EngineStatisticsBeanpublic int getMaxWaitPlanWaterMark()
EngineStatisticsBeangetMaxWaitPlanWaterMark in interface EngineStatisticsBeanpublic void setSessionCount(int sessionCount)
public void setTotalMemoryUsedInKB(long totalMemoryUsedInKB)
public void setMemoryUsedByActivePlansInKB(long memoryUsedByActivePlansInKB)
public void setDiskWriteCount(long diskWriteCount)
public void setDiskReadCount(long diskReadCount)
public void setCacheWriteCount(long cacheWriteCount)
public void setCacheReadCount(long cacheReadCount)
public void setDiskSpaceUsedInMB(long diskSpaceUsedInMB)
public void setActivePlanCount(int activePlanCount)
public void setWaitPlanCount(int waitPlanCount)
public void setMaxWaitPlanWaterMark(int maxWaitPlanCount)
public long getBufferHeapInUseKb()
EngineStatisticsBeangetBufferHeapInUseKb in interface EngineStatisticsBeanpublic long getBufferHeapReservedByActivePlansKb()
EngineStatisticsBeangetBufferHeapReservedByActivePlansKb in interface EngineStatisticsBeanpublic long getStorageReadCount()
EngineStatisticsBeangetStorageReadCount in interface EngineStatisticsBeanpublic long getStorageWriteCount()
EngineStatisticsBeangetStorageWriteCount in interface EngineStatisticsBeanCopyright © 2019. All rights reserved.