Timers not working as expected
Hi All,
My kernel version is 2.6.14 with high resolution subsystem core having linux hrtimer patch with commit id c0a3132963db68f1fbbd0e316b73de100fee3f08 I had set a timer which expired every 0.5 sec using setitimer api . I noticed that timers were expiring fast enough at a continuous basis , expiring at around 2500 micro sec interval. Has anyone encountered this scenario before ? Please help to understand the case in which it might occur . Thanks Ankit =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
Timers not working as expected
Hi Ankit,
How did you measure the 2500 microsecond interval? The timeval structure should give you a proper microsecond resolution BUT, the accuracy of the timer is normally limited by the software clock (100, 250, 300, 1000 Hz). If a timer expiration value does not match a multiple of the jiffies you set the system clock as a kernel compilation option, you get rounding errors. Also in kernels prior to 2.6.21 (where you can see the CONFIG_HIGH_RES_TIMERS kernel config option), you could have some conditions depending on system age (clock) and load or scheduler issues, where you see these deviations. If you switch to 2.6.21, you should get proper high resolution timing and if you combine that with modern (last 3 years) hardware, you should really be able to schedule accurately down to microsec resolution. GM Best regards, -- -- George Magklaras PhD RHCE no: 805008309135525 Senior Systems Engineer/IT Manager Biotechnology Center of Oslo and the Norwegian Center for Molecular Medicine EMBnet TMPC Chair http://folk.uio.no/georgios On 05/30/2012 10:10 AM, Ankit Mahawar wrote: Hi All, My kernel version is 2.6.14 with high resolution subsystem core having linux hrtimer patch with commit id c0a3132963db68f1fbbd0e316b73de100fee3f08 I had set a timer which expired every 0.5 sec using setitimer api . I noticed that timers were expiring fast enough at a continuous basis , expiring at around 2500 micro sec interval. Has anyone encountered this scenario before ? Please help to understand the case in which it might occur . Thanks Ankit =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
Timers not working as expected
Hi Greg,
Thanks for your response. > How did you measure the 2500 microsecond interval? I calculated the number of timers expired per minute and calculated it to be 2500 microsecond > Also in kernels prior to 2.6.21 (where you can see the > CONFIG_HIGH_RES_TIMERS kernel config option), you could have some > conditions depending on system age (clock) and load or scheduler issues, > where you see these deviations. If you switch to 2.6.21, you should get > proper high resolution timing and if you combine that with modern (last > 3 years) hardware, you should really be able to schedule accurately down > to microsec resolution. This issue was seen just once and when I reboot the system , timers were expiring as expected . Just a wild guess , can this be related to signal handling rather than timer expiry ? Thanks Ankit =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
| All times are GMT. The time now is 08:25 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.