Posting metrics to the API
You can use the API to add metrics to a server at Nixstats. This can be useful to post statistics to our API from inside your applications (error counts for example). Using CURL with PHPFew readersExport charts directly to PNG
You can use the API to directly fetch a graph in PNG format so you won't have to use a library to convert the data to a chart. The API endpoint is as follows: This will request the CPU Idle and CPU Steal values. The key attribute is optional. If you exclude it will return all keys. The key attribute can also contain a "pretty name".Few readers