Unsolved
This post is more than 5 years old
31 Posts
0
1363
December 3rd, 2009 08:00
Nice graphs of filesystem load (bytes in/out, IOPS, %r/w, ...)
Hello,
Lately I've been exploring both Celerra Monitor (GUI) and 'server_stats' (Command Line Interface).
I'd like to be able to automatically (hourly, daily, weekly) generate load/utilization graphs à la Celerra Monitor
without needing to log on.
Right now I'm periodically pulling the output of 'server_stats' from the system, with intention to throw
the CSV files at some 2D plotting tool.
Am I re-inventing the wheel here ?
Eric Luyten, Computing Centre VUB/ULB.
No Events found!


BillStein-Dell
Moderator
•
285 Posts
0
December 3rd, 2009 08:00
The way you're doing it is the only way to automate it. You can cron a script to generate the output you're looking for.
The only other method to create the CSV files is directly off the graph. You can right-click on the graph and select Export and this will generate the CSV file of the view you have selected.
kensagle
59 Posts
0
December 3rd, 2009 10:00
I did this in my company. Created local cron jobs on cs0 and cs1 (ending script if not primary cs), writing a line to a csv file every minute with perfformance data. Then ad midnight from my management host I scp'd the files and used gdgraph to create pretty graphs and email them out. Worked very very well. I did similar things for file system used, quota usage, and others to trend data long term. This also allowed me to keep a repsoitory of historical perf data in case of issues or needing to compare with old stats for new issues.
I would say do it, and it would be nice if EMC had some of this capability built into the system.
Sagle
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
December 3rd, 2009 20:00
Bill,
is it possible to query nas database or log files that store historical data (where is it stored anyway) ? You mentioned that it rolls off every 14 days so if it were possible to grab that data before it gets overwritten and append it to one of my data stores to be plotted later on.
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
December 8th, 2009 13:00
Rainer,
do you know where Celerra keepsthese stats ?
Rainer_EMC
6 Operator
•
8.6K Posts
0
December 8th, 2009 13:00
sorry - I dont - I guess the one's for Celerra Manager and Monitor historical data are stored somewhere in a not really usable format
I think the stats provided by server_stats are pulled from the data mover in realtime
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
December 8th, 2009 13:00
Rainer_EMC
6 Operator
•
8.6K Posts
0
December 8th, 2009 13:00
telenoiz
1 Rookie
•
26 Posts
0
December 9th, 2009 08:00
If you already have an EMC Control Center implementation, you could discover the Celerra's, setup WLA (work load analyzer) collections, and setup report scheduler in Performance Manager. This facilitates the collection and storage of historical stats, and automates the creation of graphs.
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
December 10th, 2009 03:00
Rainer_EMC
6 Operator
•
8.6K Posts
0
December 10th, 2009 04:00
another alternative would be Data Protection Advisor (DPA)
its gotten a lot of Celerra functionality in the last couple of releases and the Celerra license there are less expensive than ECC
Rainer
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
December 10th, 2009 08:00
vijayscsa1
26 Posts
0
August 11th, 2010 02:00
Hi,
Thanks for the wonderful knowledge sharing.
I would like to know, what are the various options for server_stats command, to fetch necessary details and then... we can exporting to excel or csv according to the customer requirements.
would be helpful with various examples on server_stats to find Nework interfaces efficiency etc...
Thanks
regards
VJ