Skip to content

A web front-end for load testing. Perfect for running on Elastic Beanstalk.

License

Notifications You must be signed in to change notification settings

alexsaves/loadtest-webui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loadtest-webui

A web front-end for load testing. Perfect for running on Elastic Beanstalk.

###Features This is a web front end on top of Alex Fernandez's loadtest module. It's fairly basic, but can be easily deployed to AWS Elastic Beanstalk for cheap ad-hoc testing.

Current, features supported:

  • GET
  • Requests per second
  • Test duration
  • Password protected interface

###Installation Pull the repository down, and start by running npm install (you may need sudo). Then, to start the server, run:

npm start

The server will start on port 3000 unless the PORT environment property is set (which it is on Elastic Beanstalk). Access the server from your browser via http://localhost:3000.

To build the client code (JS / CSS), first install the dev dependencies by running npm install --dev. Then, build by calling gulp's default task:

gulp

You can start a watcher with gulp watch.

###Password Protection Since this is a web front-end and you may want to protect your test hardware, specify a password in the package.json file under setts.pw.

###Packaging for AWS Elastic Beanstalk Perform the dev installation as described above (npm install --dev), then run gulp zip. This will put a zip package inside the out/ folder.

###Screenshots Test console: Control UI

Progress: Progress

Results: Results

About

A web front-end for load testing. Perfect for running on Elastic Beanstalk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages