Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Managed Service for Greenplum®
  • Getting started
    • All tutorials
    • Connecting to a database
    • Connecting to an external file server (gpfdist)
      • Viewing cluster logs
      • Viewing cluster operations
      • Performance diagnostics
      • Monitoring the state of clusters and hosts
    • Auxiliary utilities
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  1. Step-by-step tutorials
  2. Logs and monitoring
  3. Performance diagnostics

Performance diagnostics

Written by
Yandex Cloud
Updated at May 22, 2025

For performance diagnostics, the Managed Service for Greenplum® cluster uses:

  • In versions 6.22 and lower, a dedicated gpperfmon database.
  • In versions 6.25 or higher, the Greenplum® command center.

Note

Access to the gpperfmon database is available on request. Contact support or your account manager.

The gpperfmon database saves the statistics on the system queries and states. The gpperfmon database can be accessed by:

  • Admin user.
  • User with the mdb_admin role.
  • User with the gpperfmon database privileges.

The gpperfmon database contains the following information tables:

  • database_history: Greenplum® database workload.
  • diskspace_history: Disk space usage.
  • dynamic_memory_info: All segments and the amount of dynamic memory used for each host.
  • memory_info: Information about memory for each host from the system_history and segment_history tables.
  • network_interface_history: Networking for each active Greenplum® database interface.
  • queries_history: Status of high-level queries.
  • segment_history: Memory allocation for a Greenplum® database segment.
  • socket_history: Use of Greenplum® database sockets.
  • system_history: System usage.

To view the table, connect to the gpperfmon database and run this query:

SELECT * FROM <table_name>;

To learn more about information tables of the gpperfmon database, see the Greenplum® documentation.

Greenplum® and Greenplum Database® are registered trademarks or trademarks of Broadcom Inc. in the United States and/or other countries.

Was the article helpful?

Previous
Viewing cluster operations
Next
Monitoring the state of clusters and hosts
© 2025 Direct Cursus Technology L.L.C.