lkml.org 
[lkml]   [1999]   [Jan]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
DateFri, 22 Jan 1999 19:37:35 -0800 (PST)
FromDavid <>
SubjectRe: Scheduler set to 1000Hz
> $ 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/

\
 
 \ /
  Last update: 2005-03-22 13:49    [from the cache]
©2003-2010