You are on page 1of 1

BA

Unix
Summary
Provides Unix workload profile metrics.
Important:
You must run the commands exactly as specified in the attached instructions. Any deviation from the
instructions will be rejected.

Details
SAR/IOSTAT Collection Instructions
SAR and IOSTAT are standard Unix utilities for gathering system performance information. This information
can be used for analyzing the performance requirements, including. IOSTAT collects IO statistics for each
disk device in the system, including reads and writes per second.
Note: On some operating systems, such as Solaris, IOSTAT will also gather tape drive statistics. On AIX, it will
not.
Note 2: Multi-pathing devices, such as PowerPath, will show both the underlying and multi-pathed device.
### IOSTAT Instructions ###
Execute "iostat":
Linux:
# nohup iostat -cdkxt 60 2880 > /tmp/iostat_`hostname`.out
Solaris:
# nohup iostat -dx -T u 60 2880 > /tmp/iostat_`hostname`.out
AIX:
# nohup iostat -D -T 60 2880 > /tmp/iostat_`hostname`.out
HPUX:
# sar -d 60 2880 > /tmp/sar_`hostname`.out
Compress the output file
# gzip iostat_`hostname`.out
Create a unique directory under ftp://ftp.emc.com/incoming
Upload files to ftp://ftp.emc.com/incoming/>directory you created<

Need help?
EMC and EMC Partners: Contact support at WPAHelp@emc.com
End Users: Contact us at support@mitrend.com

You might also like