From 92130434af5571ef0928054d1a0092974c142fc2 Mon Sep 17 00:00:00 2001 From: RadialApps Date: Tue, 7 Nov 2017 14:14:02 +0530 Subject: [PATCH] Fixed markdown in README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5fe1140..55bd311 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,39 @@ -#LoadGen : A LightWeight HTTP Load Generator +# LoadGen : A LightWeight HTTP Load Generator LoadGen is an HTTP load generator built based on user level threads. It can generate high load and consumes fewer resources compared to many existing testing tools. -##Overview +## Overview LoadGen is a load testing tool, developed as a web application. It uses Java fibers, a user-level thread implementation in Java. It supports basic HTTP testing, database testing and web service testing. The tool is useful in scenarios where the requests have high response times. Many existing tools are developed for scenarios with high request rate and quick response times, and fail to keep up with load generation when server response times are high, as the number of outstanding requests becomes very large. Our tool also has advanced features like regular expression extractor and delay timer to create complex test scenarios. -##Required software packages/tools +## Required software packages/tools - Apache Tomcat 8.0.23 - Apache Maven - Java jdk 1.8 or above -##Directory structure +## Directory structure - src: Contains source code files - docs: Contains documents related to LoadGen - pom.xml: File to install the dependencies for different libraries -######User Manual +###### User Manual Please find the document User_Manual.pdf under the docs folder. It contains detailed instructions for downloading, installing and running the LoadGen and use it to run various tests. -######Developer Manual +###### Developer Manual Please find the document Developer_Manual.pdf under the docs folder. It contains detailed instructions for understanding the codebase. -######Authors +###### Authors - Stanly Thomas, Master's student (2014-2016), Dept. of Computer Science and Engineering, IIT Bombay. - Prof. Mythili Vutukuru, Dept. of Computer Science and Engineering, IIT Bombay. -######Contact +###### Contact - Stanly Thomas, stanlyjohn2@gmail.com - Prof. Mythili Vutukuru, mythili@cse.iitb.ac.in