2010-02-05から1日間の記事一覧

topコマンド @ Mac OS X

Linuxのtopと結構違う。。 起動例 $ top -o cpu $ top -o rsize $ top -o vsize $ top -o time $ top -o username $ top -c a $ top -c d $ top -c e $ top -U <user> # 指定ユーザプロセスのみ表示 $ top -l <samples> # ログモード、samples回出力 $ top -h # ヘルプ表示 </samples></user>…