Re: Speed 1.0
"Suyash" <[email protected]>
| Newsgroups | gmane.comp.sysutils.pcp |
|---|---|
| Message-ID | <[email protected]> |
Hi Werner, Sorry for the late reply. Speed implements PCP's instrumentation API, to the fullest extent. There are some basic examples in https://github.com/performancecopilot/speed/tree/master/examples ( https://github.com/performancecopilot/speed/tree/master/examples ) Speed's only job is to export metrics available and visible to PCP, rest is upto you and your application. The examples should provide a basic overview of how to use the library to export basic metrics. Suyash