summaryrefslogtreecommitdiffstats
path: root/TODO.virt-top
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2007-10-19 15:44:41 +0100
committerRichard W.M. Jones <rjones@redhat.com>2007-10-19 15:44:41 +0100
commit02f659ab60024d194977a58795232398350eec13 (patch)
tree0fcc8006d97bbc087713274ed16bda8e33580af3 /TODO.virt-top
parent22fd1362126a96472a921d3767ca3220ab13da5a (diff)
downloadvirt-top-02f659ab60024d194977a58795232398350eec13.tar.gz
virt-top-02f659ab60024d194977a58795232398350eec13.tar.xz
virt-top-02f659ab60024d194977a58795232398350eec13.zip
* virt-top/virt_top_calendar.ml: Added --end-time option.
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.
Diffstat (limited to 'TODO.virt-top')
-rw-r--r--TODO.virt-top4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO.virt-top b/TODO.virt-top
index 03cda9c..442ba1c 100644
--- a/TODO.virt-top
+++ b/TODO.virt-top
@@ -69,13 +69,15 @@ Thinking about maybe this is something we could controly via a
be true for other options such as the selection of subsystems and/or
ordering/sorting ?
-*** 10 [jmh] End time for data collection
+*** 10 [jmh] End time for data collection [DONE 0.3.3.0]
In --script mode allow an end time to be specified (when the program
quits). Be nice to allow the end time to also be specified relative
to the current time.
*** 11 [jmh] Roll over CSV log file
+ [PUNTED, but documented a way to do it using ordinary shell
+ scripting in the manual page]
In --csv mode, allow the CSV file to be rolled over and compressed
periodically (eg. every so often, specific time of day, etc.)