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

Cloud 프로젝트

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

historyId

string

도구 결과 기록 ID입니다.

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

executionId

string

도구 결과 실행 ID입니다.

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

stepId

string

도구 결과 단계 ID입니다.

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

sampleSeriesId

string

샘플 시리즈 ID

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

통합 필드 perf_sample_series.

perf_sample_series는 다음 중 하나여야 합니다.

basicPerfSampleSeries

object (BasicPerfSampleSeries)

선 차트로 표시되는 기본 계열

BasicPerfSampleSeries

선 차트로 표시되는 기본 샘플 시리즈의 메타데이터를 캡슐화합니다.

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를 나열합니다.