SCS

scs.instrumentation
Class SystemIOStats

java.lang.Object
  extended by scs.instrumentation.SystemIOStats
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class SystemIOStats
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

scs/instrumentation/SystemIOStats.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../idl/scs.instrumentation.idl Friday, October 3, 2008 9:13:52 AM BRT

See Also:
Serialized Form

Field Summary
 long nfsSectorsRead
           
 long nfsSectorsWriten
           
 long sectorsRead
           
 long sectorsWriten
           
 long timeReading
           
 long timeWriting
           
 
Constructor Summary
SystemIOStats()
           
SystemIOStats(long _sectorsRead, long _timeReading, long _sectorsWriten, long _timeWriting, long _nfsSectorsRead, long _nfsSectorsWriten)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sectorsRead

public long sectorsRead

timeReading

public long timeReading

sectorsWriten

public long sectorsWriten

timeWriting

public long timeWriting

nfsSectorsRead

public long nfsSectorsRead

nfsSectorsWriten

public long nfsSectorsWriten
Constructor Detail

SystemIOStats

public SystemIOStats()

SystemIOStats

public SystemIOStats(long _sectorsRead,
                     long _timeReading,
                     long _sectorsWriten,
                     long _timeWriting,
                     long _nfsSectorsRead,
                     long _nfsSectorsWriten)

SCS