Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 900 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 900 Bytes

CPU-Spy

A python application to monitor the CPU utilization on Arista switches. This application will connect to a network device i.e., Arista switch via SSH. Then the CPU utilization will be obtained by querying the switch using a specific command. Next the application will extract the value of this parameter using regular expressions and saves it in a local file system which will then be used by the graph builder to display the information on a graph.

Arista Switch Configuration: Arista1and2

CPU Utilization Graph: CPU_Utilization_Graph

Execution: Application Execution