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

מזהה היסטוריית תוצאות של כלי.

הערה: שדה זה משמש בתגובות בלבד. מתעלמים מכל ערך שצוין כאן בבקשה.

executionId

string

מזהה ביצוע תוצאות של כלי.

הערה: שדה זה משמש בתגובות בלבד. מתעלמים מכל ערך שצוין כאן בבקשה.

stepId

string

מזהה שלב של תוצאות הכלי.

הערה: שדה זה משמש בתגובות בלבד. מתעלמים מכל ערך שצוין כאן בבקשה.

sampleSeriesId

string

מזהה סדרה לדוגמה

הערה: שדה זה משמש בתגובות בלבד. מתעלמים מכל ערך שצוין כאן בבקשה.

Union field 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 )

PerfUnit

היחידה המתאימה לסדרת נקודות הנתונים באוסף זה

תקצירים
perfUnitUnspecified
kibibyte
percent
bytesPerSecond
framesPerSecond
byte

SampleSeriesLabel

תווית לזיהוי סדרת דגימת ביצועים נתונה

תקצירים
sampleSeriesTypeUnspecified
memoryRssPrivate סדרת דוגמאות זיכרון
memoryRssShared
memoryRssTotal
memoryTotal
cpuUser סדרת דגימות מעבד
cpuKernel
cpuTotal
ntBytesTransferred סדרת דוגמאות רשת
ntBytesReceived
networkSent
networkReceived
graphicsFrameRate סדרת דוגמאות גרפיקה

שיטות

create

יוצר PerfSampleSeries.

get

מקבל PerfSampleSeries.

list

מפרט את PerfSampleSeries עבור שלב נתון.