cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
964
Views
0
Helpful
1
Replies

Extract UCS Stats?

Budman231
Level 1
Level 1

I would like to create a process to extract UCS statistics to an external DB or spreadsheet to perform long term trending & analysis? Does anyone know if there is a way to extract UCS statistics ??

Bud                   

1 Reply 1

Brian Morrissey
Cisco Employee
Cisco Employee

Hi Robert,

You could manually export the statistics to CSV format in the UCSM gui for each object (chassis, fabric interconnect etc). 

The other option is to write a script using the UCS Powertool for Powershell

(http://developer.cisco.com/web/unifiedcomputing/pshell-download).

You would just basically need to do something like the following:

Connect-UCS 10.10.10.10

Get-UcsStatistics | Where {$_.dn -like "fabric/lan/*/tx-stats"} | select Dn,TimeCollected,TotalPackets,JumboPackets | Export-Csv JumboStats.csv

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: