Difference between revisions of "Capacity Forecasting Tool"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
= UNIX Packages Required = | = UNIX Packages Required = | ||
{| style="color:green;background-color:#ffffcc;" cellpadding=" | {| style="color:green;background-color:#ffffcc;" cellpadding="3" cellspacing="0" border="1" | ||
!Name | !Name | ||
!Location | !Location |
Revision as of 18:16, 15 December 2007
Introduction
A web based tool to analyse data extracted from various devices via MRTG and generate a capacity forecast.
Implementation
MRTG clients which POST data to data repository. Web based application displays data and performs periodic forecasting runs for which graphs are generated for display via a web server. The application will have the ability to download forecasts as Excel Spreadsheets.
Generating Excel Files
See Generating Excel Spreadsheets Programatically
Parsing MRTG Files
Generating Graphs
Us the Python module matplotlib to generate images for data encapsulated in a MySQL database. Images will be displayed via a web server.
UNIX Packages Required
Name | Location |
---|---|
Python | http://www.python.org |
matplotlib | http://matplotlib.sourceforge.com |
numpy | http://numpy.sourceforge.com |
ATLAS | http:/atlas.sourceforge.com |
BLAS |