public interface EngineStatistics extends AdminObject, DomainAware
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD
Modifier and Type | Method and Description |
---|---|
int |
getActivePlanCount()
Current active plan count
|
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 |
getTotalMemoryUsedInKB()
Total amount memory used by buffer manager for active queries and cached queries
|
int |
getWaitPlanCount()
Current number of waiting plans in the queue
|
getName, getProperties, getPropertyValue
getHostName, getServerGroup, getServerName
int getSessionCount()
long getTotalMemoryUsedInKB()
long getMemoryUsedByActivePlansInKB()
long getDiskWriteCount()
long getDiskReadCount()
long getCacheReadCount()
long getCacheWriteCount()
long getDiskSpaceUsedInMB()
int getActivePlanCount()
int getWaitPlanCount()
int getMaxWaitPlanWaterMark()
Copyright © 2018 JBoss by Red Hat. All rights reserved.