Run the Collector on a regular basis, possibly each day.
The most convenient way to ensure that the Collector runs at a regularly
scheduled time is to create a cronjob (UNIX) or a scheduled task (Windows).
To create a cronjob:
- Add the following line to your crontab: 0 0
* * * user UsageCollector
- Change user to the user name assigned to the Collector.
- Change UsageCollector to the full path of the Collector.
For example: /usr/home/username/UsageSuite/UsageCollector.jar.