https://github.com/frankfont/rawloadtester
This javascript/PHP application calls the URL you select as many times as you choose and tells you how long it took the server to respond.
https://github.com/frankfont/rawloadtester
javascript php-log qatools statistics
Last synced: 25 days ago
JSON representation
This javascript/PHP application calls the URL you select as many times as you choose and tells you how long it took the server to respond.
- Host: GitHub
- URL: https://github.com/frankfont/rawloadtester
- Owner: frankfont
- License: mit
- Created: 2017-09-14T16:31:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-15T23:58:32.000Z (over 6 years ago)
- Last Synced: 2025-07-03T04:08:35.453Z (11 months ago)
- Topics: javascript, php-log, qatools, statistics
- Language: PHP
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Raw Load Tester
This open source configurable javascript/PHP application calls the URL you select as many times as you choose and tells you how long it took the server to respond. It writes some additional runtime details to the PHP log file so you can optionally do more granular analysis afterwards.
## Usage
Place the contents of this repo to the docroot folder of a PHP enabled webserver such as Apache. You can then open the RawLoadTester.php page in your browser and try it out. The instructions are on the page.
## Metrics
Although the server processes most of the statistics, all URL requests come from the browser. You can run as many browsers and workstations simultaneously as you want.