github.com/mackerelio/mackerel-agent-plugins@v0.89.3/mackerel-plugin-multicore/README.md (about) 1 mackerel-plugin-multicore 2 ===================== 3 4 Get multicore CPU metrics for linux. 5 6 - CPU usage by cores 7 - loadavg5 per cores 8 9 ## Synopsis 10 11 ```shell 12 mackerel-plugin-multicore 13 ``` 14 15 ## Example of mackerel-agent.conf 16 17 ``` 18 [plugin.metrics.multicore] 19 command = "/path/to/mackerel-plugin-multicore" 20 ```