How to determine the scheduler
From NetBSD Wiki
(Redirected from How to determine the schedular)
If you would like to know what type of scheduler you are currently using type:
$ sysctl kern.sched.name kern.sched.name = M2
in this case, I am using the M2 scheduler.
This works only in > NetBSD 5.0
