[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] how to trace scheduling overheads using xentrace/xenalyze
Hi Dario, Thank you very much for your reply!!! It is very nice of you :) Yes I have checked the blog entry and that is actually where I started! To define my "scheduling overhead", I think I should tell you what I am trying to accomplish: So I am currently using Xen 4.5 to help us understand more about real time virtualization. When I am experimenting with Xen-4.5, I observed that the guest VM tend to perform not as well when there are a lot of small jobs in a given period. I think the reason behind it is because even though the jobs are small, but there are so many tasks so the large amount of scheduling overhead for each job cause the performance to get worse. So I want to measure the scheduling overhead for the tasks. So I guess my definition for "scheduling overhead" in this case will be the time interval between when theÂclock interrupts for scheduling before a job is run and when the job starts. Basically, I want to see how long does it take toÂscheduleÂa job and how long does it take to actually run the job. So in that case just looking at howÂvcpus are scheduled is not enough?ÂIf you think this concept is incorrect, please correct me, thx! Oh and yes I can get a similar output file by usingÂxentrace -D -e 0x0002f000 trace.bin &Âxenalyze dump-all. that brings me to 2 more questions about how to read this dump-all output: First Question: Âhow do I read those lines, for example : Â0.000019969 x---------- -- d32767v0 Â22805(2:2:805) 5 [ 7fff 0 0 0 0 ] I can only tell that the first number(Â0.000019969)Âmeans time, and d32767v0 means "domain 32767 at vcpu0". what doesÂÂ22805(2:2:805) 5 [ 7fff 0 0 0 0 ] each stands for? hopefully it contain the information I need. Second Question: Why are there domain 32768 and 32767? I never created those domains and they took up most of the dump-all file. Again thank you very much for your reply. and sorry Âfor the long replies if my reply format is wrong, I am new to mailing list too. Victor On Wed, Oct 7, 2015 at 3:32 AM, Dario Faggioli <raistlin@xxxxxxxx> wrote: On Tue, 2015-10-06 at 20:46 -0700, Yu-An(Victor) Chen wrote: _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |