接口 EBPFOffCPUProfilingOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface EBPFOffCPUProfilingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明longwhere 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.从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
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;- 返回:
- The switchCount.
-
getDuration
long getDuration()where time(nanoseconds) is spent waiting while blocked on I/O, locks, timers, paging/swapping, etc.
int64 duration = 3;- 返回:
- The duration.
-