vm stat and host stat #12065
-
|
Hi , |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
@j3cky , the stats collector cannot be disabled (needs code change). |
Beta Was this translation helpful? Give feedback.
@j3cky , the stats collector cannot be disabled (needs code change).
database.server.stats.intervalis an interval between collection of statistics about the DB. It can be adjusted to not keep any historic data by settingdatabase.server.stats.retentionto 1. It should not safe anything to the DB.Look for other settings with
.retention.in the name for other data.vm.stats.max.retention.timeis the one you seem to be looking for. Note however that data will be added anyway.look at
vm.disk.stats.intervalto disable it, but I am not sure if your stats will be output to the uri in that case.