CyberSecurity Linux Command

salman reza
May 30, 2021

This is the sixth week of Beginners Linux Commands. This week, I will share 12 commands that you can use to see Performance monitoring and statistics of the Linux system.

  1. dstat – view processes, memory, paging, I/O, CPU, etc., in real-time. All-in-one for vmstat, iostat, netstat, and ifstat.
  2. iftop– network traffic viewer.
  3. nethogs– network traffic analyzer.
  4. iotop– interactive I/O viewer. Get an overview of storage r/w activity.
  5. iostat– for storage I/O statistics.

--

--