This page (revision-40) was last changed on 23-Apr-2022 17:06 by Harry Metske

This page was created on 23-Apr-2022 17:05 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
40 23-Apr-2022 17:06 41 KB Harry Metske to previous
39 23-Apr-2022 17:05 41 KB Harry Metske to previous | to last
38 23-Apr-2022 17:05 40 KB Harry Metske to previous | to last --biosbootmenu disabled, not more than one cpu
37 23-Apr-2022 17:05 38 KB Harry Metske to previous | to last
36 23-Apr-2022 17:05 37 KB Harry Metske to previous | to last
35 23-Apr-2022 17:05 37 KB Harry Metske to previous | to last
34 23-Apr-2022 17:05 37 KB Harry Metske to previous | to last
33 23-Apr-2022 17:05 37 KB Harry Metske to previous | to last
32 23-Apr-2022 17:05 37 KB Harry Metske to previous | to last
31 23-Apr-2022 17:05 36 KB Harry Metske to previous | to last
30 23-Apr-2022 17:05 35 KB Harry Metske to previous | to last
29 23-Apr-2022 17:05 35 KB Harry Metske to previous | to last
28 23-Apr-2022 17:05 35 KB Harry Metske to previous | to last guest properties
27 23-Apr-2022 17:05 33 KB Harry Metske to previous | to last
26 23-Apr-2022 17:05 32 KB Harry Metske to previous | to last
25 23-Apr-2022 17:05 32 KB Harry Metske to previous | to last
24 23-Apr-2022 17:05 31 KB Harry Metske to previous | to last
23 23-Apr-2022 17:05 30 KB Harry Metske to previous | to last
22 23-Apr-2022 17:05 30 KB Harry Metske to previous | to last
21 23-Apr-2022 17:05 29 KB Harry Metske to previous | to last cpu affinity

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 480 changed one line
MORE TODO................
! Setup statistics collection
At line 482 added 56 lines
Use the __'' VBoxManage metrics setup ''__ command :
{{{
metskem@gneisenau ~/bin $ VBoxManage metrics setup --period 10 --samples 600 ubuntu910 CPU/Load,RAM/Usage
VirtualBox Command Line Management Interface Version 3.0.8
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
}}}
You can display the current collection settings with the ''__ VBoxManage metrics list ''__ command
{{{
metskem@gneisenau ~/bin $ vb metrics list ubuntu910
VirtualBox Command Line Management Interface Version 3.0.8
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
Object Metric Unit Minimum Maximum Period Count Description
---------- -------------------- ---- ---------- ---------- ---------- ---------- -----------
ubuntu910 CPU/Load/User % 0 100000 10 600 Percentage of processor time spent in user mode by VM process.
ubuntu910 CPU/Load/User:avg % 0 100000 10 1
ubuntu910 CPU/Load/User:min % 0 100000 10 1
ubuntu910 CPU/Load/User:max % 0 100000 10 1
ubuntu910 CPU/Load/Kernel % 0 100000 10 600 Percentage of processor time spent in kernel mode by VM process.
ubuntu910 CPU/Load/Kernel:avg % 0 100000 10 1
ubuntu910 CPU/Load/Kernel:min % 0 100000 10 1
ubuntu910 CPU/Load/Kernel:max % 0 100000 10 1
ubuntu910 RAM/Usage/Used kB 0 2147483647 10 600 Size of resident portion of VM process in memory.
ubuntu910 RAM/Usage/Used:avg kB 0 2147483647 10 1
ubuntu910 RAM/Usage/Used:min kB 0 2147483647 10 1
ubuntu910 RAM/Usage/Used:max kB 0 2147483647 10 1
}}}
! Displaying statistics
Use the ''__ VBoxManage metrics query __'' command to display usage stats :
{{{
metskem@gneisenau ~/bin $ vb metrics query ubuntu910
VirtualBox Command Line Management Interface Version 3.0.8
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
Object Metric Values
---------- -------------------- --------------------------------------------
ubuntu910 CPU/Load/User 0.22%, 0.09%, 0.15%, 0.30%, 0.20%, 0.15%, 0.36%, 0.09%, 0.30%, 0.15%, 0.15%, 0.40%, 0.25%, 0.35%, 0.20%, 0.22%, 0.40%
ubuntu910 CPU/Load/User:avg 0.23%
ubuntu910 CPU/Load/User:min 0.09%
ubuntu910 CPU/Load/User:max 0.40%
ubuntu910 CPU/Load/Kernel 0.18%, 0.09%, 0.15%, 0.35%, 0.30%, 0.25%, 0.27%, 0.09%, 0.20%, 0.20%, 0.10%, 0.20%, 0.15%, 0.20%, 0.30%, 0.18%, 0.25%
ubuntu910 CPU/Load/Kernel:avg 0.20%
ubuntu910 CPU/Load/Kernel:min 0.09%
ubuntu910 CPU/Load/Kernel:max 0.35%
ubuntu910 RAM/Usage/Used 136452 kB, 136452 kB, 136452 kB, 136452 kB, 136452 kB, 136452 kB, 136452 kB, 136452 kB, 136452 kB, 136452 kB, 136452 kB, 136452 kB, 136452 kB, 136452 kB, 136452 kB, 136452 kB, 136452 kB
ubuntu910 RAM/Usage/Used:avg 136452 kB
ubuntu910 RAM/Usage/Used:min 136452 kB
ubuntu910 RAM/Usage/Used:max 136452 kB
}}}