Project

General

Profile

Actions

Feature #1362

closed

add kvmstat for monitoring of KVM statistics

Added by Bryan Cantrill almost 12 years ago. Updated almost 12 years ago.

Status:
Resolved
Priority:
Normal
Category:
-
Start date:
2011-08-11
Due date:
% Done:

100%

Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:

Description

With the introduction of an illumos-based KVM looming, it would be nice to prepare for it by pulling in Joyent's implementation kvmstat. It's a simple kstat reader that shows useful per-second output across all KVM virtual machines. For example, here's one second of output on a machine running two VMs (one 2 VCPU instance running Linux; another 4 VCPU instance running the illumos-derived SmartOS):

   pid vcpu |  exits :  haltx   irqx  irqwx    iox  mmiox |   irqs   emul   eptv
  4668    0 |     23 :      6      0      0      1      0 |      6     16      0
  4668    1 |     25 :      6      1      0      1      0 |      6     16      0
  5026    0 |  17833 :    223   2946    707    106      0 |   3379  13315      0
  5026    1 |  18687 :    244   2761    512      0      0 |   3085  14803      0
  5026    2 |  15696 :    194   3452    542      0      0 |   3568  11230      0
  5026    3 |  16822 :    244   2817    487      0      0 |   3100  12963      0

As for the meaning of the columns, they are explained with "kvmstat -h":

# kvmstat -h
Usage: kvmstat [interval [count]]

  Displays statistics for running kernel virtual machines, with one line
  per virtual CPU.  All statistics are reported as per-second rates.

  The columns are as follows:

    pid    =>  identifier of process controlling the virtual CPU
    vcpu   =>  virtual CPU identifier relative to its virtual machine
    exits  =>  virtual machine exits for the virtual CPU
    haltx  =>  virtual machine exits due to the HLT instruction
    irqx   =>  virtual machine exits due to a pending external interrupt
    irqwx  =>  virtual machine exits due to an open interrupt window
    iox    =>  virtual machine exits due to an I/O instruction
    mmiox  =>  virtual machine exits due to memory mapped I/O 
    irqs   =>  interrupts injected into the virtual CPU
    emul   =>  instructions emulated in the kernel
    eptv   =>  extended page table violations

On machines that do not have the (unbundled) kvm driver, kvmstat will (like most *stat tools) simply display its headers (without any output) once per second.

Actions #1

Updated by Garrett D'Amore almost 12 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

changeset: 13431:e7ec489c7cf5
tag: tip
user: Bryan Cantrill <>
date: Sat Aug 13 02:06:39 2011 -0700
description:
1362 add kvmstat for monitoring of KVM statistics
1363 add vmregs[] variable to DTrace
1364 need disassembler support for VMX instructions
1365 mdb needs 16-bit disassembler support
Reviewed by: Brendan Gregg <>
Reviewed by: Robert Mustacchi <>
Approved by: Garrett D'Amore <>

Actions

Also available in: Atom PDF