I'm using xentop to look at my xen machines and what they are doing. However it shows memory usage in KB. is there anyway to show this in MB instead?
From serverfault
Rory McCann
-
The simple answer is no, that's not implemented. However, you could easily modify the source code to do it. In the latest version of
tools/xenstat/xentop/xentop.cedit line 521 and add another division by 1024.From Kamil Kisiel
0 comments:
Post a Comment