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

একটি টুল ফলাফল নির্বাহ ID.

দ্রষ্টব্য: এই ক্ষেত্রটি শুধুমাত্র প্রতিক্রিয়াগুলিতে ব্যবহৃত হয়। অনুরোধে এখানে উল্লেখ করা যেকোনো মান উপেক্ষা করা হয়।

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 )

পারফ ইউনিট

এই সংগ্রহের ডেটা পয়েন্টের সিরিজের সাথে সংশ্লিষ্ট ইউনিট

Enums
perfUnitUnspecified
kibibyte
percent
bytesPerSecond
framesPerSecond
byte

নমুনা সিরিজ লেবেল

একটি প্রদত্ত কর্মক্ষমতা নমুনা সিরিজ সনাক্ত করতে লেবেল

Enums
sampleSeriesTypeUnspecified
memoryRssPrivate মেমরি নমুনা সিরিজ
memoryRssShared
memoryRssTotal
memoryTotal
cpuUser CPU নমুনা সিরিজ
cpuKernel
cpuTotal
ntBytesTransferred নেটওয়ার্ক নমুনা সিরিজ
ntBytesReceived
networkSent
networkReceived
graphicsFrameRate গ্রাফিক্স নমুনা সিরিজ

পদ্ধতি

create

একটি PerfSampleSeries তৈরি করে।

get

একটি PerfSampleSeries পায়।

list

একটি প্রদত্ত ধাপের জন্য PerfSampleSeries তালিকা করে।