FUN WITH LINUX

Simple WebApp-Stress-Tool

22 April 2016

I wrote a simple webapp-stress-tool. Simulty is a very simple webapp-stress-tool. It reads random urls from a file and executes multiple get-requests simultaneously to them.

Download:

git clone https://github.com/whotwagner/simulty

Usage:

Create a file with one url per line and start the stresstest with:

./simulty.rb  

Sample-Urlfile:

http://www.somefoobar.com/index.php?fun
https://www.somefoobar.com/user/login.php
http://www.somefoobar.com/whatever/somewhere/over/the/rainbow.php

Tip: This Urlfile could be generated from a logfile.

[ Programming  Network  Web  Ruby  Downloads  Toscom  ]
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 3.0 Unported License.

Copyright 2015-present Hoti