aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyvectl
diff options
context:
space:
mode:
authorNeel Natu <neel@FreeBSD.org>2013-03-30 17:46:03 +0000
committerNeel Natu <neel@FreeBSD.org>2013-03-30 17:46:03 +0000
commitb5aaf7b22bf51e6878c4464d9aacbdf81ba9f7a2 (patch)
tree2e6e69403784e05a1409d11002723712df85fc25 /usr.sbin/bhyvectl
parent2f37ec8b308dcaf5b53b5669a66a9946dba15cbd (diff)
downloadsrc-b5aaf7b22bf51e6878c4464d9aacbdf81ba9f7a2.tar.gz
src-b5aaf7b22bf51e6878c4464d9aacbdf81ba9f7a2.zip
Add some more stats to keep track of all the reasons that a vcpu is exiting.
Notes
Notes: svn path=/head/; revision=248935
Diffstat (limited to 'usr.sbin/bhyvectl')
-rw-r--r--usr.sbin/bhyvectl/bhyvectl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bhyvectl/bhyvectl.c b/usr.sbin/bhyvectl/bhyvectl.c
index cf673d1ed550..438d01c05548 100644
--- a/usr.sbin/bhyvectl/bhyvectl.c
+++ b/usr.sbin/bhyvectl/bhyvectl.c
@@ -981,7 +981,7 @@ main(int argc, char *argv[])
printf("vcpu%d\n", vcpu);
for (i = 0; i < num_stats; i++) {
desc = vm_get_stat_desc(ctx, i);
- printf("%-32s\t%ld\n", desc, stats[i]);
+ printf("%-40s\t%ld\n", desc, stats[i]);
}
}
}