CloudNetra
  • CloudNetra User Guide
  • Getting Started with CloudNetra
    • How to Get Started
    • Sign Up and Sign In Guide
    • Forgot Password? Here’s How to Reset It
    • Profile Management & Security
      • How to Update Personal Information
      • How to Reset Your Password from Profile
  • Cloud Connector
    • How to Add a Cloud Connector
    • How to Verify a Cloud Connector
    • How to Delete a Cloud Connector
  • Cloud Observability
    • Cloud Dashboard
    • Metrics Dashboard
      • How to Delete a Host from the Host Summary
    • Cost Explorer Dashboard
    • Recommendation
      • How to enable AWS Compute Optimizer Service
      • How to Enable AWS Guard Duty?
    • FinOps
      • AWS cloudwatch cost suddenly increased, how to analysis ?
    • Budget Management
      • How to Add Budget Details
      • How to Update Budget Details
      • How to Delete Budget Details
    • Setting
      • User Accounts In CloudNetra
        • How to Invite or Add New User Account
        • How to Assign Cloud Connectors To User
        • How to Remove Assigned Cloud Connectors
        • How to Update User Details
        • How to Update User Status
        • How to Delete an Existing User
      • Schedule Report
        • How to Add Multiple Emails to a Scheduled Report
        • How to Update Scheduled Report Status
      • Quota Report
        • How to Add Quota Details
        • How to Update Quota Details
        • How to Update Quota Status
        • How to Delete Quota
      • Fill the organisation, billing details
    • Subscription and Billing Information
      • How to Update Organization Billing Details
      • How to Upgrade Your Subscription Plan
      • How to Cancel a Requested Plan
    • Metrics Integrations
      • Linux Agent
        • How to Add Linux Agent
        • How to Uninstall CloudNetra Agent from a Remote Server
      • Docker Plugin
        • How to Integrate the Docker Plugin
        • How to Uninstall the Docker Plugin from the Server
      • Website Monitoring
        • Add Website and Install Dashboard
        • How to Update Website Details and Status
        • How to Delete Website Details
        • How to Uninstall the Website Dashboard
      • Apache Plugin
        • How to Integrate the Apache Plugin
        • How to Uninstall the Apache Plugin from the Server
      • Nginx Plugin
        • How to Integrate the Nginx Plugin
        • How to Uninstall Nginx Plugin from the Server
      • MySQL Plugin
        • How to Integrate the MySQL Plugin
        • How to Uninstall the MySQL Plugin from the Server
      • PostgreSQL Plugin
        • How to Integrate the PostgreSQL Plugin
        • How to Uninstall the PostgreSQL Plugin from the Server
      • Jenkin Plugin
        • How to Integrate the Jenkins Plugin
        • How to Uninstall the Jenkins Plugin from the Server
    • Contact Points
      • How to Configure Alert Notifications
      • How to Update Alert Notifications
      • How to Delete / Remove Alert Notifications
      • How to Update Notification Policies
  • Monitor
    • Metrics
      • Apache
      • Docker
      • Nginx
      • MySQL
      • PostgreSQL
      • Redis
  • Blog
    • Cost Optimization
      • What are the top 10 best practices for S3 cost optimization?
    • Release Notes
Powered by GitBook
On this page
  1. Monitor
  2. Metrics

PostgreSQL

Monitoring metrics for PostgreSQL is crucial to optimize performance, detect issues early, ensure resource efficiency, enhance security, plan for scalability, validate backups, and analyze long-term.

PreviousMySQLNextRedis

Last updated 1 year ago

Metrics
Description

Postgres Status

Indicate PostgreSQL Status

Shared Buffers Size

Caches data to reduce disk I/O in PostgreSQL

Available Storage in GB

Provide details for total available storage

Available Connections

Calculate the available connections

Maximum Active Transaction Time by DB

Retrieve max transaction duration for active PostgreSQL sessions

Cache Hit Rate

Showing the cache hit rate percentage

Transactions

Total committed transactions in PostgreSQL over time

Database size in GB

Size of all databases in GB

Conflicts/Deadlocks

Track PostgreSQL deadlocks and conflicts.

Rows

Get PostgreSQL tuple statistics: fetch, return, insert, update, delete.

Postgres Status:

Postgres Status

Provide information about database status.

Uptime Status

Monitor PostgreSQL uptime metrics for performance insights. Enhance database reliability and performance.

Shared Buffers Size In MB

Optimize PostgreSQL performance by analyzing shared buffer size in megabytes. Ensure efficient memory allocation for improved database responsiveness and reduced query execution times.

Available Storage in GB

This expression calculates the aggregated available disk space in gigabytes within a PostgreSQL environment, contributing to comprehensive storage monitoring and capacity planning for optimized system performance.

Available Connections

This expression computes the effective available PostgreSQL connections by subtracting active connections and reserved superuser connections from the maximum allowed connections. Useful for monitoring and optimizing database connection utilization in a specified context.

Maximum Active Transaction Time by DB

This expression captures the peak transaction duration for active processes, providing insights into transaction performance within a specific context.

Cache Hit Rate

This expression calculates the hit ratio percentage for database block access, indicating the proportion of successfully retrieved blocks compared to total reads and hits over time.

Transactions

This expression measures the rate of committed transactions over time in a specified context, providing insights into the frequency of successful transaction commits.

Database size in GB

Measure size of critical PostgreSQL databases (excluding system databases) in gigabytes. Useful for managing storage resources and optimizing database performance in a specified environment.

Conflicts/Deadlocks

Calculate the sum of deadlocks and conflicts rates in a PostgreSQL database. Monitor and analyze these metrics to identify and address performance issues for enhanced database reliability

Rows

This set of expressions calculates the summed rates of returned, inserted, updated, and deleted tuples per second, providing insights into the transactional activity of a specified context in PostgreSQL.