{"id":18343439,"url":"https://github.com/cosimo/pgtop","last_synced_at":"2026-06-19T23:31:09.015Z","repository":{"id":66959056,"uuid":"292266878","full_name":"cosimo/pgtop","owner":"cosimo","description":"pgtop is a PostgreSQL clone of mytop, which in turn is a top clone for MySQL","archived":false,"fork":false,"pushed_at":"2024-12-12T07:42:08.000Z","size":106,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-29T22:26:51.461Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cosimo.png","metadata":{"files":{"readme":"README","changelog":"Changes","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-02T11:42:30.000Z","updated_at":"2025-04-13T09:21:07.000Z","dependencies_parsed_at":"2024-12-23T17:40:46.906Z","dependency_job_id":"37da401f-0b18-4a7a-a47e-ab4f26759b13","html_url":"https://github.com/cosimo/pgtop","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/cosimo/pgtop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimo%2Fpgtop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimo%2Fpgtop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimo%2Fpgtop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimo%2Fpgtop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cosimo","download_url":"https://codeload.github.com/cosimo/pgtop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosimo%2Fpgtop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34552295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T20:36:03.818Z","updated_at":"2026-06-19T23:31:08.997Z","avatar_url":"https://github.com/cosimo.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"pgtop version 0.11\n==================\n\n  pgtop is a PostgreSQL clone of `mytop', which in turn is a `top' clone for MySQL\n\n  pgtop is a console-based (non-gui) tool for monitoring the threads\n  and overall performance of PostgreSQL 7.2+. It\n  runs on most Unix systems which have Perl, DBI, and Term::ReadKey\n  installed. And with Term::ANSIColor installed you even get color.\n\n  For more detailed information, look at the `mytop' page on sourceforge.net:\n  http://mytop.sourceforge.net/\n\nWARNING\n\n  pgtop is a quick \u0026 dirty hack over `mytop', and not all MySQL concepts map\n  very well onto PostgreSQL architecture and statistics collector. So don't\n  expect a good quality out of this little hack...\n\n  And, you should probably look for `ptop'.\n\nINSTALLATION\n\n  tar -zxvf pgtop-\u003cversion\u003e.tar.gz\n  cd pgtop-\u003cversion\u003e\n  perl Makefile.PL\n  make\n  make test\n  make install\n\n  There's no tests, actually.\n\nDOCKER\n\n  A ready-made Dockerfile is bundled in this repository.\n  If you'd like to run pgtop from the docker container, all you need to do\n  is to supply your own `.pgtop` configuration file.\n\n  Build the docker container as:\n\n     docker build -t my_pgtop .\n\n  You most probably will want to run pgtop pointing it to your database\n  rather than localhost:5432, so make sure to build a pgtoprc file\n  from the provided sample `pgtoprc.sample`. After you've done that,\n  run the docker container with:\n\n     cp pgtoprc.sample pgtoprc\n\n     # Edit the pgtoprc file to add your database host, port, name, etc..\n     docker run --rm -it -v ./pgtoprc:/app/.pgtop my_pgtop\n\n  Don't forget the `-it` options, or pgtop won't run with the necessary\n  terminal capabilities to display anything in a meaningful way.\n\nDOCUMENTATION\n\n  man pgtop\n  perldoc pgtop\n\nAUTHOR\n\n  Cosimo Streppone \u003ccosimo@cpan.org\u003e\n    inspired (and most of code) by `mytop' author\n    Jeremy D. Zawodny \u003cJeremy@Zawodny.com\u003e\n\nCOPYRIGHT\n\n  pgtop is licensed under the GNU General Public License version 2.\n  For the full license information, please visit\n\n  http://www.gnu.org/copyleft/gpl.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosimo%2Fpgtop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosimo%2Fpgtop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosimo%2Fpgtop/lists"}