When you setup an LVEs limits to a certain value, lets say 750mhz, on lvestat2 sqlite file and /var/lve/info the reading for lCPU is 2500. So, Which are the measuring units used for the readings in both lve/info and the database used by lvestats2?
Announcement
Collapse
No announcement yet.
Which measuring units are used on the readings in lveinfo, /var/lve/info and the SQLite generated by lvestats?
Collapse
X
-
The file /var/lve/info is used by control panels to display to users their current usage, it is updated every 5 seconds by lve-stats . CPU limits are alwasys stored in percentages, 2500 means you set 25% of single core. So I can assume your single CPU speed is 3000mhz. In database you see just percentages, e.g. 25 . As well the same 25% will be shown in lvectl list.
Comment