Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
filesys metrics are (probably) too selective #113
Comments
|
As discussed on IRC, these are possibly candidates for pmdamounts(1) monitoring. The pmdalinux code attempts to only export local, non-memory filesystem stats via filesys.* FWIW (as you found). A specialized pmdaceph would be the best bet for exporting ceph statfs data, I suspect, e.g. |
natoscott
closed this
Sep 14, 2016
|
Why not keep this RFE open and construe it to refer to pmdamounts instead of pmdalinux? pmdamounts is also filtering out lots of stuff. |
badone
commented
Sep 15, 2016
|
This looks like cephfs client statistic collection from the client side. The ceph pmda is being written to target monitoring performance data from the backend server daemons, although it will also monitor RADOS clients since they have an admin socket which is currently the criteria for what it will be able to monitor. |
zmc commentedSep 14, 2016
I won't claim that I need, or want, pcp to monitor all of these:
But this seems a bit too selective:
It would be really helpful if pcp would at least track the ceph fs. I realize there's a ceph pmda, though I don't know what state it's in, but simple free space numbers could be collected pretty easily, it seems.