18 Command Line Tools to Monitor Linux Performance
Netstat?is a command line tool for monitoring?incoming?and?outgoing network?packets statistics as well as interface statistics. It is very useful tool for every system administrator to monitor network performance and troubleshoot network related problems. # netstat -a | more More Netstat examples :?. 6. Htop – Linux Process MonitoringHtop?is a much advanced interactive and real time Linux process monitoring tool. This is much similar to Linux?top command?but it has some rich features like?user friendly interface to manage process,?shortcut keys,?vertical and horizontal view of the processes?and much more. Htop is a third party tool and doesn’t included in Linux systems,you need to install it using?YUM?package manager tool. For more information on installation read our article below. # htop ![]() For Htop installation read :? 7. Iotop – Monitor Linux Disk I/OIotop?is also much similar to?top command?and?Htop program,but it has accounting function to monitor and display real time?Disk I/O?and?processes. This tool is much useful for finding the exact process and high used disk read/writes of the processes. # iotop ![]() For Ioptop installation and usage read :? 8. Iostat – Input/Output StatisticsIoStat?is simple tool that will collect and show system?input?and?output?storage device statistics. This tool is often used to trace storage device performance issues includingdevices,?local disks,?remote disks?such as?NFS. # iostat For more Iostat usage and examples visit :? 9. IPTraf – Real Time IP LAN MonitoringIPTraf?is an open source console-based real time network (IP LAN) monitoring utility forLinux. It collects a variety of information such as IP traffic monitor that passes over the network,including TCP flag information,ICMP details,TCP/UDP traffic breakdowns,TCP connection packet and byne counts. It also gathers information of general and detaled interface statistics of TCP,UDP,IP,ICMP,non-IP,IP checksum errors,interface activity etc. <p class="wp-caption-text">IP Traffic Monitor For more information and usage of IPTraf tool,please visit :? 10. Psacct or Acct – Monitor User Activity(编辑:PHP编程网 - 黄冈站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |