REST Resource: projects.histories.executions.steps.perfSampleSeries

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 perf_sample_series can be only one of the following:
  "basicPerfSampleSeries": {
    object (BasicPerfSampleSeries)
  }
  // End of list of possible types for union field perf_sample_series.
}
Fields
projectId

string

The cloud project

Note: This field is used in responses only. Any value specified here in a request is ignored.

historyId

string

A tool results history ID.

Note: This field is used in responses only. Any value specified here in a request is ignored.

executionId

string

A tool results execution ID.

Note: This field is used in responses only. Any value specified here in a request is ignored.

stepId

string

A tool results step ID.

Note: This field is used in responses only. Any value specified here in a request is ignored.

sampleSeriesId

string

A sample series id

Note: This field is used in responses only. Any value specified here in a request is ignored.

Union field perf_sample_series.

perf_sample_series can be only one of the following:

basicPerfSampleSeries

object (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 (PerfMetricType),
  "perfUnit": enum (PerfUnit),
  "sampleSeriesLabel": enum (SampleSeriesLabel)
}
Fields
perfMetricType

enum (PerfMetricType)

perfUnit

enum (PerfUnit)

sampleSeriesLabel

enum (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

create

Creates a PerfSampleSeries.

get

Gets a PerfSampleSeries.

list

Lists PerfSampleSeries for a given Step.