Interface BuildEventStreamProtos.BuildMetrics.WorkerMetrics.WorkerStatsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.BuildMetrics.WorkerMetrics.WorkerStats,BuildEventStreamProtos.BuildMetrics.WorkerMetrics.WorkerStats.Builder
- Enclosing class:
- BuildEventStreamProtos.BuildMetrics.WorkerMetrics
public static interface BuildEventStreamProtos.BuildMetrics.WorkerMetrics.WorkerStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongEpoch unix time of collection of metrics.longEpoch unix time of last action started on specific worker.intMemory usage of the worker process prior to the invocation.intMemory usage of worker process at the end of the build.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
-
getCollectTimeInMs
long getCollectTimeInMs()Epoch unix time of collection of metrics.
int64 collect_time_in_ms = 1;- Returns:
- The collectTimeInMs.
-
getWorkerMemoryInKb
int getWorkerMemoryInKb()Memory usage of worker process at the end of the build.
int32 worker_memory_in_kb = 2;- Returns:
- The workerMemoryInKb.
-
getPriorWorkerMemoryInKb
int getPriorWorkerMemoryInKb()Memory usage of the worker process prior to the invocation.
int32 prior_worker_memory_in_kb = 4;- Returns:
- The priorWorkerMemoryInKb.
-
getLastActionStartTimeInMs
long getLastActionStartTimeInMs()Epoch unix time of last action started on specific worker.
int64 last_action_start_time_in_ms = 3;- Returns:
- The lastActionStartTimeInMs.
-