Forum Discussion

Maneesh_72711's avatar
Maneesh_72711
Icon for Cirrostratus rankCirrostratus
Jan 31, 2017

Display CPU Details

Display CPU stats viz like tmshshow sys cpu to end customers/clients.

 

During peak season our customers ask us to provide the details instead of manually logging and then furnishing the details want this to be automated like every 15/30 mins it gets the details and publishes to end customers so they need not approach us.

 

2 Replies

  • you might be able to run a cron command to do this at whatever interval you specify and then wrote the results to a file

     

    30 13 * * 0 export REMOTEUSER=root ; tmsh -c "show sys cpu " > /tmp/cpu.details

     

    Of course you will have to make the data more presentable. if you have a monitoring system that has reporting built in a simple SNMP probe can do this as well

     

  • Just collect a qkview, and upload that to iHealth. You will get the graphs up to one month, and options to specific days/times.

     

    If you want something more automated, the Enterprise Manager can do that (not sure if BIGIQ can do that at the moment). Also, you can write script/software to do that, with bash/perl/python, with iControl SOAP or Rest. There are many options for you to choose.

     

    Link about EM:

     

    https://support.f5.com/kb/en-us/products/em/manuals/product/em-health-activity-monitoring-3-1-1/5.htmlunique_1056780174