- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Installmemo/sysstat へ行く。
- 1 (2007-05-29 (火) 10:50:37)
- sysstatの取得
http://perso.orange.fr/sebastien.godard/
- Build and install
# ./configure # make # make install
- cronへの登録
統計情報を取得するためにcronへの登録を行う
# sar /var/log/sa/sa29 を開けません: そのようなファイルやディレクトリはありません
/etc/cron.d/にsysstatというファイルを作成する
-rw-r--r-- 1 root root 188 1月 28 2005 sysstat
# cat /etc/cron.d/sysstat # run system activity accounting tool every 10 minutes */10 * * * * root /usr/local/lib/sa/sa1 1 1 # generate a daily summary of process accounting at 23:53 53 23 * * * root /usr/local/lib/sa/sa2 -A