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

एक नमूना श्रृंखला आईडी

नोट: इस फ़ील्ड का उपयोग केवल प्रतिक्रियाओं में किया जाता है। अनुरोध में यहां निर्दिष्ट किसी भी मूल्य को नजरअंदाज कर दिया जाता है।

संघ क्षेत्र 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 सीपीयू नमूना श्रृंखला
cpuKernel
cpuTotal
ntBytesTransferred नेटवर्क नमूना श्रृंखला
ntBytesReceived
networkSent
networkReceived
graphicsFrameRate ग्राफ़िक्स नमूना श्रृंखला

तरीकों

create

एक PerfSampleSeries बनाता है।

get

एक PerfSampleSeries प्राप्त करता है।

list

किसी दिए गए चरण के लिए PerfSampleSeries सूचीबद्ध करता है।