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 )

以折線圖表示的基本系列

基本效能範例係列

封裝由折線圖表示的基本範例係列的元數據

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。