Skip to content
Snippets Groups Projects
  1. Oct 05, 2012
  2. Mar 16, 2012
  3. Mar 13, 2012
  4. Feb 27, 2012
  5. Jan 13, 2012
  6. Jan 11, 2012
    • Iustin Pop's avatar
      Change how hspace reads cmdline args for std specs · 294bb337
      Iustin Pop authored
      
      For the standard specs, hspace currently takes separate options for
      the memory, disk and VCPUs. For the tiered specs, which were
      introduced later, it takes a single option with all three values
      combined.
      
      This patch adds a backward-incompatible change to the standard spec,
      basically moving it to the same single option format, which is a bit
      more simple (both in the code and on the command line). This is
      "needed" for future changes, where the command line will just
      overwrite what we get from cluster, instead of setting the starting
      point.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
      294bb337
  7. Sep 29, 2011
  8. Sep 23, 2011
  9. Jul 21, 2011
    • Iustin Pop's avatar
      htools: add human-readable output to hspace · 375969eb
      Iustin Pop authored
      
      Currently, hspace can only output a machine-readable format that
      (while detailed) is hard to parse quickly by people. This patch adds
      (and enables by default) a human-readable output that shows the most
      important metrics in a simple format.
      
      Most of the work of the patch is in moving the display of various
      metrics from the 'main' function to separate functions, each of which
      can output either a machine or human intended format.
      
      The patch also corrects a bug in the CPU efficiency display: before,
      the efficiency was computed as instance virtual CPUs divided by total
      physical CPUs, which is almost always supra-unitary. More correct is
      to divide by the total virtual CPUs, which shows a more meaningful
      number (when the p-to-v CPU ratio has been defined correctly).
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      375969eb
  10. Jul 19, 2011
  11. Jul 14, 2011
  12. Jul 13, 2011
  13. Apr 19, 2011
  14. Mar 18, 2011
Loading