Last update: 2011/4/21
Sincce before: 1995/11/6

Getting information
情報表示

info -- Quick Ref. -- My Job -- Yashiro's home



ネットワークに関する情報については, 「リモートアクセス」を参照のこと.

  1. 自分の情報
  2. % groups 自分が所属しているグループ名の表示 % id uid(name), gid(name) % whoami ユーザ名 % tty 端末名

  3. ディスク容量
  4. % du -s * ディレクトリ下のファイル容量の合計 % df/bdf ディスクの容量 (==> ファイル を参照のこと) % repquota -a ユーザ毎のディスク使用量と許可値 % quota -v 自分のディスク使用量の許可値

  5. ユーザ
  6. % who login しているユーザ % w 実行しているもの % w <username> % finger <username> % finger <username>@host % whois -h whois.kek.jp <name> E-mail address, tel no.

  7. システムの情報
    1. Standard % hostname (net-tools) % uname -a OS, hostname, OS release id, OS version, hardware name (coreutils) % uptime up: 連続稼働時間 load average: 平均負荷(1, 5, 15 分) (procps) % vmstat システム全体の動作状態 (procps) プロセスの状態, メモリの使用状況, ページングの回数と利用状況, ディスクのアクセス回数, トラップと割り込み回数, CPU 時間の使用割合 % iostat 端末とディスクの I/O 状況. (sysstat) % iostat -xn 1 When %b shows 100%, disk limits performance. % ulimit -a limitation of file, memory, CPU, etc.
    2. Sun4 % showrev OS information. (Sun4) % arch architecture % arch -k kernel architecture % hostid host-ID % pstat -T テーブルの使用状態
    3. Linux

  8. プロセス
    1. Standard % ps STAT: Runnable, Sleep(<20sec), Idle(>20), Page_wait, Disk_wait, sTopped, Zombi W(swap out), >(excess memory request) % ps -elf [SystemV] % ps -aux [BSD] %CPU 過去1分間に使用した CPU %MEM メモリの何 % を使用しているか RSS 使用しているメモリのサイズ (KB) $ /sbin/fuser -v -m /usr identify processes using files or sockets. (psmisc)
    2. freesoftware
        % top The most CPU-intensive tasks. (procps)
        % pstree Running processes as a tree. (psmisc)
        % lsof Files opened by processes. (lsof)
        % qps TOP with GUI. Heavy? (?)
        % gtop TOP with Gnome GUI. (?)

  9. Program trace

  10. nfs
  11.     % showmount		Machines with remotely mounted
        % showmount ーa	All remototelly mounted file system. With entry point
        % showmount -e	Available  file system.