|
slog2info -w skips processes that are not running
|
02/24/2022 6:25 PM
post121738
|
slog2info -w skips processes that are not running
slog2info prints information from the slogger buffer. By default, it prints only infomration from the buffer. Using the
"-w" option, it should print information from the buffer and then keep printing new information that is slogged
afterwards.
It has been observed that there is another difference in behiavior with the "-w" option. Processes which are not running
at the time "slog2info -w" is called are skipped. Even though those processes are in the slogger buffer (having run to
completion previously), even their history is ignored.
example sequence:
1. start system
2. run a process X which runs, slogs information, then terminates.
3. run "slog2info". Observe the slogs of process X along with everything else
4. run "slog2info -w". Observe that process X slogs do not show up.
Testing was done with QNX 7.0. Slog2info build info:
QNX_BUILDID=(GNU)9d193bf4a577498ee3cd4eb7fe291a8c
NAME=slog2info
DESCRIPTION=SLOGGER2 system service
DATE=2017/01/19-14:49:37-EST
STATE=stable
HOST=sdp700-node1
USER=builder
VERSION=7.0.0
TAGID=700-SDP_3_build-aarch64-8
|
|
|