event dump [-f N | -h N] [-l N | -t N] [-raw] [EVENT_FILTER] [email@address]

displays the event log with Unix timestamps converted to human readable date strings.

-f N or -h N Dump first (head) N lines from the event log
-l N or -t N Dump last (tail) N lines from the event log
-rawDump file in raw format, no conversion of Unix timestamps
EVENT_FILTER = [SEARCH_STRING]Up to 4 event filters can be defined, eg. [PWR_CYCLE]. Only events that match the filter(s) will be displayed. This can also be applied to events within the -f / -l range.
email@addressEmail the event log. SMTP server must be configured using emailsrv, the event log will be emailed to the specified recipient.

Notes:


Examples:

  1. Dump the last 100 lines of the event log :
    cmd event dump -l 100
  1. Dump the entire content of the event log :
    cmd event dump
  1. Dump contents containing USB_RESET or PWR_CYCLE :
    cmd event dump [USB] [PWR]

See also: Diagnostics and Logging


Firmware revision 2.0.4.2480

Last modified 7 years ago Last modified on 12-12-28 01:07:02 PM