| 262 | | Where the first argument sets batch type and the second which PSPS stage to check. So, example usage might be: |
| 263 | | |
| 264 | | {{{ |
| 265 | | ./run.sh pollOdm.py someConfig all all 1 |
| 266 | | }}} |
| | 262 | Where the second argument sets batch type and the third instructs which PSPS stage to check. So, example usage might be: |
| | 263 | |
| | 264 | {{{ |
| | 265 | ./run.sh pollOdm.py all all all 1 |
| | 266 | }}} |
| | 267 | |
| | 268 | Here we are using 'all' for config. As explained [here], this means the program will cycle through all active configs. This is handy for this program as well as {{{cleanup.py}}} and {{{metrics.py}}}. |