Start Time (-s) and End Time (-e)
When querying information, you can restrict it to a specific period by defining the start time and end time. The start or end time must be specified in the following format:
-s "DD/MM/YYYY HH:MM" -e "DD/MM/YYYY HH:MM"
For example, the following syntax queries data for the BG process from 23/03/2019 to 25/03/2019.
swadm METRICS -d -o PROCESS{"NAME=BG,INSTANCE=1"} -s "23/03/2019" -e "25/03/2019"
With a time specified, the same syntax would look as follows:
swadm METRICS -d -o PROCESS{"NAME=BG,INSTANCE=1"} -s "23/03/2019 03:15" -e "25/03/2019 15:15"