rapidloop / pgmetrics

Collect and display information and stats from a running PostgreSQL server
https://pgmetrics.io
Apache License 2.0
960 stars 65 forks source link

how to collect system info with pgmetrics #64

Open shawn0915 opened 1 year ago

shawn0915 commented 1 year ago

dear team, when I read doc about pgmetrics, I find pgmetrics can collect system info, like cpu/memory load and disk usage, but I can't find any tip in the help list, or command demo in the doc,

my env:

$ cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)

$ pgmetrics -V
pgmetrics 1.15.0

could you add more info on it?

shawn0915 commented 1 year ago

oh, when I run pg with docker, pgmetrics can NOT collect system info, but install with RPM in the linux, then it works.