GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::CodeGuruProfiler::BatchGetFrameMetricDataResponse(3) User Contributed Perl Documentation Paws::CodeGuruProfiler::BatchGetFrameMetricDataResponse(3)

Paws::CodeGuruProfiler::BatchGetFrameMetricDataResponse

REQUIRED EndTime => Str

The end time of the time period for the returned time series values. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

REQUIRED EndTimes => ArrayRef[Paws::CodeGuruProfiler::TimestampStructure]

List of instances, or time steps, in the time series. For example, if the "period" is one day ("PT24H)"), and the "resolution" is five minutes ("PT5M"), then there are 288 "endTimes" in the list that are each five minutes appart.

REQUIRED FrameMetricData => ArrayRef[Paws::CodeGuruProfiler::FrameMetricDatum]

Details of the metrics to request a time series of values. The metric includes the name of the frame, the aggregation type to calculate the metric value for the frame, and the thread states to use to get the count for the metric value of the frame.

REQUIRED Resolution => Str

Resolution or granularity of the profile data used to generate the time series. This is the value used to jump through time steps in a time series. There are 3 valid values.

  • "P1D" - 1 day
  • "PT1H" - 1 hour
  • "PT5M" - 5 minutes

Valid values are: "PT5M", "PT1H", "P1D" =head2 REQUIRED StartTime => Str

The start time of the time period for the returned time series values. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

REQUIRED UnprocessedEndTimes => Paws::CodeGuruProfiler::UnprocessedEndTimeMap

List of instances which remained unprocessed. This will create a missing time step in the list of end times.

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.