ProjetoDSL / LoadSun

LoadSun - Proposal of a Tool to Generate Workloads on Web Applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LoadSun

LoadSun - A Tool to Generate Workloads on Web Applications.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them.

  • Go - The programming language
Golang is an open source programming language thats available to Linux, macOS, and Windows.

Running the load generator

A step by step series of examples that tell you how to get a development env running

First Download Go from their website and install it on your machine, you can follow the instructions from their website if you're having difficulties.

Clone this repository to your desired location:

> git clone https://github.com/ProjetoDSL/LoadSun.git

go into the projects root folder and build it with the go tool:

> go build

The command above will build an executable named LoadSun.exe in the directory alongside the source code. Execute it to see the load generator running.

Configuring the workload

Explanation on how to set up the workload as you want.

Break down of the .json file

#TODO Explain what these things mean and why

#TODO Give an example

Built With

  • Go - The programming language

That's it.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used

About

LoadSun - Proposal of a Tool to Generate Workloads on Web Applications


Languages

Language:Go 100.0%