To Index

 Documented in Volume 1 of the UNIX Programmers Manual.


 % w kemp
  will show:

  11:24am  up 1 day,  6:32,  27 users,  load average: 1.57, 1.86, 2.27
  User	tty	login@	idle	JCPU	PCPU	what
  kemp	tty0e	10:02am		2:17	25	w



 % w -s
  will show:

  11:24am  up 1 day,  6:32,  6 users,  load average: 1.64, 1.87, 2.27
  User		tty	idle	what
  revc		h0		more
  faucher	hb	57	csh
  ewing		i5	22	csh
  jim		i6	1	vi
  kemp		0e		w
  pryor		13	3	red


     The load average numbers give the number of jobs in the run queue
  averaged over 1, 5 and 15 minutes.

To Index