The following arguments can be passed to the aiWARE usage-monitoring script.
| Argument | Description | Command line example |
|---|
| install | Installs the usage-monitoring script. | aiware-usage.sh install |
| install [hours] | Installs the script and updates the crontab to run it every specified number of hours. Defaults to 4 hours. | aiware-usage.sh install 6 |
| check | Check if the installation of the script is successful. | aiware-usage.sh check |
| package | Package the previous month's usage reporting into a file. | aiware-usage.sh package |
| package [yyyy-mm] | Package the specific month's usage reporting into a file. | aiware-usage.sh package 2022-09 |
| prune | Delete report files that are more than 6 months old. | aiware-usage.sh prune |
| help | Outputs the help statement. | aiware-usage.sh help |