6
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Linux システム管理コマンドリファレンス

Posted at

w

wコマンドはログインしているユーザとそのプロセス情報を表示します。また、システムの稼働時間や負荷平均も表示します。

ディスクI/Oの状態を表示するコマンド

  • iostat
  • vmstat
  • sar -b

CPUの負荷平均を表示するコマンド

  • top
  • uptime
  • w

物理メモリとスワップ領域の使用状況を表示するコマンド

  • free
  • vmstat
  • top

システム全体としてのCPU使用率およびCPU毎の使用率を表示するコマンド

  • sar
  • mpstat

...続く

6
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?