1SMCR(8) Linux Programmer's Manual SMCR(8)
2
3
4
6 smcr - Print information about SMC-R link groups, links and devices
7
8
10 smcr [ OPTIONS ] OBJECT { COMMAND | help }
11
12
13 OBJECT := { info | linkgroup | device | stats | ueid }
14
15
16 OPTIONS := { -v[ersion] | -a[bsolute] | -d[etails] | -dd[etails] }
17
18
20 -v, -version
21 Print the version of the smcr utility and exit.
22
23
24 -a, -absolute
25 Print absolute statistic value (valid only for stats).
26
27
28 -d, -details
29 Print detailed information.
30
31
32 -dd, -ddetails
33 Print more detailed information.
34
35
37 OBJECT
38 device One or more SMC-R devices.
39
40
41 info Generic SMC information.
42
43
44 linkgroup
45 One or more SMC-R link groups or links.
46
47
48 stats SMC-R statistics.
49
50
51 ueid Work with User defined Enterprise IDs (UEID).
52
53
54 The names of all objects can be abbreviated down to a unique stem. For
55 example device can be abbreviated to dev or just d. For more informa‐
56 tion about individual objects see the man pages in SEE ALSO section.
57
58
59 COMMAND
60 Specifies the action to perform on the object. The set of possible ac‐
61 tions depends on the object type. For most objects you can specify the
62 show or link-show command. Use the help command for an object to print
63 information about the available actions and the specific syntax for
64 that object.
65
66 If no command is given, a default command is assumed.
67
68
70 Successful smcr commands return 0 and display the requested link group,
71 link or device information. If an error occurs, smcr writes a message
72 to stderr and completes with a return code other than 0. Possible error
73 messages to stderr in case of non-zero return code:
74
75 SMC module not loaded
76 Either kernel is not supporting the smcr tool or the smc kernel
77 module is not loaded.
78
80 af_smc(7), smcd(8), smcr(8), smcr-device(8), smcr-info(8), smcr-
81 linkgroup(8) smcr-stats(8), smcr-ueid(8)
82
83
84
85smc-tools June 2020 SMCR(8)