Package com.netcracker.profiler.agent
Class IOCounters
java.lang.Object
com.netcracker.profiler.agent.IOCounters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidstatic voiddumpSocket(Object socket) static voidfileRead(LocalState state, int size) static voidfileWritten(LocalState state, byte[] b) static voidfileWritten(LocalState state, int size) static voidnetRead(LocalState state, int size) static voidnetRead(LocalState state, long size) static voidnetWritten(LocalState state, int size) static voidnetWritten(LocalState state, long size)
-
Constructor Details
-
IOCounters
public IOCounters()
-
-
Method Details
-
fileRead
-
fileWritten
-
fileWritten
-
netRead
-
netRead
-
netWritten
-
netWritten
-
dumpInputSocket
-
dumpOutputSocket
-
dumpSocket
-