Display messages from the system log
slog2info [options]
QNX Neutrino
The slog2info utility displays the contents of the system log buffer managed by slogger2, which must be running to record these messages.
If you don't specify any options, slog2info displays all the logs.
Dump all logs for a live system:
slog2info
Dump the logs only from a given buffer_set file:
slog2info -l /dev/shmem/slogger2/my_test_buff.86749364
Dump the logs from all buffer_sets with a matching name:
slog2info -b my_test_buff
Dump all logs from the latest reset:
slog2info -r
Dump the logs from all buffer_sets with a matching name from the latest reset:
slog2info -r -b my_test_buff
Dump information pertaining to a given buffer set file:
slog2info -i -l /dev/shmem/slogger2/my_test_buff.86749364
Dump all logs from a live system, and then wait:
slog2info -w