pcp updates - collectl2pcp
"Mark Goodwin" <[email protected]>
| Newsgroups | gmane.comp.sysutils.pcp |
|---|---|
| Message-ID | <[email protected]> |
Logan Blyth reported an issue with collectl2pcp failing on his collectl archive. Turns out collectl has a "plot" format but collectl2pcp only supports "raw" format. So detect this (--plot or -P on the collectl options listed in the header). I will add some QA and send it with my next changes. Changes committed to git://git.pcp.io/mgoodwin/pcp master commit 02b81c8d8acccd685b88c5e3426da4afb6e4f633 Author: Mark Goodwin <[email protected]> Date: Fri Nov 4 12:26:51 2016 +1100 collectl2pcp: detect if input data in collectl's "plot" format. Only "raw" format is supported. Throw a fatal error if "plot" format is detected.