Skip to content

Commit da5f770

Browse files
committed
add a Propolis metric for VMM VSZ
1 parent 8116ce7 commit da5f770

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

oximeter/oximeter/schema/virtual-machine.toml

+9
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ versions = [
1717
{ added_in = 1, fields = [ "state", "vcpu_id" ] }
1818
]
1919

20+
[[metrics]]
21+
name = "vmm_vsz"
22+
description = "Total virtual memory reserved for reasons other than direct access by the virtual machine"
23+
units = "bytes"
24+
datum_type = "u64"
25+
versions = [
26+
{ added_in = 1, fields = [ ] }
27+
]
28+
2029
[[metrics]]
2130
name = "reset"
2231
description = "Cumulative number of times the virtual machine has been reset"

0 commit comments

Comments
 (0)