I'm sort of in charge of our datacenters web site, on which we publish jpg graphs of the last 9 or so months of service statistics for our customers (bar/line graphs of uptime, response time, etc.)
anyway its embarassingly low-tech how we update them - there are jobs on the mainframes which generate the statistic numbers, which are sent to a dataset (kind of like a file on a windows or unix machine) which is sent to the mainframe printer. someone then by hand enters the numbers into excel and creates the graphs which I then take screen shots of and make jpgs out of them to publish.
there has go to be a way to say, once a month have the web server generate the graphs by pulling the #'s off the dataset output from the mainframe and creating the jpgs and storing them on the server for that month, then updating them on the 1st of the next month or whatever.
I have never made non-static html (ASP, php3, etc.) so where would I start on learning how I can do this to streamline this process? its time consuming and wasteful.
another issue - the web server is running off a "virtual" unix environment through a started mainframe OS/390 task on our datacenter's mainframe partition. so its not your standard apache or IIS, I assume this will cause major problems? perhaps I'll have to convince my mainframe-oriented manager that perhaps a pc based web server would be better for our needs?
anyway its embarassingly low-tech how we update them - there are jobs on the mainframes which generate the statistic numbers, which are sent to a dataset (kind of like a file on a windows or unix machine) which is sent to the mainframe printer. someone then by hand enters the numbers into excel and creates the graphs which I then take screen shots of and make jpgs out of them to publish.
there has go to be a way to say, once a month have the web server generate the graphs by pulling the #'s off the dataset output from the mainframe and creating the jpgs and storing them on the server for that month, then updating them on the 1st of the next month or whatever.
I have never made non-static html (ASP, php3, etc.) so where would I start on learning how I can do this to streamline this process? its time consuming and wasteful.
another issue - the web server is running off a "virtual" unix environment through a started mainframe OS/390 task on our datacenter's mainframe partition. so its not your standard apache or IIS, I assume this will cause major problems? perhaps I'll have to convince my mainframe-oriented manager that perhaps a pc based web server would be better for our needs?