-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathzhypinfo.8
78 lines (67 loc) · 1.75 KB
/
zhypinfo.8
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
66
67
68
69
70
71
72
73
74
75
76
77
78
.\" Copyright IBM Corp. 2020
.\" ----------------------------------------------------------------------
.TH ZHYPINFO 8 "September 2020" "qclib" "System Administration Commands"
.SH NAME
zhypinfo \- Print information about virtualization layers on IBM Z.
.SH SYNOPSIS
.B zhypinfo [OPTION]
.SH Description
.B zhypinfo
prints information about virtualization layers on IBM Z in a
tabular format.
.P
.B Notes
.IP \[bu] 2
Not all information might be available, and unavailable
data is indicated by a dash '-'.
.IP \[bu]
Some environments might map certain CPU types to CPUs of other
types, including specialty engines.
.IP \[bu]
CPU Pools can define fractions of logical CPUs.
.SH OUTPUT
.SS "#"
Layer count.
.SS "Layer_Type"
Type of virtualization layer.
.SS "Lvl"
Virtualization level, where each layer of category 'HOST' constitutes a
new level.
.SS "Categ"
Category of the virtualization layer.
.SS "Name"
Name of the respective entity.
.SS "IFLs"
Number of logical IFLs defined for the layer.
.SS "CPs"
Number of logical CPs defined for the layer.
.SS "Total"
Sum of logical CPUs in the layer.
.SH OPTIONS
.TP
.BR "\-d, \-\-debug"
Increase debug level: Once for console trace, twice to trigger a dump.
.TP
.BR "\-h, \-\-help"
Print usage information and exit.
.TP
.BR "\-j, \-\-json"
Dump all available data in JSON format.
.br
Known limitation: No character set conversion or proper escaping is performed.
.TP
.BR "\-l, \-\-layers"
Print number of layers.
.TP
.BR "\-L, \-\-levels"
Print number of virtualization levels.
.TP
.BR "\-v, \-\-version"
Print version information.
.SH RETURN CODES
Successful \fBzhypinfo\fR commands return 0.
If an error occurs, \fBzhypinfo\fR writes a message to stderr and
completes with a return code other than 0.
.P
.SH SEE ALSO
.BR zname (8)