*** Index [#q5888a88]
#contents

* Network [#l20866a2]

- hostname


- IP address

- DNS

* Cron Setting [#i7ad3dbd]
- [http://www.express.nec.co.jp/linux/distributions/knowledge/system/crond.html cron の設定ガイド]

* Monitoring [#i8c8a220]
*** Memory use of a process [#wf7cfaf0]
- All process list
 ps alx
- Pick up target process with header
 ps alx | head -1 && ps alx | grep {hoge_proc}