* What exactly does "hrtimer: interrupt took 7142 ns" mean?
@ 2013-04-29 7:28 Stanislav Meduna
0 siblings, 0 replies; only message in thread
From: Stanislav Meduna @ 2013-04-29 7:28 UTC (permalink / raw)
To: linux-rt-users@vger.kernel.org
Hi,
what exactly does "hrtimer: interrupt took xxxx ns" tell
me and should I worry? /proc/timer_list shows 18 of these
in 3,5 days and the longest was 10291 ns. The nr_retries
is also pretty high.
>From looking at the code it seems this warning triggers
if a hrtimer interrupt finds more than 3 expired timers
where it has to call their callbacks etc.
Now 7 us is not a long time - the interrupts can surely
be off for longer time etc. Is this normal or is this
something to worry about?
Unfortunately I do not have any machine right now where
the hrtimers work out of the box - one is a Geode LX
system where I have to specify tsc=reliable and the other
one is Celeron M with ICH4 that needs hpet=force.
Timer List Version: v0.6
HRTIMER_MAX_CLOCK_BASES: 3
now at 295909989229679 nsecs
cpu: 0
clock 0:
.base: c04d7f28
.index: 0
.resolution: 1 nsecs
.get_time: ktime_get
.offset: 0 nsecs
active timers:
... 29 of them ...
clock 1:
.base: c04d7f60
.index: 1
.resolution: 1 nsecs
.get_time: ktime_get_real
.offset: 1366924234282954552 nsecs
active timers:
clock 2:
.base: c04d7f98
.index: 2
.resolution: 1 nsecs
.get_time: ktime_get_boottime
.offset: 0 nsecs
active timers:
.expires_next : 295909989612611 nsecs
.hres_active : 1
.nr_events : 726912344
.nr_retries : 4016215
.nr_hangs : 18
.max_hang_time : 10291 nsecs
.nohz_mode : 0
.idle_tick : 0 nsecs
.tick_stopped : 0
.idle_jiffies : 0
.idle_calls : 0
.idle_sleeps : 0
.idle_entrytime : 0 nsecs
.idle_waketime : 0 nsecs
.idle_exittime : 0 nsecs
.idle_sleeptime : 0 nsecs
.iowait_sleeptime: 0 nsecs
.last_jiffies : 0
.next_jiffies : 0
.idle_expires : 0 nsecs
jiffies: 295609989
Tick Device: mode: 1
Per CPU device: 0
Clock Event Device: hpet
max_delta_ns: 149983013276
min_delta_ns: 13409
mult: 61496111
shift: 32
mode: 3
next_event: 295909989612611 nsecs
set_next_event: hpet_legacy_next_event
set_mode: hpet_legacy_set_mode
event_handler: hrtimer_interrupt
retries: 0
Thanks
--
Stano
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-29 7:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-29 7:28 What exactly does "hrtimer: interrupt took 7142 ns" mean? Stanislav Meduna
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.