1VM-DUMP-METRICS(1) General Commands Manual VM-DUMP-METRICS(1)
2
3
4
6 vm-dump-metrics - Dump VM metrics.
7
9 vm-dump-metrics [ OPTION ]
10
12 vm-dump-metrics reads virtualization hosts provided metrics decription
13 and dumps output
14
16 -f, --dest <file> Specify a dump file to be used instead of <stdout>
17
18
20 The content is an XML document containing host provided. The format is
21 quite simple and is illustrated below.
22
23 <metrics>
24 <metric type='real64' context='host'>
25 <name>TotalCPUTime</name>
26 <value>846.600000</value>
27 </metric>
28 <metric type='uint64' context='host'>
29 <name>PageInRate</name>
30 <value>0.000000</value>
31 </metric>
32 <metric type='uint64' context='host'>
33 <name>PageFaultRate</name>
34 <value>0.000000</value>
35 </metric>
36 <metric type='uint64' context='host'>
37 <name>PagedOutMemory</name>
38 <value>6885044</value>
39 </metric>
40 <metric type='uint64' context='host'>
41 <name>PagedInMemory</name>
42 <value>2367980</value>
43 </metric>
44 <metric type='uint64' context='host'>
45 <name>FreeMem</name>
46 <value>829</value>
47 </metric>
48 <metric type='uint64' context='host'>
49 <name>UsedMem</name>
50 <value>1369088</value>
51 </metric>
52 <metric type='uint64' context='host'>
53 <name>TotalPhyMem</name>
54 <value>1919</value>
55 </metric>
56 <metric type='uint32' context='host'>
57 <name>NumCPUs</name>
58 <value>2</value>
59 </metric>
60 <metric type='uint32' context='host'>
61 <name>TotalPhyCPUs</name>
62 <value>2</value>
63 </metric>
64 <metric type='string' context='host'>
65 <name>VirtualizationVendor</name>
66 <value>SUSE LINUX Products GmbH</value>
67 </metric>
68 <metric type='string' context='host'>
69 <name>HostName</name>
70 <value>laptop</value>
71 </metric>
72 <metric type='real64' context='vm' id='0'
73 uuid='00000000-0000-0000-0000-000000000000'>
74 <name>TotalCPUTime</name>
75 <value>847.700000</value>
76 </metric>
77 <metric type='real64' context='vm' id='2'
78 uuid='6be3fdb8-bef5-6fec-b1b7-e61bbceab708'>
79 <name>TotalCPUTime</name>
80 <value>69.400000</value>
81 </metric>
82 </metrics>
83
84
86 /usr/sbin/vm-dump-metrics
87
88
90
91
93 Pat Campbell <plc@novell.com>.
94 Jim Fehlig <jfehlig@novell.com>.
95
96
97
98
99
100 VM-DUMP-METRICS(1)