Interface EBPFOffCPUProfilingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EBPFOffCPUProfiling,EBPFOffCPUProfiling.Builder
public interface EBPFOffCPUProfilingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongwhere time(nanoseconds) is spent waiting while blocked on I/O, locks, timers, paging/swapping, etc.getStacks(int index) stack data in one task(thread)intstack data in one task(thread)stack data in one task(thread)getStacksOrBuilder(int index) stack data in one task(thread)List<? extends EBPFProfilingStackMetadataOrBuilder>stack data in one task(thread)inttotal count of the process is switched to off cpu by the scheduler.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getStacksList
List<EBPFProfilingStackMetadata> getStacksList()stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1; -
getStacks
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1; -
getStacksCount
int getStacksCount()stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1; -
getStacksOrBuilderList
List<? extends EBPFProfilingStackMetadataOrBuilder> getStacksOrBuilderList()stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1; -
getStacksOrBuilder
stack data in one task(thread)
repeated .skywalking.v3.EBPFProfilingStackMetadata stacks = 1; -
getSwitchCount
int getSwitchCount()total count of the process is switched to off cpu by the scheduler.
int32 switchCount = 2;- Returns:
- The switchCount.
-
getDuration
long getDuration()where time(nanoseconds) is spent waiting while blocked on I/O, locks, timers, paging/swapping, etc.
int64 duration = 3;- Returns:
- The duration.
-