summaryrefslogtreecommitdiffstats
path: root/virt-top/virt-top.pod
Commit message (Collapse)AuthorAgeFilesLines
* docs: Explain how to debug libvirt initialization problems (RHBZ#680031).Richard W.M. Jones2011-08-111-0/+14
|
* docs: Fix documentation for virt-top -c option.Richard W.M. Jones2011-03-081-5/+10
| | | | | | | Because of changes in libvirt, this no longer connects to Xen by default. Instead the default is to connect to the libvirt default hypervisor (which could be Xen, KVM or others). Update the --help documentation and manual page accordingly.
* add memory stats to --csv mode.KAMEZAWA Hiroyuki2011-03-071-0/+8
| | | | | | | In csv mode, memory usage in kbytes and %mem against total system memory is shown. Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
* Add --block-in-bytes option.KAMEZAWA Hiroyuki2011-02-021-0/+18
| | | | | This option and the 'B' key toggles block I/O stats between requests and bytes.
* Add --stream flag.KAMEZAWA Hiroyuki2011-02-021-0/+9
| | | | Output is sent to stdout (similar to the top -b option).
* Document background noise of RX packets from bridges (RHBZ#647987).Richard W.M. Jones2011-01-061-0/+15
| | | | | For more information see: https://bugzilla.redhat.com/show_bug.cgi?id=647987#c9
* man page: Remove excess blank line.Richard W.M. Jones2011-01-061-1/+0
|
* man page: memory option shows total guest memory (RHBZ#647991).Richard W.M. Jones2011-01-061-2/+3
|
* man page: Update copyright date and link to web pages.Richard W.M. Jones2011-01-061-2/+2
|
* Remove references to xm/xentop manual pages (RHBZ#648186).Richard W.M. Jones2011-01-061-2/+0
| | | | | These Xen tools are obsolete since virsh/virt-top works across all hypervisors.
* Update manpage with --version option.Richard Jones2009-10-051-3/+10
|
* Remove bogus =end from end of manpage.rjones@thinkpad2008-04-171-2/+0
|
* Build libvirt and examples on Windows (MinGW).Richard W.M. Jones2008-01-051-0/+0
| | | | | | | | | | | | | * aclocal.m4: Add AC_CHECK_OCAML_MODULE to check for OCaml modules directly (without ocamlfind being needed). * configure.ac: Remove requirement for ocamlfind. * config.guess, config.sub: Ship these files to guess host, build and target. * libvirt/Makefile.in, examples/Makefile.in: Change these so they don't require ocamlfind, do the right thing on MinGW. * Make.rules.in: Make.rules is now generated from this file. File can use ocamlfind or direct ocaml commands as available. * .hgignore: Ignore some generated files on Windows.
* Changed the ocaml-libvirt website in the manpage.Richard W.M. Jones2007-11-201-0/+1
|
* Example connection URIs in virt-top manpage (bug 390691).Richard W.M. Jones2007-11-191-0/+8
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=390681
* * virt-top/virt_top_calendar.ml: Added --end-time option.Richard W.M. Jones2007-10-191-0/+55
| | | | | | | | Extra optional dep on ocaml-calendar. * virt-top/virt-top.pod: Document how to compress and split CSV files. Document --end-time option and time formats. * virt-top/virt_top.ml: Allow sub-second delays when in batch and script mode.
* Added GNU GPL/LGPL copyright notices everywhere.Richard W.M. Jones2007-10-171-0/+19
| | | | Fixed display of time which was accidentally broken in previous code move.
* Add the flags for enabling/disabling CPU, block and net stats.Richard W.M. Jones2007-10-171-0/+24
|
* Added --script option.Richard W.M. Jones2007-10-171-0/+9
| | | | | Rearranged the code so that there are now separate functions to collect the data and update the display.
* Version 0.3.2.8.Richard W.M. Jones2007-09-241-0/+88
| | | | Added support for init files.
* Initial import from CVS.rjones@localhost2007-08-301-0/+244