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::PerformanceInsights(3) User Contributed Perl Documentation Paws::PerformanceInsights(3)

Paws::PerformanceInsights - Perl Interface to AWS AWS Performance Insights

  use Paws;
  my $obj = Paws->service('PerformanceInsights');
  my $res = $obj->Method(
    Arg1 => $val1,
    Arg2 => [ 'V1', 'V2' ],
    # if Arg3 is an object, the HashRef will be used as arguments to the constructor
    # of the arguments type
    Arg3 => { Att1 => 'Val1' },
    # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
    # the constructor of the arguments type
    Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
  );

Amazon RDS Performance Insights

Amazon RDS Performance Insights enables you to monitor and explore different dimensions of database load based on data captured from a running DB instance. The guide provides detailed information about Performance Insights data types, parameters and errors.

When Performance Insights is enabled, the Amazon RDS Performance Insights API provides visibility into the performance of your DB instance. Amazon CloudWatch provides the authoritative source for AWS service-vended monitoring metrics. Performance Insights offers a domain-specific view of DB load.

DB load is measured as Average Active Sessions. Performance Insights provides the data to API consumers as a two-dimensional time-series dataset. The time dimension provides DB load data for each time point in the queried time range. Each time point decomposes overall load in relation to the requested dimensions, measured at that time point. Examples include SQL, Wait event, User, and Host.

  • To learn more about Performance Insights and Amazon Aurora DB instances, go to the Amazon Aurora User Guide (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PerfInsights.html).
  • To learn more about Performance Insights and Amazon RDS DB instances, go to the Amazon RDS User Guide (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html).

For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/pi-2018-02-27>

[Filter => Paws::PerformanceInsights::MetricQueryFilterMap]
[MaxResults => Int]
[NextToken => Str]
[PartitionBy => Paws::PerformanceInsights::DimensionGroup]
[PeriodInSeconds => Int]

Each argument is described in detail in: Paws::PerformanceInsights::DescribeDimensionKeys

Returns: a Paws::PerformanceInsights::DescribeDimensionKeysResponse instance

For a specific time period, retrieve the top "N" dimension keys for a metric.

Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned.

[RequestedDimensions => ArrayRef[Str|Undef]]

Each argument is described in detail in: Paws::PerformanceInsights::GetDimensionKeyDetails

Returns: a Paws::PerformanceInsights::GetDimensionKeyDetailsResponse instance

Get the attributes of the specified dimension group for a DB instance or data source. For example, if you specify a SQL ID, "GetDimensionKeyDetails" retrieves the full text of the dimension "db.sql.statement" associated with this ID. This operation is useful because "GetResourceMetrics" and "DescribeDimensionKeys" don't support retrieval of large SQL statement text.

[MaxResults => Int]
[NextToken => Str]
[PeriodInSeconds => Int]

Each argument is described in detail in: Paws::PerformanceInsights::GetResourceMetrics

Returns: a Paws::PerformanceInsights::GetResourceMetricsResponse instance

Retrieve Performance Insights metrics for a set of data sources, over a time period. You can provide specific dimension groups and dimensions, and provide aggregation and filtering criteria for each group.

Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned.

Paginator methods are helpers that repetively call methods that return partial results

This service class forms part of Paws

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

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.