https://github.com/cosimo/perl5-pgtop
pgtop is a clone of mytop, which is a clone of top for MySQL. pgtop is for PostgreSQL
https://github.com/cosimo/perl5-pgtop
Last synced: about 1 year ago
JSON representation
pgtop is a clone of mytop, which is a clone of top for MySQL. pgtop is for PostgreSQL
- Host: GitHub
- URL: https://github.com/cosimo/perl5-pgtop
- Owner: cosimo
- Created: 2009-09-12T20:00:42.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2009-09-12T20:01:08.000Z (almost 17 years ago)
- Last Synced: 2025-04-09T21:49:57.019Z (about 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/pgtop
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
README for pgtop version 0.05
=============================
WEB
http://search.cpan.org
MAILING LIST
None
ABOUT
pgtop is a PostgreSQL clone for `mytop', which in turn, is a `top' clone for MySQL
pgtop is a console-based (non-gui) tool for monitoring the threads
and overall performance of PostgreSQL 7.2+. It
runs on most Unix systems which have Perl, DBI, and Term::ReadKey
installed. And with Term::ANSIColor installed you even get color.
For more detailed information, look at the `mytop' page on sourceforge.net:
http://mytop.sourceforge.net/
WARNING
pgtop is a quick & dirty hack over `mytop', and not all MySQL concepts map very
well on PostgreSQL architecture and statistics collector. So don't expect a
good quality out of this little hack...
And, you should probably look for `ptop'.
INSTALLATION
tar -zxvf pgtop-.tar.gz
cd pgtop-
perl Makefile.PL
make
make test
make install
There's no test, actually.
DOCUMENTATION
man pgtop
perldoc pgtop
AUTHOR
Cosimo Streppone
inspired (and most of code) by `mytop' author
Jeremy D. Zawodny
COPYRIGHT
pgtop is licensed under the GNU General Public License version
2. For the full license information, please visit
http://www.gnu.org/copyleft/gpl.html
__END__