9 Legend

 • 

20.4K Posts

October 31st, 2011 05:00

Server_stats from celerra side or symstat/performance manager from DMX

7 Posts

October 31st, 2011 15:00

Thanks. Would running a server_stat during peak times bear any impact ?

9 Legend

 • 

20.4K Posts

October 31st, 2011 16:00

I've never encounter any issues running it during peak times

Moderator

 • 

285 Posts

November 1st, 2011 06:00

No, the server_stats command set will not impact performance of the system.

1 Rookie

 • 

96 Posts

November 7th, 2011 06:00

It looks like server_stats allows real time monitoring.  How can I collect stats over a time frame?  I have an immediate need to discover IOPS rates for a particular file system in order to determine if it can be moved to SATA drives.

I need to look at a history over a week, or so.

Thanks...

9 Legend

 • 

20.4K Posts

November 7th, 2011 06:00

Try celerra monitor

Sent from my Verizon Wireless 4GLTE Phone

1 Rookie

 • 

96 Posts

November 7th, 2011 07:00

We have a recurring issue with  /nas/jserver filling up. 

The result is that Celerra Monitor will not display stats.

EMC Support has not been able to suggest a fix for this.  This file system cannot be extended.

It appears to be a design flaw in Celerra that EMC will not correct.

Any other ideas?

Thanks!

1 Rookie

 • 

96 Posts

November 7th, 2011 07:00

Thank you. 

It looks like server_stats allows real time monitoring.  How can I collect stats over a time frame with server_stas?

4 Operator

 • 

8.6K Posts

November 7th, 2011 07:00

Server_stats or Navi/UniSphere Analyzer

4 Operator

 • 

8.6K Posts

November 7th, 2011 08:00

You can use server_stats with –file –format csv to write the values into a CSV file and then use Excel to analyze it – see man server_stats

Rainer

4 Operator

 • 

8.6K Posts

November 9th, 2011 11:00

Thanks for your info

Yes details would be nice

16 Posts

November 9th, 2011 11:00

We run a number of cron jobs on the control station to collect long term stats. We write some to disk and send some to an external stats collection service called graphite ( http://graphite.wikidot.com/ ).

This command will run every 5 minutes and collect diskVol performance stats:

*/5 * * * * /nas/bin/server_stats server_2 -monitor diskVolumes-std -i 5 -c 60 -file "/nas/quota/slot_2/vg8_stats/diskVol/server_2/server_2_`date '+\%FT\%T'|sed s/://g`" > /dev/null

We use this to grab top_talkers every 5 minutes as well:

*/5 * * * * /nas/bin/server_stats server_2 -monitor nfs.client -i 5 -c 60 -file "/nas/quota/slot_2/vg8_stats/top_talkers/server_2/server_2_`date '+\%FT\%T'|sed s/://g`" > /dev/null

Here's a sample of the presentation of our key latency stats that we export to graphite:

graphite.PNG

If folks are interested in our work in intergrating server_stats with graphite, let me know.

3 Apprentice

 • 

318 Posts

March 2nd, 2012 02:00

If you could send on details it would be great.

4 Operator

 • 

2K Posts

March 2nd, 2012 16:00

Jeff,

Very nice.  Yes, one more vote for a write-up on how to integrate it as you have.  Looking forward to it if you have time.  Thanks!

12 Posts

October 9th, 2014 07:00

hi Jeff could you guide me please how to implement how to transfer perf stats/external stats collection service called graphite ( http://graphite.wikidot.com/ )

No Events found!

Top