Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73659 > unrolled thread
| Started by | sandhyaranimangipudi@gmail.com |
|---|---|
| First post | 2014-06-27 09:03 -0700 |
| Last post | 2014-06-27 20:20 -0700 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.lang.python
how to build web based database performance monitoring application sandhyaranimangipudi@gmail.com - 2014-06-27 09:03 -0700
Re:how to build web based database performance monitoring application Dave Angel <davea@davea.name> - 2014-06-27 12:39 -0400
Re: how to build web based database performance monitoring application sandhyaranimangipudi@gmail.com - 2014-06-27 20:20 -0700
| From | sandhyaranimangipudi@gmail.com |
|---|---|
| Date | 2014-06-27 09:03 -0700 |
| Subject | how to build web based database performance monitoring application |
| Message-ID | <0fb1c5df-4b7a-4707-a3b1-517d71c65c7a@googlegroups.com> |
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.
[toc] | [next] | [standalone]
| From | Dave Angel <davea@davea.name> |
|---|---|
| Date | 2014-06-27 12:39 -0400 |
| Message-ID | <mailman.11291.1403887090.18130.python-list@python.org> |
| In reply to | #73659 |
sandhyaranimangipudi@gmail.com Wrote in message: > 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. > You'll probably get better answers if you're more specific. What part of the assignment has you puzzled? Or what 'this' are you new to? database, Sybase, web-based, Python, ... -- DaveA
[toc] | [prev] | [next] | [standalone]
| From | sandhyaranimangipudi@gmail.com |
|---|---|
| Date | 2014-06-27 20:20 -0700 |
| Message-ID | <a05ff56b-b046-4f56-93fe-25d07b07567b@googlegroups.com> |
| In reply to | #73665 |
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 procedures manually now we are planing to build a platform like a web based dash board so that the business owners can monitor their jobs/process load on server, this will help them to enhance their procedures(like modification sp's) in a single short.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web