60 likes | 82 Views
Develop code to generate detailed reports on network characteristics for day-to-day, weekly, and monthly data, with plans to automate reports via email. Overcome challenges of vast data volume, log inconsistencies, and result verification issues for comprehensive network outage and utilization insights. Future enhancement includes quicker log parsing, additional report types, and a concise weekly email summary of key findings.
E N D
Network Reports William Gahr
The Task • Write code to generate reports about various network characteristics. • Make data about the current day, past week and past month easily accessible. • Account for future incorporation to automated weekly e-mail.
Challenges • Huge amount of data. Approximately 50Mb of plain text MIB data logged each day. • Inconsistencies in log layout and format. Occasionally changes in the log format and anomalies in the log files occur. • Difficult to verify results.
Results • Fully functional page for queries about network outages. • Mostly functional page for queries about network utilization, measured in both MBps and % of link speed.
Plans • Add features to query page. • Decrease time required to parse MIB log files. • Write code for other types of reports. • Analyze results of existing reports. • Generate a concise weekly e-mail of interesting information.