Github push to performancecopilot:pcp #github
Pcp Integration <[email protected]>
| Newsgroups | gmane.comp.sysutils.pcp |
|---|---|
| Message-ID | <[email protected]> |
4 New Commits: [pcp:master] By Mark Goodwin <[email protected]>: 02b81c8d8acc ( https://github.com/performancecopilot/pcp/commit/02b81c8d8acccd685b88c5e3426da4afb6e4f633 ) : collectl2pcp: detect if input data in collectl's "plot" format. Only "raw" format is supported. Throw a fatal error if "plot" format is detected. Modified: src/collectl2pcp/header.c ( https://github.com/performancecopilot/pcp/blob/master/src/collectl2pcp/header.c ) [pcp:master] By Mark Goodwin <[email protected]>: 563a694199ea ( https://github.com/performancecopilot/pcp/commit/563a694199ea77f8227a737bbceeea770cf86d4e ) : Merge branch 'master' of git://git.pcp.io/pcp Modified: src/pmdas/linux/proc_net_dev.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_net_dev.c ) [pcp:master] By Mark Goodwin <[email protected]>: 40598e4a4f2f ( https://github.com/performancecopilot/pcp/commit/40598e4a4f2ffad519f54f01d6fa90dc3ae03d0a ) : Merge git+ssh://oss.sgi.com/oss/git/mgoodwin/pcp Modified: src/collectl2pcp/header.c ( https://github.com/performancecopilot/pcp/blob/master/src/collectl2pcp/header.c ) [pcp:master] By Mark Goodwin <[email protected]>: 78a881152382 ( https://github.com/performancecopilot/pcp/commit/78a881152382bf37234d6fddd3e5f56677523841 ) : pmrep: add -X "label" flag for instance-per-line output mode This adds the -X flag for instance-per-line mode. e.g. $ pmrep -s3 -r -X network.interface.in.bytes network.interface.out.bytes n.i.i.bytes n.i.o.bytes byte byte lo 56168 56168 virbr0-n 0 0 virbr0 27350 16350 wlan0 127503211 16790503 tun0 3661355 1188515 lo 56168 56168 virbr0-n 0 0 virbr0 27350 16350 wlan0 127503211 16790503 tun0 3661355 1188515 lo 56168 56168 virbr0-n 0 0 virbr0 27350 16350 wlan0 127503211 16790503 tun0 3661355 1188515 $ Also allows easier grepping (if -i is not feasible) and emulating some other utilities more closer, e.g., nicstat(1): https://github.com/superjamie/pcp/commit/c6969807a7dfdf2bce6f3b1dff0ec1084bb947f1 Passes existing QA, new QA case added for this. Caching results is needed, something like "pmrep -s1 -X proc" took half a minute without caching, with caching around one second. Author: Marko Myllynen Modified: qa/1069 ( https://github.com/performancecopilot/pcp/blob/master/qa/1069 ) Modified: qa/1069.out ( https://github.com/performancecopilot/pcp/blob/master/qa/1069.out ) Modified: src/bashrc/pcp_completion.sh ( https://github.com/performancecopilot/pcp/blob/master/src/bashrc/pcp_completion.sh ) Modified: src/pmrep/TODO ( https://github.com/performancecopilot/pcp/blob/master/src/pmrep/TODO ) Modified: src/pmrep/pmrep.1 ( https://github.com/performancecopilot/pcp/blob/master/src/pmrep/pmrep.1 ) Modified: src/pmrep/pmrep.conf ( https://github.com/performancecopilot/pcp/blob/master/src/pmrep/pmrep.conf ) Modified: src/pmrep/pmrep.conf.5 ( https://github.com/performancecopilot/pcp/blob/master/src/pmrep/pmrep.conf.5 ) Modified: src/pmrep/pmrep.py ( https://github.com/performancecopilot/pcp/blob/master/src/pmrep/pmrep.py ) Modified: src/zshrc/_pcp ( https://github.com/performancecopilot/pcp/blob/master/src/zshrc/_pcp )