top: processes in square brackets

2004-09-01 Thread Toomas Aas
Hello!

What does it mean when some processes appear in square brackets in 
top's output, like this:

  PID USERNAME PRI NICE  SIZERES STATETIME   WCPUCPU COMMAND
  184 mysql-14   0   133M 30332K inode3:37  3.81%  3.81% mysqld
  547 www2   0   203M 16664K poll 0:06  1.59%  1.56% java
  504 www2   0 23688K  6344K poll 0:00  1.69%  0.44% httpd
  315 www2   0 23728K 0K poll 0:00  1.75%  0.24% httpd
  400 www2   0 23684K 0K poll 0:00  1.75%  0.24% httpd

I couldn't find this info in the man pages of my FreeBSD 4.9 server
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* All wiyht.  Rho sritched mg kegboawd awound?

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: top: processes in square brackets

2004-09-01 Thread Dan Nelson
In the last episode (Sep 01), Toomas Aas said:
 Hello!
 
 What does it mean when some processes appear in square brackets in 
 top's output, like this:
 
   PID USERNAME PRI NICE  SIZERES STATETIME   WCPUCPU COMMAND
   184 mysql-14   0   133M 30332K inode3:37  3.81%  3.81% mysqld
   547 www2   0   203M 16664K poll 0:06  1.59%  1.56% java
   504 www2   0 23688K  6344K poll 0:00  1.69%  0.44% httpd
   315 www2   0 23728K 0K poll 0:00  1.75%  0.24% httpd
   400 www2   0 23684K 0K poll 0:00  1.75%  0.24% httpd

It means the process is completely swapped out to disk.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]