|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] decreasing Xenmon overhead
> -----Original Message-----
> From: M.A. Williamson [mailto:maw48@xxxxxxxxxxxxxxxx] On
> Behalf Of Mark Williamson
> Sent: 30 May 2007 13:11
> To: xen-users@xxxxxxxxxxxxxxxxxxx
> Cc: Petersson, Mats; Ashish Gupta
> Subject: Re: [Xen-users] decreasing Xenmon overhead
>
> > > Are there ways I can drastically reduce this overhead ? I
> > > read somwhere about event overhead, using event masks and
> > > python overhead, but am not really sure how to use this
> > > information to reduce the overhead.
> >
> > Perhaps write a C-program rather than using Python to
> fetch/format the
> > information? That shouls improve it, but I guess you'll still see a
> > noticable overhead if you sample the information every 100ms.
>
> xentrace (for instance) just logs out data to a file, and
> does the formatting
> offline using a python script. This is also a useful
> approach if you're
> getting data out at a high bandwidth.
Very good point. Just "storing" the data in a trivial format is much
less CPU-intensive than doing a lot of processing for each process step.
And hopefully, when you've finished the testing/logging, you don't care
as much about how big the load is on the system.
--
Mats
>
> Cheers,
> Mark
>
>
> --
> Dave: Just a question. What use is a unicyle with no seat?
> And no pedals!
> Mark: To answer a question with a question: What use is a skateboard?
> Dave: Skateboards have wheels.
> Mark: My wheel has a wheel!
>
>
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|