linux_wiki:produce_and_deliver_reports_on_system_utilization_processor_memory_disk_and_network

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux_wiki:produce_and_deliver_reports_on_system_utilization_processor_memory_disk_and_network [2016/08/16 21:55]
billdozor created
linux_wiki:produce_and_deliver_reports_on_system_utilization_processor_memory_disk_and_network [2019/05/25 23:50] (current)
Line 4: Line 4:
  
 System utilization reporting. System utilization reporting.
 +
 +----
 +
 +====== Lab Setup ======
 +
 +The following virtual machines will be used:
 +  * server1.example.com (192.168.1.150) -> Configure and test system reporting
 +
 +----
 +
 +====== Help ======
 +
 +Finding help in this section.
 +  * standard man pages<code bash>man dstat
 +man sar
 +man sadf</code>
  
 ---- ----
Line 43: Line 59:
 ====== Sysstat ====== ====== Sysstat ======
  
-Sysstat runs periodically and provides historical statistics, as well as on demand real time stats.+Sysstat runs periodically and provides historical statistics. 
 + 
 +[[linux_wiki:sar|See here for more sar commands.]]
  
 \\ \\
Line 68: Line 86:
  
 \\ \\
-Print data from a system activity file, redirect to a file to view later+View info now from a system activity file 
 +<code bash> 
 +sar -urd -f /var/log/sa/sa01 
 +</code> 
 + 
 +\\ 
 +Semi Colon Separated: Print data from a system activity file, redirect to a file to view later
 <code bash> <code bash>
 sadf -d /var/log/sa/sa01 -- -urd -n DEV > system-stats.txt sadf -d /var/log/sa/sa01 -- -urd -n DEV > system-stats.txt
 </code> </code>
-  * -d -> Print contents of the data file in an easy to ingest by database format+  * -d -> Print contents of the data file in an easy to ingest by database format (semi colon separated)
   * -- -> sar options will follow   * -- -> sar options will follow
   * -u -> sar option: CPU usage   * -u -> sar option: CPU usage
   * -r -> sar option: Memory usage   * -r -> sar option: Memory usage
-  * dp -> sar option: Disk usage (d) with pretty print (p) device names+  * -> sar option: Disk usage (d)
   * -n DEV -> sar option: Network stats from devices   * -n DEV -> sar option: Network stats from devices
  
 ---- ----
  
  • linux_wiki/produce_and_deliver_reports_on_system_utilization_processor_memory_disk_and_network.1471398919.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)