Document the source of load average figures.
This commit is contained in:
parent
d63ba803ad
commit
3803d792b7
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: uptime.1,v 1.11 2018/12/06 19:01:53 sevan Exp $
|
||||
.\" $NetBSD: uptime.1,v 1.12 2018/12/06 19:15:35 sevan Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990, 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -46,6 +46,8 @@ utility.
|
|||
.Nm
|
||||
displays the current time, the length of time the system has been up, the number
|
||||
of users, and the load average of the system over the last 1, 5, and 15 minutes.
|
||||
The load average is obtained using
|
||||
.Xr getloadavg 3 .
|
||||
.Sh FILES
|
||||
.Bl -tag -width /netbsd
|
||||
.It Pa /netbsd
|
||||
|
@ -53,7 +55,8 @@ system name list
|
|||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr top 1 ,
|
||||
.Xr w 1
|
||||
.Xr w 1 ,
|
||||
.Xr getloadavg 3
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: w.1,v 1.18 2005/01/11 09:39:12 wiz Exp $
|
||||
.\" $NetBSD: w.1,v 1.19 2018/12/06 19:15:35 sevan Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -29,7 +29,7 @@
|
|||
.\"
|
||||
.\" @(#)w.1 8.1 (Berkeley) 6/6/93
|
||||
.\"
|
||||
.Dd January 11, 2005
|
||||
.Dd December 6, 2018
|
||||
.Dt W 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -51,6 +51,8 @@ been running, the number of users logged into the system, and the load
|
|||
averages.
|
||||
The load average numbers give the number of jobs in the run queue averaged
|
||||
over 1, 5, and 15 minutes.
|
||||
The load average is obtained using
|
||||
.Xr getloadavg 3 .
|
||||
.Pp
|
||||
The fields output are the user's login name, the name of the terminal the
|
||||
user is on, the host from which the user is logged in, the time the user
|
||||
|
@ -91,7 +93,8 @@ list of users on the system
|
|||
.Xr finger 1 ,
|
||||
.Xr ps 1 ,
|
||||
.Xr uptime 1 ,
|
||||
.Xr who 1
|
||||
.Xr who 1 ,
|
||||
.Xr getloadavg 3
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
|
Loading…
Reference in New Issue