public interface MutexStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCurrentWaitCycles()
The length of the current contention wait cycle.
|
long |
getLifetimeWaitCycles()
The lifetime total of all contention wait cycles.
|
long |
getNumContentions()
The number of individual mutex contentions which have occurred since startup.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getNumContentions()
The number of individual mutex contentions which have occurred since startup.
uint64 num_contentions = 1;long getCurrentWaitCycles()
The length of the current contention wait cycle.
uint64 current_wait_cycles = 2;long getLifetimeWaitCycles()
The lifetime total of all contention wait cycles.
uint64 lifetime_wait_cycles = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.