summaryrefslogtreecommitdiffstats
path: root/virt-top/virt_top_main.ml
Commit message (Collapse)AuthorAgeFilesLines
* Fix ordering of csv_mode and stream_mode in tuple.Richard W.M. Jones2011-08-121-1/+1
| | | | | | | Note that this bug could have been avoided by using a struct instead of a tuple here. This updates commit daf79631f3eff904ba89297148c4125ac7dfee39.
* Add --stream flag.KAMEZAWA Hiroyuki2011-02-021-4/+4
| | | | Output is sent to stdout (similar to the top -b option).
* main: Record and print full exception stack traces.Richard W.M. Jones2011-01-061-0/+3
| | | | | | | | | | | This turns on stack trace recording unconditionally (the same effect as if OCAMLRUNPARAM=b was always supplied), and also prints stack traces to the log file if there is an exception. See also: http://caml.inria.fr/pub/docs/manual-ocaml/libref/Printexc.html Note that this requires OCaml >= 3.11.0.
* HACKING file, update (C) messages.Richard Jones2009-10-061-1/+1
|
* Internationalize virt-top.Richard W.M. Jones2008-03-281-1/+2
|
* 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.
* Reorganised the code to put more utility functions into virt_top_utils.Richard W.M. Jones2007-10-191-4/+4
| | | | | 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-171-3/+19
| | | | Fixed display of time which was accidentally broken in previous code move.
* Removed $Id$ everywhere.Richard W.M. Jones2007-10-171-1/+0
| | | | 'make distclean' now cleans more files.
* Added --script option.Richard W.M. Jones2007-10-171-2/+2
| | | | | Rearranged the code so that there are now separate functions to collect the data and update the display.
* Initial import from CVS.rjones@localhost2007-08-301-0/+37