Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkjm/oraload
a super simple load testing tool for Oracle Database written in python.
https://github.com/nkjm/oraload
Last synced: 4 months ago
JSON representation
a super simple load testing tool for Oracle Database written in python.
- Host: GitHub
- URL: https://github.com/nkjm/oraload
- Owner: nkjm
- Created: 2011-05-31T02:10:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-31T02:13:15.000Z (over 13 years ago)
- Last Synced: 2024-04-18T06:01:26.007Z (10 months ago)
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-oracledb - oraload - This is a super simple load testing tool for Oracle Database (Testing / Zabbix)
README
SOFTWARE:
oraload.pyOVERVIEW:
This is a super simple load testing tool for Oracle Database written in python.
User can initiate pre-fixed INSERT/SELECT workload to the Oracle Database with arbitrary number of threads.
Although setup of this tool is quite easy cause all you have to do is just run it like './oraload.py', I recommend you set 'sys_user' and 'sys_password' which you can see at the top section of the script file. By setting these parameters, oraload can create the required user and table for you.USAGE:
Refer to ./oraload.py --help