All info is exportable in txt-csv format files, which can be imported in the provided Excel template for generating a network resource utilization chart.
This is a script written in Python 2.7.3 which collects data (CPU Utilization, Used Processor Memory, Used IO Memory, Number of UP Ethernet Interfaces) from all the Cisco devices in a network and exports this info to txt files, importable into Excel for creating network performance charts. It also extracts useful info about each device (in the NetworkDevices.txt file) or Top 3 resource intensive devices in the network. Each network query is timestamped. Requires Python 2.7. Tested on Linux.