github.com/mackerelio/mackerel-agent-plugins@v0.89.3/mackerel-plugin-windows-process-stats/README.md (about)

     1  mackerel-plugin-windows-process-stats
     2  =======================================
     3  
     4  Windows Processes custom metrics plugin for mackerel-agent.
     5  
     6  ## Usage
     7  
     8  ```shell
     9  mackerel-plugin-windows-process-stats -process=<process name> [-metric-key-prefix=<metric key prefix>]
    10  ```
    11  
    12  ## Example of mackerel-agent.conf
    13  
    14  ```
    15  [plugin.metrics.windows-process-stats]
    16  command = "/path/to/mackerel-plugin-windows-process-stats -process=<process name> -metric-key-prefix=<metric key prefix>"
    17  ```