Re: how to build web based database performance monitoring application

2014-06-27 Thread sandhyaranimangipudi
In this moment we are monitoring sybase ASE database server by shell script(cron job) these data we are pushing to other database server what we call is monitoring server. After business hrs we are gathering metrics for each job/server cpu,disk i/o,memory, dbspace usages through some store proce

how to build web based database performance monitoring application

2014-06-27 Thread sandhyaranimangipudi
Hi Gurus, Can you pls suggest to build a web based application to monitor sybase database with the help of python, I am new to this. -- https://mail.python.org/mailman/listinfo/python-list

Function error

2014-06-14 Thread sandhyaranimangipudi
I am new to python, pls help me to resolve the below error >>> def fib(n): ... """Print a Fibonacci series up to n.""" File "", line 2 """Print a Fibonacci series up to n.""" ^ IndentationError: expected an indented block -- https://mail.python.org