- Fix actions using the 'free' command - Fix buffer accounting when generating metric XML - Fix warning with gcc >= 13 - Fix implicit declarations - Change actions to retrieve vendor and product info - Add a 'unit' attribute to the metrics element - vif-stats.py: convert to Python3 - Misc coverity fixes - Relax virtio requirement in config file - Drop relax-virtio-config-requirement.patch - Add service file OBS-URL: https://build.opensuse.org/package/show/Virtualization/vhostmd?expand=0&rev=55
20 lines
598 B
Diff
20 lines
598 B
Diff
Index: vhostmd-1.2/docs/man/vm-dump-metrics.1
|
|
===================================================================
|
|
--- vhostmd-1.2.orig/docs/man/vm-dump-metrics.1
|
|
+++ vhostmd-1.2/docs/man/vm-dump-metrics.1
|
|
@@ -10,8 +10,12 @@ vm-dump-metrics \- Dump VM metrics.
|
|
.BR vm-dump-metrics
|
|
reads virtualization hosts provided metrics decription and dumps output
|
|
.SH OPTIONS
|
|
-.B \-f, --dest <file>
|
|
-Specify a dump file to be used instead of <stdout>
|
|
+.TP 4
|
|
+.B -v\fR, \fB--verbose\fR
|
|
+Verbose output
|
|
+.TP
|
|
+.B -d\fR, \fB--dest\fR
|
|
+Destination file for metrics, default stdout
|
|
|
|
.SH XML Format of Content
|
|
|