I found many topics about the stress testing web application.
My goals are different, it is only checking the database (sybase sql anywhere 9).
What I need:
- Some tool to give a diagnosis of all sqls and find a bottleneck. I wish I could easily view the entire system.
- Recommendations for developing / building good SQL queries.
System problems:
- The database size is 20 GB.
- 2-5 queries per second
- Thysands sql is distributed in code (this mess can only be resolved to rewrite the system).
source share