Re: Scheduler set to 1000Hz

David (david@kalifornia.com)
Fri, 22 Jan 1999 19:37:35 -0800 (PST)


> $ cat /proc/interrupts |grep timer;sleep 1;cat /proc/interrupts |grep timer
> 8: 75924461 timer
> 8: 75925508 timer
>
> The delta is 1047 interrupts; HZ at the machine is 1024...

you'll get a bit closer to HZ with less execing:

grep timer /proc/interrupts ;sleep 1; grep timer /proc/interrupts

-d

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/