| 302 | | An example output from {{{metrics.py}}} is shown below. |
| 303 | | |
| 304 | | {{{ |
| 305 | | ./run.sh metrics.py someConfig |
| 306 | | }}} |
| 307 | | |
| 308 | | And will produce a response similar to this: |
| | 302 | An example usage of {{{metrics.py}}} would be: |
| | 303 | |
| | 304 | {{{ |
| | 305 | ./run.sh metrics.py all |
| | 306 | }}} |
| | 307 | |
| | 308 | Here we are using 'all' for the config argument. As explained [wiki:ippToPsps#Loadingconfigs here], this means the program will cycle through all active configs. This is handy for this program as well as {{{pollOdm.py}}} and {{{cleanup.py}}}. |
| | 309 | |
| | 310 | Example output from {{{metrics.py}}} is as follows. |