1CXL-MONITOR(1)                                                  CXL-MONITOR(1)
2
3
4

NAME

6       cxl-monitor - Monitor the CXL trace events
7

SYNOPSIS

9       cxl monitor [<options>]
10

DESCRIPTION

12       cxl-monitor is used for monitoring the CXL trace events emitted by the
13       kernel and convert them to json objects and dumping the json format
14       notifications to standard output or a logfile.
15

EXAMPLES

17       Run a monitor as a daemon to monitor events and output to a log file.
18
19           cxl monitor --daemon --log=/var/log/cxl-monitor.log
20
21       Run a monitor as a one-shot command and output the notifications to
22       stdio.
23
24           cxl monitor
25
26       Run a monitor daemon as a system service
27
28           systemctl start cxl-monitor.service
29

OPTIONS

31       -l, --log=
32           Send log messages to the specified destination.
33
34           •   "<file>": Send log messages to specified <file>.
35
36           •   "standard": Send messages to standard output.
37
38       The default log destination is /var/log/cxl-monitor.log if "--daemon"
39       is specified, otherwise standard. Note that standard and relative path
40       for <file> will not work if "--daemon" is specified.
41
42       --daemon
43           Run a monitor as a daemon.
44
45       -v, --verbose
46           Emit more debug messages
47
48       -u, --human
49           By default the command will output machine-friendly raw-integer
50           data. Instead, with this flag, numbers representing storage size
51           will be formatted as human readable strings with units, other
52           fields are converted to hexadecimal strings.
53
55       Copyright © 2016 - 2022, Intel Corporation. License GPLv2: GNU GPL
56       version 2 http://gnu.org/licenses/gpl.html. This is free software: you
57       are free to change and redistribute it. There is NO WARRANTY, to the
58       extent permitted by law.
59

SEE ALSO

61       linkcxl:cxl-list[1]
62
63
64
65                                  08/03/2023                    CXL-MONITOR(1)
Impressum