public static interface Stats.ServerStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCqPollCount()
Number of polls called inside completion queue
|
long |
getIdleCpuTime()
change in idle time of the server (data from proc/stat)
|
double |
getTimeElapsed()
wall clock time change in seconds since last reset
|
double |
getTimeSystem()
change in server time (in seconds) used by the server process and all
threads since last reset
|
double |
getTimeUser()
change in user time (in seconds) used by the server since last reset
|
long |
getTotalCpuTime()
change in total cpu time of the server (data from proc/stat)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofdouble getTimeElapsed()
wall clock time change in seconds since last reset
double time_elapsed = 1;double getTimeUser()
change in user time (in seconds) used by the server since last reset
double time_user = 2;double getTimeSystem()
change in server time (in seconds) used by the server process and all threads since last reset
double time_system = 3;long getTotalCpuTime()
change in total cpu time of the server (data from proc/stat)
uint64 total_cpu_time = 4;long getIdleCpuTime()
change in idle time of the server (data from proc/stat)
uint64 idle_cpu_time = 5;long getCqPollCount()
Number of polls called inside completion queue
uint64 cq_poll_count = 6;