Hi all, I am trying to understand what xenmon is outputting. I think the first three rows are OK but what are the last three rows that start with 31 and what do the columns mean, Thanks -Krishna CPU = 0 Last 10 seconds (99.99%) Last 1 second (3.60%) ======================================================================================================================== 0 999.91 ms 99.99% 230.22 s/ex 35.82 ms 3.58% 917.29 us/ex Gotten 0 85.46 us 0.01% 0.00 ns/io 963.69 ms 96.37% 0.00 ns/io Blocked 0 25.48 ns 0.00% 5.87 us/ex 468.63 us 0.05% 12.00 us/ex Waited 31 85.48 us 0.01% 19.68 ms/ex 964.11 ms 96.41% 24.69 ms/ex Gotten 31 0.00 ns 0.00% 0.00 ns/io 0.00 ns 0.00% 0.00 ns/io Blocked 31 3.71 us 0.00% 854.30 us/ex 35.88 ms 3.59% 918.70 us/ex Waited 100.00% 99.99% _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Krishna,> I am trying to understand what xenmon is outputting. I think the first three > rows are OK but what are the last three rows that start with 31 and what do > the columns mean,31 is simply the ID that XenMon assigns to the idle domain. In the latest tree, this has been fixed (the idle domain is donated by the string "Idle" and not a fixed domain ID). For each time interval (10 seconds or 1 seconds) the first column is typically the aggregate value of that metric over that interval, the second column is the same number reflected as a percentage and the third column is the mean over the number of "execution periods" or "I/O operations". Finally, please avoid cross-posting to both xen-users and xen-devel. TIA, Diwaker -- Web/Blog/Gallery: http://floatingsun.net/blog _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
pak333@comcast.net wrote:> Hi all, > > I am trying to understand what xenmon is outputting. I think the first > three rows are OK but what are the last three rows that start with 31 > and what do the columns mean,The 31 signifies the idle domain. So for instance, the ''gotten'' time represents the idle time on that cpu. Please note that in the latest xen source, the idle domain is shown as "Idle" not as 31 so hopefully this will be more clear. Rob _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel