X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=TODO.virt-top;h=442ba1cca7d8d1a7b9158dacd44de84923e780cc;hp=479c5acffdf4ada1689d385ad52a748d7e75d8e3;hb=d445e4f54fcfd19a98451eb0b5b5b5237bf9df78;hpb=a8b837d5018c488a130fcbea425904817a862210 diff --git a/TODO.virt-top b/TODO.virt-top old mode 100644 new mode 100755 index 479c5ac..442ba1c --- a/TODO.virt-top +++ b/TODO.virt-top @@ -1,5 +1,3 @@ -$Id: TODO.virt-top,v 1.2 2007/08/30 13:52:40 rjones Exp $ - This is a list of bugs & tasks for virt-top. ---------------------------------------------------------------------- @@ -25,6 +23,7 @@ libvirt]. In top this is called "Irix/Solaris mode" :-) *** 4 [jmh] Build out the stats collected by the --csv option. + [DONE 0.3.2.9] Suggested being able to give a selection of VMs to monitor from the command line. Also, being able to monitor just particular subsystems @@ -63,10 +62,28 @@ long are runnable domains waiting in the runqueue for access to a free pCPU. I will ask upstream whether this stat is available through Xen, and if so put in place the infrastructure to monitor it. -*** 9 [jmh asked for] Configuration file or environment variable +*** 9 [jmh asked for] Configuration file or environment variable [DONE 0.3.2.8] Thinking about maybe this is something we could controly via a .virt-top-init file or an environment variable ? The same could also be true for other options such as the selection of subsystems and/or ordering/sorting ? +*** 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.) + +*** 12 [cywse] How much memory is a guest actually using + +Can we look inside the guest to find out how much memory the guest +is actually using? Scenario is: One guest is maxed out and swapping +while other guests aren't using much of their allocated memory.