-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
performance monitoring with pcp #10
Comments
Example pcp monitor from mvollmer: http://pastebin.com/CPKcmuzr |
From mvollmer: What we get from pcp is:
Initially, I think we should concentrate on the presentation side (nice graphs, nice layout), and pcp doesn't help much with that. Let's stick with our current code for a while. |
Code from pastebin, in case it goes away.
|
An incomplete draft of a pcp backend for the netdev monitor only, is at fpaste [1, no expiry]. However, I'm not happy with it [2], so please look at it only as an exercise. A future version of PCP should make this sort of code much smaller. [1] http://fpaste.org/136593/ |
pminfo -f cgroup |
@mvollmer there's a pmConvScale with CPU percentage in these examples. |
All done yay. Picking up the pieces :) |
Also remove yarn.lock to simplify getting started.
It would be desirable to have some support for monitoring performance. The framework called Performance Co-Pilot (pcp), which could serve as a basis for this.
http://oss.sgi.com/projects/pcp/index.html
The text was updated successfully, but these errors were encountered: