Resource: PerfSampleSeries
Resource representing a collection of performance samples (or data points)
JSON representation |
---|
{ "projectId": string, "historyId": string, "executionId": string, "stepId": string, "sampleSeriesId": string, // Union field |
Fields | |
---|---|
projectId |
The cloud project Note: This field is used in responses only. Any value specified here in a request is ignored. |
historyId |
A tool results history ID. Note: This field is used in responses only. Any value specified here in a request is ignored. |
executionId |
A tool results execution ID. Note: This field is used in responses only. Any value specified here in a request is ignored. |
stepId |
A tool results step ID. Note: This field is used in responses only. Any value specified here in a request is ignored. |
sampleSeriesId |
A sample series id Note: This field is used in responses only. Any value specified here in a request is ignored. |
Union field
|
|
basicPerfSampleSeries |
Basic series represented by a line chart |
BasicPerfSampleSeries
Encapsulates the metadata for basic sample series represented by a line chart
JSON representation |
---|
{ "perfMetricType": enum ( |
Fields | |
---|---|
perfMetricType |
|
perfUnit |
|
sampleSeriesLabel |
|
PerfUnit
The unit corresponding to the series of data points in this collection
Enums | |
---|---|
perfUnitUnspecified |
|
kibibyte |
|
percent |
|
bytesPerSecond |
|
framesPerSecond |
|
byte |
SampleSeriesLabel
Label to identify a given performance sample series
Enums | |
---|---|
sampleSeriesTypeUnspecified |
|
memoryRssPrivate |
Memory sample series |
memoryRssShared |
|
memoryRssTotal |
|
memoryTotal |
|
cpuUser |
CPU sample series |
cpuKernel |
|
cpuTotal |
|
ntBytesTransferred |
Network sample series |
ntBytesReceived |
|
networkSent |
|
networkReceived |
|
graphicsFrameRate |
Graphics sample series |
Methods |
|
---|---|
|
Creates a PerfSampleSeries. |
|
Gets a PerfSampleSeries. |
|
Lists PerfSampleSeries for a given Step. |