netmonsql
Network performance monitoring and logging script for Cisco devices.
NetMon_Cisco_to_SQL.py is a basic network performance monitoring and logging script for Cisco devices. It gathers parameters (CPU Utilization, Used Processor Memory, Used IO Memory, UP Ethernet Interfaces density, in percent velues) from Cisco routers by parsing command outputs and exports them to a MySQL database.
NetMon_Query.py is a query script for the MySQL database in the form of an interactive menu for generating statistics.
Tools used for coding and testing: Python 2.7.3, MySQL...