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)

सामान्य सीरीज़, जिसे लाइन चार्ट से दिखाया गया है

बेसिकपर्फ़ सैंपल सीरीज़

लाइन चार्ट के ज़रिए दिखाई गई बेसिक सैंपल सीरीज़ के लिए मेटाडेटा को इनकैप्सुलेट करता है

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 की सूची बनाता है.