summaryrefslogtreecommitdiff
path: root/systool.1
blob: 1e1065aa750a123f29cd79416ee6b33fc44378b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.TH SYSTOOL 1 "October 12, 2003" "Martin Pitt"
.SH NAME
systool \- view system device information by bus, class, and topology

.SH SYNOPSIS
.B systool
[\fIoptions \fR[\fIdevice\fR]]

.SH DESCRIPTION
Calling
.B systool
without parameters will present all available bus types, device
classes, and root devices.
.P
When
.I device
is supplied, the information reqested by
.I options
is shown only for the specified device, otherwise all present devices
are displayed.

.SH OPTIONS
.TP
.B \-a
Show attributes
.TP
.B \-b \fIbus
Show a specific bus
.TP
.B \-c \fIclass
Show a specific class
.TP
.B \-d
Show only devices
.TP
.B \-h
Show usage
.TP
.B \-r \fIroot_device
Show a specific root device tree
.TP
.B \-v
Show all attributes with values
.TP
.B \-A \fI attribute
Show attribute value
.TP
.B \-D
Show only drivers

.SH SEE ALSO
.B lsbus
(1)
.P
The web page of
.B libsysfs
at http://linux\-diag.sourceforge.net/Sysfsutils.html

.SH AUTHOR
.B systool
was written by Ananth Mavinakayanahalli <ananth@in.ibm.com> and
Daniel Stekloff <dsteklof@us.ibm.com>.
.P
This man page was contributed by Martin Pitt <mpitt@debian.org> for
the Debian GNU/Linux system (but may be used by others).