just what does kserel mean?

Dan Nelson dnelson at allantgroup.com
Mon Sep 11 15:44:40 PDT 2006


In the last episode (Sep 11), Nestor Wheelock said:
> I have searched all over the net for a good definition of what the top 
> state, "kserel" means.  When I run mysql this is the state in which it 
> runs.
> 
>   PID USERNAME  THR PRI NICE   SIZE    RES STATE  C   TIME   WCPU COMMAND
>  2117 mysql      17  20    0   323M 59080K kserel 0   0:02  0.00% mysqld

That's just a wait state used inside libkse threads meaning a thread is
waiting for something to do.  Note that for a threaded program, the
STATE seen by top is that of only one thread owned by the process. 
Press 'H' to see each thread on its own line.

-- 
	Dan Nelson
	dnelson at allantgroup.com


More information about the freebsd-questions mailing list