Package com.netcracker.profiler.agent
Interface DumperPlugin_04
- All Superinterfaces:
DumperPlugin,DumperPlugin_01,DumperPlugin_02,DumperPlugin_03
- All Known Subinterfaces:
DumperPlugin_05,DumperPlugin_06,DumperPlugin_07,DumperPlugin_08,DumperPlugin_09,DumperPlugin_10
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns number of bytes allocated in dumper threadlongReturns cpu time used by 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
getInflightCalls
-
Method Details
-
getBytesAllocated
long getBytesAllocated()Returns number of bytes allocated in dumper thread- Returns:
- number of bytes allocated in dumper thread
-
getCPUTime
long getCPUTime()Returns cpu time used by dumper thread- Returns:
- cpu time used by dumper thread
-