summaryrefslogtreecommitdiffstats
path: root/virt-top
Commit message (Collapse)AuthorAgeFilesLines
* New exception Libvirt.Not_supported "function"Richard W.M. Jones2007-12-201-3/+3
| | | | | | | | * libvirt/libvirt.ml, libvirt/libvirt.mli, libvirt/libvirt_c.c: Change the ad-hoc "foo not supported" exception into a specific Libvirt.Not_supported "foo" exception. * virt-top/virt_top.ml: Change virt-top to understand new exception type.
* Changed the ocaml-libvirt website in the manpage.Richard W.M. Jones2007-11-203-3/+6
|
* Example connection URIs in virt-top manpage (bug 390691).Richard W.M. Jones2007-11-193-1/+25
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=390681
* Updated virt-top.txt.Richard W.M. Jones2007-10-191-17/+17
|
* * virt-top/virt_top_calendar.ml: Added --end-time option.Richard W.M. Jones2007-10-199-12/+274
| | | | | | | | 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.
* Reorganised the code to put more utility functions into virt_top_utils.Richard W.M. Jones2007-10-197-149/+258
| | | | | Added explicit interfaces for Virt_top_utils & Virt_top modules. Corrected use of endwin when _not_ in script mode.
* Don't call curses endwin if we are in script mode.Richard W.M. Jones2007-10-171-1/+1
|
* Added GNU GPL/LGPL copyright notices everywhere.Richard W.M. Jones2007-10-179-12/+165
| | | | Fixed display of time which was accidentally broken in previous code move.
* Removed $Id$ everywhere.Richard W.M. Jones2007-10-177-9/+0
| | | | 'make distclean' now cleans more files.
* Add the flags for enabling/disabling CPU, block and net stats.Richard W.M. Jones2007-10-174-12/+88
|
* Removed dep on libvirt & extlib -- unnecessary for this file.Richard W.M. Jones2007-10-172-8/+2
|
* Log domain data to CSV file.Richard W.M. Jones2007-10-171-13/+52
|
* Added --script option.Richard W.M. Jones2007-10-176-240/+313
| | | | | Rearranged the code so that there are now separate functions to collect the data and update the display.
* Just fixed the README file.Richard W.M. Jones2007-09-271-1/+6
|
* Version 0.3.2.8.Richard W.M. Jones2007-09-247-15/+448
| | | | Added support for init files.
* * virt-top/virt_top.ml: qemu:/// URIs (and others) don't supportRichard W.M. Jones2007-09-201-0/+3
| | | | virConnectGetHostname. Catch this exception.
* * virt-top/virt_top.ml: Ignore transient error fromRichard W.M. Jones2007-09-191-5/+12
| | | | | C.num_of_defined_domains when it cannot contact xend; that was causing virt-top to exit when xend was restarted.
* 2007-09-18 Richard Jones <rjones@redhat.com>Richard W.M. Jones2007-09-181-2/+6
| | | | | | | | | | | * virt-df/virt_df.ml: Handle domains with partition-backed block devices. * virt-top/virt_top.ml: Don't fail on older libvirt which would give an error if list_domains or list_defined_domains was called with n = 0. * ChangeLog: Start tracking changes.
* Convert .cvsignore files to .cvsignore files, and remove some generated files.Richard W.M. Jones2007-08-302-87/+0
|
* Initial import from CVS.rjones@localhost2007-08-3012-0/+2478