--all-events
Show records for all virtualization related events.
--debug
Print debug messages to stderr.
-f, --filefile
Read records from the given file instead from the system audit log file.
-h, --help
Print help message and exit.
--proof
Add after each event a line containing all the identifiers of the audit records used to calculate
the event. Each identifier consists of unix time, milliseconds and serial number.
--show-uuid
Add the guest's UUID to each record.
--stdin
Read records from the standard input instead from the system audit log file. This option cannot
be specified with --file. The audit events must be in the raw format.
--summary
Print a summary with information about the events found. The summary contains the considered range
of time, the number of guest starts and stops, the number of resource assignments, the number of
AVC and anomaly events, and the number of failed operations.
-te, --end [end-date] [end-time]
Search for events with time stamps equal to or before the given end time. The format of end time
depends on your locale. If the date is omitted, today is assumed. If the time is omitted, now is
assumed. Use 24 hour clock time rather than AM or PM to specify time. An example date using the
en_US.utf8 locale is 09/03/2009. An example of time is 18:00:00. The date format accepted is
influenced by the LC_TIME environmental variable.
You may also use the word: now, recent, today, yesterday, this-week, week-ago, this-month,
this-year. Today means starting now. Recent is 10 minutes ago. Yesterday is 1 second after
midnight the previous day. This-week means starting 1 second after midnight on day 0 of the week
determined by your locale (see localtime). This-month means 1 second after midnight on day 1 of
the month. This-year means the 1 second after midnight on the first day of the first month.
-ts, --start [start-date] [start-time]
Search for events with time stamps equal to or after the given end time. The format of end time
depends on your locale. If the date is omitted, today is assumed. If the time is omitted, midnight
is assumed. Use 24 hour clock time rather than AM or PM to specify time. An example date using the
en_US.utf8 locale is 09/03/2009. An example of time is 18:00:00. The date format accepted is
influenced by the LC_TIME environmental variable.
You may also use the word: now, recent, today, yesterday, this-week, this-month, this-year. Today
means starting at 1 second after midnight. Recent is 10 minutes ago. Yesterday is 1 second after
midnight the previous day. This-week means starting 1 second after midnight on day 0 of the week
determined by your locale (see localtime). This-month means 1 second after midnight on day 1 of
the month. This-year means the 1 second after midnight on the first day of the first month.
-u, --uuidUUID
Only show events related to the guest with the given UUID.
-v, --vmname
Only show events related to the guest with the given name.