File: uptime.1

package info (click to toggle)
manpages-ja 0.5.0.0.20221215%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 29,304 kB
  • sloc: perl: 161; makefile: 61
file content (41 lines) | stat: -rw-r--r-- 1,251 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.\"             -*-Nroff-*-
.\"
.\" Japanese Version Copyright (c) 1997 Tanoshima Hidetohsi
.\"         all rights reserved.
.\" Sep. 18, 1997   Tanoshima Hidetoshi <tano@sainet.or.jp> 
.\" Updated Mar  1 22:55:36 JST 2000 by Kentaro Shirakata <argrath@ub32.org>
.\"
.TH UPTIME 1 "26 Jan 1993" "Cohesive Systems" "Linux Programmer's Manual"
.SH 名前
uptime \- システムがどのくらいの期間稼働し続けているかを表示する
.SH 書式
.B uptime
.br
.BR uptime " [" "\-V" ]
.SH 説明
.B uptime
は以下の情報を1行で表示する。
現在の時刻、
システムが稼働し続けている期間、
現在ログインしているユーザーの数、
過去 1, 5, 15 分のシステムの平均負荷。
.sp
これは
.BR w (1)
を実行した際、ヘッダー行に表示されるものと同じ情報である。
.SH ファイル
.IR /var/run/utmp "	  現在ログインしているユーザー情報"
.br
.IR /proc "	       プロセス情報"
.SH 著者
.B uptime
は Larry Greenfield (greenfie@gauss.rutgers.edu) と
Michael K. Johnson (johnsonm@sunsite.unc.edu) が書いた。

バグレポートは <albert@users.sf.net> に送ってほしい。
.SH 関連項目
.BR ps (1),
.BR top (1),
.BR utmp (5),
.BR w (1)