Re: about time-slice

2000-10-20 Thread George Anzinger
Dan Maas wrote: > > > I have a question about the time-slice of linux, how do I know it, or how > > can I test it? > > First look for the (platform-specific) definition of HZ in > include/asm/param.h. This is how many timer interrups you get per second (eg > on i386 it's 100). Then look at inclu

Re: about time-slice

2000-10-20 Thread Zhixu Liu
> > I have a question about the time-slice of linux, how do I know it, or how > > can I test it? > > First look for the (platform-specific) definition of HZ in > include/asm/param.h. This is how many timer interrups you get per second (eg > on i386 it's 100). Then look at include/linux/sched.h fo

Re: about time-slice

2000-10-19 Thread Dan Maas
> I have a question about the time-slice of linux, how do I know it, or how > can I test it? First look for the (platform-specific) definition of HZ in include/asm/param.h. This is how many timer interrups you get per second (eg on i386 it's 100). Then look at include/linux/sched.h for the defini

about time-slice

2000-10-19 Thread Zhixu Liu
Hi, All: I have a question about the time-slice of linux, how do I know it, or how can I test it? Thanks for you help. Zhixu - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/