1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-27 00:36:12 +02:00

Update GRAPHITE_INTEGRATION.md

This commit is contained in:
Pavel Odintsov 2015-08-05 11:56:48 +03:00
parent 7937e7e756
commit d91c5b0c1b

View File

@ -74,4 +74,23 @@ If you have issues with Carbon like this:
twisted.python.usage.UsageError: Unknown command: carbon-cache
```
Some useful graphics for Graphite.
Total load:
```bash
fastnetmon.incoming.pps
fastnetmon.outgoing.pps
fastnetmon.incoming.mbps
fastnetmon.outgoing.mbps
```
Top talkers:
```bash
highestMax(fastnetmon.*.outgoing.average.pps, 10)
highestMax(fastnetmon.*.outgoing.average.mbps, 10)
highestMax(fastnetmon.*.incoming.average.pps, 10)
highestMax(fastnetmon.*.incoming.average.mbps, 10)
```
Please check this [link](http://stackoverflow.com/questions/27951317/install-graphite-statsd-getting-error-unknown-carbon-cache)