Copyright @ 2001 SAP. All Rights Reserved.

com.sap.util.monitor.jarm
Class ComponentOverviewExt

java.lang.Object
  |
  +--com.sap.util.monitor.jarm.ComponentOverview
        |
        +--com.sap.util.monitor.jarm.ComponentOverviewExt
All Implemented Interfaces:
java.io.Serializable

public class ComponentOverviewExt
extends ComponentOverview
implements java.io.Serializable

Structure contains the condensed data to be shown for one component.

The fields are public, to allow faster access on them. Unused String fields could be null or space. Timestamps are in 'ms' as returned by System.currentTimeMillis(). Time (duration) is in 'ms', data in bytes. Not provided values for time are indicated by ConfMonitor.UNDEFTIME (CPU measurement might not be possible because of the operating system).

See Also:
Serialized Form

Field Summary
 long compAccGrossCpuTime
          amount of gross CPU time for all calls
 long compAccNetCpuTime
          amount of net CPU time for all calls
 long compAvgGrossCpuTime
          average gross CPU time for the component
 long compAvgNetCpuTime
          average net CPU time for the component
 
Fields inherited from class com.sap.util.monitor.jarm.ComponentOverview
compAccGrossTime, compAccGrossTimeFilled, compAccNetTime, compAccNetTimeFilled, compAccNr, compAccOutData, compAccOutDataFilled, compAccProps, compAccPropsNr, compAvgGrossTime, compAvgNetTime, compAvgOutData, compDescr, compName
 
Constructor Summary
ComponentOverviewExt()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

compAccGrossCpuTime

public long compAccGrossCpuTime
amount of gross CPU time for all calls

compAccNetCpuTime

public long compAccNetCpuTime
amount of net CPU time for all calls

compAvgGrossCpuTime

public long compAvgGrossCpuTime
average gross CPU time for the component

compAvgNetCpuTime

public long compAvgNetCpuTime
average net CPU time for the component
Constructor Detail

ComponentOverviewExt

public ComponentOverviewExt()

Copyright @ 2001 SAP. All Rights Reserved.