{"id":35678,"date":"2019-04-11T13:07:36","date_gmt":"2019-04-11T20:07:36","guid":{"rendered":"https:\/\/virtual-dba.com\/?p=35678"},"modified":"2023-08-11T09:46:06","modified_gmt":"2023-08-11T16:46:06","slug":"postgresql-database-monitoring-tools","status":"publish","type":"post","link":"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/","title":{"rendered":"PostgreSQL Database Monitoring Tools"},"content":{"rendered":"\n<p>The number one priority in any production environment, beyond availability, is performance. End users want a smooth and quick experience, while the pressure mounts on you to deliver faster response times. Since PostgreSQL monitoring is arguably one of the most immature aspects of the platform, you&#8217;ll be relying heavily on third-party solutions. You will soon realize that there isn&#8217;t a one-shot solution for monitoring and that you will most likely have to combine multiple tools to get a good look at your ecosystem. In this post, I will discuss two of the tools available for monitoring PostgresSQL: pganalyze and pgwatch2.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>pganalyze<\/strong><\/h2>\n\n\n\n<p>Pganalyze, from the company of the same name, is a great tool that tracks query runtime, performs health checks, gives system advice and analyzes log output. They offer several plans at different price points as well as a limited free developer license which can be used for a single server. The pricing is reasonable if you want hassle-free setup and to hit the ground running with your monitoring.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Query Runtime<\/strong><\/h3>\n\n\n\n<p>This view gives you an idea at what point in the day any degradation is occurring. You&#8217;re able to filter by percentile by clicking the legend at the top and specifying the time range between 30 days, 2 weeks and 24 hours. You can also specify a date range by using the date on the bottom right.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"923\" height=\"320\" src=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/query_runtime_daterange_1.jpg\" alt=\"query runtime date range\" class=\"wp-image-35687\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Query Statistics<\/strong><\/h3>\n\n\n\n<p>This grid is a summary of your queries. You&#8217;re able to filter these by query type, search the grid for keywords and sort the columns. It gives you a heads-up display for avg time, calls per minute, buffer hit percentage and a percentage of total runtime.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1625\" height=\"369\" src=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/query_statistics_2.jpg\" alt=\"query statistics\" class=\"wp-image-35688\"\/><\/figure>\n\n\n\n<p>You can click into any query in the list to see details about the query performance. The following grid details a slot of time specified by the 3 buttons between the upper and lower graph. The top graph is filtered by the sliders in the lower graph, to allow further specific detail. You can filter the data you see by avg-time, calls and avg i\/o time.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1632\" height=\"297\" src=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/query_performance_3.jpg\" alt=\"query performance\" class=\"wp-image-35686\"\/><\/figure>\n\n\n\n<p>Also on this page you can view the indexes that are being used by the table. You can click on an index and it will bring you to performance details on the index.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"653\" height=\"100\" src=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/indexes_4.jpg\" alt=\"indexes\" class=\"wp-image-35684\"\/><\/figure>\n\n\n\n<p>The most important statistic from this page is the buffer cache. If you&#8217;re seeing any % from disk usage, it may be an indication that you&#8217;re having memory issues.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"540\" height=\"289\" src=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/buffer_cache_5.jpg\" alt=\"buffer cache\" class=\"wp-image-35680\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Health Check<\/strong><\/h3>\n\n\n\n<p>There is a section of pganalyze that does a health check on your system and gives you recommendations for system and database configuration. You can click on the recommendation and it will give you more detail about the issue.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"774\" height=\"189\" src=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/health_check_6.jpg\" alt=\"health check\" class=\"wp-image-35683\"\/><\/figure>\n\n\n\n<p>Pganalyze offers many more options and information but this highlights some of the main points for monitoring your system.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Pgwatch2<\/strong><\/h2>\n\n\n\n<p>Pgwatch2 is a very robust open source solution offered by Cybertec. This tool doesn&#8217;t require any modifications to the database and metrics are easily customized. The data is stored in InfluxDB.<\/p>\n\n\n\n<p>Pgwatch2 is very easy to install if you&#8217;re using docker. Simply run a command line through their quickstart guide at the bottom of this page. There are endless customization possibilities through using InfluxQL.<\/p>\n\n\n\n<p><a href=\"http:\/\/www.cybertec.at\/en\/products\/pgwatch2-next-generation-postgresql-monitoring-tool\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">http:\/\/www.cybertec.at\/en\/products\/pgwatch2-next-generation-postgresql-monitoring-tool\/<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Grafana<\/strong><\/h3>\n\n\n\n<p>This is the visual tool for pgwatch2. It allows you to set up dashboards and track metrics to your liking.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1892\" height=\"203\" src=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/grafana_6.jpg\" alt=\"grafana\" class=\"wp-image-35682\"\/><\/figure>\n\n\n\n<p>The default dashboard will track many unique metrics that are useful to your environment. You can see the average query time, cpu load etc.<\/p>\n\n\n\n<p>Several graphs are at your disposal with the basic installation. One of those graphs is the buffer hit ratio. All of these graphs can be adjusted for time range, you can also edit each panel to display a different range or other properties.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"943\" height=\"325\" src=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/buffer_hit_ratio_7.jpg\" alt=\"buffer hit ratio\" class=\"wp-image-35681\"\/><\/figure>\n\n\n\n<p>You can track your locking details, by selecting Locking Details from the drop down menu.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"943\" height=\"325\" src=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/locking_details_8.jpg\" alt=\"locking details\" class=\"wp-image-35685\"\/><\/figure>\n\n\n\n<p>Replication lag is a very important metric to track in a high availability environment.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"936\" height=\"316\" src=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/replication_lag_9.jpg\" alt=\"replication lag\" class=\"wp-image-35689\"\/><\/figure>\n\n\n\n<p>By select Single Query Details you get a vast array of graphs that track your query performance from a quick glance. You can track what time of day you&#8217;re getting the worst query performance and isolate issues quickly with the avg runtime graph.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"930\" height=\"322\" src=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/average_runtime_9.jpg\" alt=\"average runtime\" class=\"wp-image-35679\"\/><\/figure>\n\n\n\n<p>Some other available graphs are Calls, Total Runtime (showing highest query times), Shared Buffers Hit Ratio, Temp Blocks Read\/Write ratio, Block Read\/Write time (possible disk contention).<\/p>\n\n\n\n<p>While you&#8217;ll still have to do some investigative work, these tools can give you a very quick and precise view of your running database. You can use the data available to make future decisions or solve current problems.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The number one priority in any production environment, beyond availability, is performance. End users want a smooth and quick experience, while the pressure mounts on you to deliver faster response times. Since PostgreSQL monitoring is arguably one of the most immature aspects of the platform, you&#8217;ll be relying heavily on third-party solutions. You will soon [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":35691,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","content-type":"","footnotes":""},"categories":[4166,2163],"tags":[3958,4139],"class_list":["post-35678","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-postgresql","tag-monitoring","tag-postgresql-performance-tuning"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.1 (Yoast SEO v27.1.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>PostgreSQL Database Monitoring Tools - Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts<\/title>\n<meta name=\"description\" content=\"PostgreSQL Database Monitoring Tools: Learn about two popular tools for monitoring PostgreSQL databases - pganalyze and pgwatch2.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PostgreSQL Database Monitoring Tools\" \/>\n<meta property=\"og:description\" content=\"PostgreSQL Database Monitoring Tools: Learn about two popular tools for monitoring PostgreSQL databases - pganalyze and pgwatch2.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/\" \/>\n<meta property=\"og:site_name\" content=\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\" \/>\n<meta property=\"article:published_time\" content=\"2019-04-11T20:07:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-11T16:46:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/virtual-dba.com\/wp-content\/uploads\/PostgreSQL-Database-Monitoring-Tools.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"557\" \/>\n\t<meta property=\"og:image:height\" content=\"291\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"XTIVIA\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:site\" content=\"@virtual_dba\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"XTIVIA\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/\"},\"author\":{\"name\":\"XTIVIA\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1\"},\"headline\":\"PostgreSQL Database Monitoring Tools\",\"datePublished\":\"2019-04-11T20:07:36+00:00\",\"dateModified\":\"2023-08-11T16:46:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/\"},\"wordCount\":773,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/PostgreSQL-Database-Monitoring-Tools.jpg\",\"keywords\":[\"Monitoring\",\"PostgreSQL Performance tuning\"],\"articleSection\":[\"Blog\",\"PostgreSQL\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/\",\"url\":\"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/\",\"name\":\"PostgreSQL Database Monitoring Tools - Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\",\"isPartOf\":{\"@id\":\"https:\/\/virtual-dba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/PostgreSQL-Database-Monitoring-Tools.jpg\",\"datePublished\":\"2019-04-11T20:07:36+00:00\",\"dateModified\":\"2023-08-11T16:46:06+00:00\",\"description\":\"PostgreSQL Database Monitoring Tools: Learn about two popular tools for monitoring PostgreSQL databases - pganalyze and pgwatch2.\",\"breadcrumb\":{\"@id\":\"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/#primaryimage\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/PostgreSQL-Database-Monitoring-Tools.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/PostgreSQL-Database-Monitoring-Tools.jpg\",\"width\":557,\"height\":291,\"caption\":\"PostgreSQL Database Monitoring Tools\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/virtual-dba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PostgreSQL Database Monitoring Tools\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/virtual-dba.com\/#website\",\"url\":\"https:\/\/virtual-dba.com\/\",\"name\":\"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts\",\"description\":\"Remote Database Administration\",\"publisher\":{\"@id\":\"https:\/\/virtual-dba.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/virtual-dba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/virtual-dba.com\/#organization\",\"name\":\"Virtual-DBA: Remote DBA | Remote Database Administration\",\"alternateName\":\"Virtual-DBA powered by XTIVIA\",\"url\":\"https:\/\/virtual-dba.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"contentUrl\":\"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg\",\"width\":557,\"height\":291,\"caption\":\"Virtual-DBA: Remote DBA | Remote Database Administration\"},\"image\":{\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/virtual_dba\",\"https:\/\/www.linkedin.com\/showcase\/36220649\/\",\"https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg\"],\"description\":\"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.\",\"email\":\"info@xtivia.com\",\"telephone\":\"8886853101\",\"legalName\":\"XTIVIA, Inc\",\"foundingDate\":\"1992-05-01\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"201\",\"maxValue\":\"500\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1\",\"name\":\"XTIVIA\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g\",\"caption\":\"XTIVIA\"},\"url\":\"https:\/\/virtual-dba.com\/author\/xtivia\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"PostgreSQL Database Monitoring Tools - Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","description":"PostgreSQL Database Monitoring Tools: Learn about two popular tools for monitoring PostgreSQL databases - pganalyze and pgwatch2.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/","og_locale":"en_US","og_type":"article","og_title":"PostgreSQL Database Monitoring Tools","og_description":"PostgreSQL Database Monitoring Tools: Learn about two popular tools for monitoring PostgreSQL databases - pganalyze and pgwatch2.","og_url":"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/","og_site_name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","article_published_time":"2019-04-11T20:07:36+00:00","article_modified_time":"2023-08-11T16:46:06+00:00","og_image":[{"width":557,"height":291,"url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/PostgreSQL-Database-Monitoring-Tools.jpg","type":"image\/jpeg"}],"author":"XTIVIA","twitter_card":"summary_large_image","twitter_creator":"@virtual_dba","twitter_site":"@virtual_dba","twitter_misc":{"Written by":"XTIVIA","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/#article","isPartOf":{"@id":"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/"},"author":{"name":"XTIVIA","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1"},"headline":"PostgreSQL Database Monitoring Tools","datePublished":"2019-04-11T20:07:36+00:00","dateModified":"2023-08-11T16:46:06+00:00","mainEntityOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/"},"wordCount":773,"commentCount":0,"publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/PostgreSQL-Database-Monitoring-Tools.jpg","keywords":["Monitoring","PostgreSQL Performance tuning"],"articleSection":["Blog","PostgreSQL"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/","url":"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/","name":"PostgreSQL Database Monitoring Tools - Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","isPartOf":{"@id":"https:\/\/virtual-dba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/#primaryimage"},"image":{"@id":"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/#primaryimage"},"thumbnailUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/PostgreSQL-Database-Monitoring-Tools.jpg","datePublished":"2019-04-11T20:07:36+00:00","dateModified":"2023-08-11T16:46:06+00:00","description":"PostgreSQL Database Monitoring Tools: Learn about two popular tools for monitoring PostgreSQL databases - pganalyze and pgwatch2.","breadcrumb":{"@id":"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/#primaryimage","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/PostgreSQL-Database-Monitoring-Tools.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/PostgreSQL-Database-Monitoring-Tools.jpg","width":557,"height":291,"caption":"PostgreSQL Database Monitoring Tools"},{"@type":"BreadcrumbList","@id":"https:\/\/virtual-dba.com\/blog\/postgresql-database-monitoring-tools\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/virtual-dba.com\/"},{"@type":"ListItem","position":2,"name":"PostgreSQL Database Monitoring Tools"}]},{"@type":"WebSite","@id":"https:\/\/virtual-dba.com\/#website","url":"https:\/\/virtual-dba.com\/","name":"Virtual-DBA Remote DBA Services &amp; Support - Certified Database Experts","description":"Remote Database Administration","publisher":{"@id":"https:\/\/virtual-dba.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/virtual-dba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/virtual-dba.com\/#organization","name":"Virtual-DBA: Remote DBA | Remote Database Administration","alternateName":"Virtual-DBA powered by XTIVIA","url":"https:\/\/virtual-dba.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/","url":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","contentUrl":"https:\/\/virtual-dba.com\/wp-content\/uploads\/V-DBA-Database-Services-and-Support-Featured-Logo.jpg","width":557,"height":291,"caption":"Virtual-DBA: Remote DBA | Remote Database Administration"},"image":{"@id":"https:\/\/virtual-dba.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/virtual_dba","https:\/\/www.linkedin.com\/showcase\/36220649\/","https:\/\/www.youtube.com\/channel\/UCx3AIeUQ2ziTLKZSJDZ-SEg"],"description":"Eliminate database downtime and spiraling costs with XTIVIA\u2019s Virtual-DBA. In today\u2019s always-on business world, gaps in 24x7 on-call DBA support, neglected maintenance and security, or a stretched team struggling with overwhelming workloads can lead to costly disruptions and threaten business continuity. XTIVIA\u2019s Virtual-DBA provides the immediate, expert database administration you need, exactly when you need it, ensuring optimal performance, ironclad security, and significant cost savings without the burden of expanding your in-house team. The goal of Virtual-DBA is to provide a cost-effective solution for organizations seeking to optimize the security, management, maintenance, availability, and performance of their critical business systems, whether self-managed or cloud-managed (e.g., AWS RDS, Azure SQL Database). We accomplish this through a comprehensive remote DBA service offering designed specifically to meet the Oracle\u00ae, DB2\u00ae, Informix\u00ae, MySQL\u2122, PostgreSQL\u00ae, MongoDB\u00ae, MariaDB, and Microsoft SQL Server\u00ae, CockroachDB, Databricks, AWS, and Azure needs of our clients.","email":"info@xtivia.com","telephone":"8886853101","legalName":"XTIVIA, Inc","foundingDate":"1992-05-01","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"201","maxValue":"500"}},{"@type":"Person","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/2d86f74bed0c3f1b49100f7fdf7d78d1","name":"XTIVIA","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/virtual-dba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0d3648a00e319a37cf8d6d19f762acfbbb4fd0320fd8a6d6b1e64f44a2a6f259?s=96&d=mm&r=g","caption":"XTIVIA"},"url":"https:\/\/virtual-dba.com\/author\/xtivia\/"}]}},"_links":{"self":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/35678","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/comments?post=35678"}],"version-history":[{"count":0,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/posts\/35678\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media\/35691"}],"wp:attachment":[{"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/media?parent=35678"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/categories?post=35678"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/virtual-dba.com\/wp-json\/wp\/v2\/tags?post=35678"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}