ProSkill/Engineer/Linux/Server Management

Last-modified: 2011-11-08 (火) 13:48:30

Index

Network

  • hostname
  • IP address
  • DNS

Cron Setting

Monitoring

Memory use of a process

  • All process list
    ps alx
  • Pick up target process with header
    ps alx | head -1 && ps alx | grep {hoge_proc}