Opened 11 years ago
Closed 8 years ago
#13052 closed defect (obsolete)
metrics setup does not reset prior setup
Reported by: | Senthil Nathan | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 4.3.10 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Linux |
Description
Step 1 - do a metric setup as below
VBoxManage metrics setup --period 1 --samples 10 SomeVM Guest/CPU/Load/Idle*
Step 2 - query to confirm it works
VBoxManage metrics query SomeVM Guest/CPU/Load/Idle*
Step 3 - do a modified setup as below
VBoxManage metrics setup --period 1 --samples 5 SomeVM Guest/CPU/Load/Idle*
Step 4 - query to confirm it does NOT work
VBoxManage metrics query SomeVM Guest/CPU/Load/Idle*
Step 5 - do a different setup
VBoxManage metrics setup --period 1 --samples 5 SomeVM Guest/*
Step 6 - query to confirm it does work
VBoxManage metrics query SomeVM Guest/CPU/Load/Idle*
Question is, why does it not work in Step 4 - as if Step 3 did not happen, where the sample size was changed from 10 to 5? Is this a bug or is this default behavior? And then it does work when the metric is setup (reset) at the higher level.
Note:
See TracTickets
for help on using tickets.
Please reopen if still relevant with a recent VirtualBox release.