From: Richard W.M. Jones Date: Fri, 12 Oct 2012 12:49:57 +0000 (+0100) Subject: Version 1.0.8. X-Git-Tag: 1.0.8^0 X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=commitdiff_plain;h=7a798f0798414ae24ba9ffe839e95f9a2dd3f2a5 Version 1.0.8. --- diff --git a/ChangeLog b/ChangeLog index ded671f..8daca45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2012-10-12 Richard W.M. Jones + + Version 1.0.8. + +2012-10-12 Hu Tao + + show `vcpu usages' by `virt-top -1' + Before this patch, `virt-top -1' shows total cpu usages + which euqal to `vcpu usages' + `hypervisor usages'. This + patch adds another column for domains showing `vcpu + usages'. An example is: + + PHYCPU %CPU example_domain + 0 10.4 10.4 0.8 + 1 1.6 1.6 1.4 + 2 2.6 2.6 2.6 + 3 0.0 0.0 0.1 + + RWMJ: I cleaned up this patch a little, but it should be + functionally the same. + + Rename find_usages_from_stats as find_cpu_usages. + This is just code motion. + +2012-10-12 Richard W.M. Jones + + OCaml stable dependencies. + + Remove D.get_cpu_stats second parameter. + In upstream ocaml-libvirt, this second parameter has been removed, + because it was found that nr_pcpus can be found by calling the libvirt + API directly. + +2012-09-28 Richard W.M. Jones + + Make the main code and exception handling simpler. + + Better error messages when parsing the init file (RHBZ#836231). + + Add missing sort order options in --help output (RHBZ#807176). + + Man page: Add an explanation of columns (RHBZ#834208). + + man page: Update copyright date. + 2012-03-06 Richard W.M. Jones Version 1.0.7. diff --git a/configure.ac b/configure.ac index 66e4159..0d41cda 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([virt-top],[1.0.7]) +AC_INIT([virt-top],[1.0.8]) AC_CONFIG_MACRO_DIR([m4]) AC_PROG_INSTALL