Package com.netcracker.profiler.agent
Interface DumperPlugin_05
- All Superinterfaces:
DumperPlugin,DumperPlugin_01,DumperPlugin_02,DumperPlugin_03,DumperPlugin_04
- All Known Subinterfaces:
DumperPlugin_06,DumperPlugin_07,DumperPlugin_08,DumperPlugin_09,DumperPlugin_10
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns number of bytes read in dumper threadlongReturns number of bytes written in dumper threadMethods inherited from interface com.netcracker.profiler.agent.DumperPlugin
newDumperMethods inherited from interface com.netcracker.profiler.agent.DumperPlugin_01
getCurrentRoot, getTags, reconfigureMethods inherited from interface com.netcracker.profiler.agent.DumperPlugin_02
getDumperStartTime, getNumberOfRestarts, getWriteTime, getWrittenBytes, getWrittenRecords, isStarted, newDumper, start, stopMethods inherited from interface com.netcracker.profiler.agent.DumperPlugin_03
getInflightCallsMethods inherited from interface com.netcracker.profiler.agent.DumperPlugin_04
getBytesAllocated, getCPUTime
-
Method Details
-
getFileRead
long getFileRead()Returns number of bytes read in dumper thread- Returns:
- number of bytes read in dumper thread
-
getFileWritten
long getFileWritten()Returns number of bytes written in dumper thread- Returns:
- number of bytes written in dumper thread
-