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

리소스: PerfSampleSeries

성능 샘플(또는 데이터 포인트) 모음을 나타내는 리소스

JSON 표현
{
  "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.
}
필드
projectId

string

클라우드 프로젝트

참고: 이 필드는 응답에만 사용됩니다. 요청에 여기에 지정된 값은 무시됩니다.

historyId

string

도구 결과 기록 ID입니다.

참고: 이 필드는 응답에만 사용됩니다. 요청에 여기에 지정된 값은 무시됩니다.

executionId

string

도구 결과 실행 ID입니다.

참고: 이 필드는 응답에만 사용됩니다. 요청에 여기에 지정된 값은 무시됩니다.

stepId

string

도구 결과 단계 ID입니다.

참고: 이 필드는 응답에만 사용됩니다. 요청에 여기에 지정된 값은 무시됩니다.

sampleSeriesId

string

샘플 시리즈 ID

참고: 이 필드는 응답에만 사용됩니다. 요청에 여기에 지정된 값은 무시됩니다.

통합 필드 perf_sample_series .

perf_sample_series 다음 중 하나만 가능합니다.

basicPerfSampleSeries

object ( BasicPerfSampleSeries )

꺾은선형 차트로 표현되는 기본 계열

BasicPerfSample시리즈

꺾은선형 차트로 표시되는 기본 샘플 시리즈에 대한 메타데이터를 캡슐화합니다.

JSON 표현
{
  "perfMetricType": enum (PerfMetricType),
  "perfUnit": enum (PerfUnit),
  "sampleSeriesLabel": enum (SampleSeriesLabel)
}
필드
perfMetricType

enum ( PerfMetricType )

perfUnit

enum ( PerfUnit )

sampleSeriesLabel

enum ( SampleSeriesLabel )

성능 단위

이 컬렉션의 일련의 데이터 포인트에 해당하는 단위입니다.

열거형
perfUnitUnspecified
kibibyte
percent
bytesPerSecond
framesPerSecond
byte

샘플시리즈라벨

특정 성능 샘플 시리즈를 식별하는 라벨

열거형
sampleSeriesTypeUnspecified
memoryRssPrivate 메모리 샘플 시리즈
memoryRssShared
memoryRssTotal
memoryTotal
cpuUser CPU 샘플 시리즈
cpuKernel
cpuTotal
ntBytesTransferred 네트워크 샘플 시리즈
ntBytesReceived
networkSent
networkReceived
graphicsFrameRate 그래픽 샘플 시리즈

행동 양식

create

PerfSampleSeries를 만듭니다.

get

PerfSampleSeries를 가져옵니다.

list

지정된 단계에 대한 PerfSampleSeries를 나열합니다.