FrontPage

syslog

http://www.rtpro.yamaha.co.jp/RT/FAQ/Syslog/syslog-messages.html

tcpdump

arp

  • arpを監視してあとで再生
tcpdump -n arp -w arp
tcpdump -n arp -r arp

バックグラウンドでコマンドを実行しておく

nohup [command] > vmstatout.log 2> vmstaterr.log &
  • nohupはリダイレクトをしてしないと,以下のようなリダイレクトになる.
    • < /dev/null > nohup.out 2> nohup.out

syslogd

デーモンはsyslogdにUDPプロトコルでstderrを出力.


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS