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次のいずれか 1 つだけです。

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 をリストします。