Advertisement
BaSs_HaXoR

DSTAT your Linux Server

Oct 4th, 2014
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. ======================================================================================================================
  2. +--------------------------------------------------------------------------------------------------------------------+
  3. +------------------How to run dstat on your Linux Server for packet statistics via Putty command window--------------+
  4. +--------------------------------------------------------------------------------------------------------------------+
  5. ======================================================================================================================
  6.  
  7.  
  8. ****************************IN PUTTY* ******************************
  9. root@hostxxxxx:~#: Yum install dstat
  10. root@hostxxxxx:~#: dstat -n --socket --integer
  11. ********************************************************************
  12.  
  13. What is Dstat?
  14. dstat - versatile tool for generating system resource statistics
  15.  
  16. More on Dstat:
  17. Dstat is a versatile replacement for vmstat, iostat and ifstat. Dstat overcomes some of the limitations and adds some extra features.
  18.  
  19. Dstat allows you to view all of your system resources instantly, you can eg. compare disk usage in combination with interrupts from your IDE controller, or compare the network bandwidth numbers directly with the disk throughput (in the same interval).
  20.  
  21. Dstat also cleverly gives you the most detailed information in columns and clearly indicates in what magnitude and unit the output is displayed. Less confusion, less mistakes, more efficient.
  22.  
  23. Dstat is unique in letting you aggregate block device throughput for a certain diskset or network bandwidth for a group of interfaces, ie. you can see the throughput for all the block devices that make up a single filesystem or storage system.
  24.  
  25. Dstat allows its data to be directly written to a CSV file to be imported and used by OpenOffice, Gnumeric or Excel to create graphs.
  26.  
  27.  
  28. Further information on Dstat:
  29. Information on DSTAT: http://linux.die.net/man/1/dstat
  30.  
  31. You may also want to read more here: http://linoxide.com/monitoring-2/dstat-monitor-linux-performance/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement