Disk Enclosures
1753865 Members
7306 Online
108809 Solutions
New Discussion

armperf data VA7400

 
SOLVED
Go to solution
Philip J. Priest_1
Frequent Advisor

armperf data VA7400

I need to create some performance graphs from the armperf data.

Anyone give me some hints as to how i should get the data into excel so that i could create some graphs?

thanks!
Phil
1 REPLY 1
Greg Traud_2
Frequent Advisor
Solution

Re: armperf data VA7400

Try a comma separated value output such as:

armperf -c ARRAY -x COMMA -s array_id> > /tmp/perfARRAY.csv &

do a:

armperf -? to get the format for

Then you can copy the /tmp/perfARRAY.csv file to your windows box, and import it into Excel.