Packages
live_load
0.0.1-rc.11
0.1.1
0.1.0
0.0.1-rc.59
0.0.1-rc.58
0.0.1-rc.57
0.0.1-rc.56
0.0.1-rc.55
0.0.1-rc.54
0.0.1-rc.53
0.0.1-rc.52
0.0.1-rc.51
0.0.1-rc.50
0.0.1-rc.49
0.0.1-rc.48
0.0.1-rc.47
0.0.1-rc.46
0.0.1-rc.45
0.0.1-rc.44
0.0.1-rc.43
0.0.1-rc.42
0.0.1-rc.41
0.0.1-rc.40
0.0.1-rc.39
0.0.1-rc.38
0.0.1-rc.37
0.0.1-rc.36
0.0.1-rc.35
0.0.1-rc.34
0.0.1-rc.33
0.0.1-rc.32
0.0.1-rc.31
0.0.1-rc.30
0.0.1-rc.29
0.0.1-rc.28
0.0.1-rc.27
0.0.1-rc.26
0.0.1-rc.25
0.0.1-rc.24
0.0.1-rc.23
0.0.1-rc.22
0.0.1-rc.21
0.0.1-rc.20
0.0.1-rc.19
0.0.1-rc.18
0.0.1-rc.17
0.0.1-rc.16
0.0.1-rc.15
0.0.1-rc.14
0.0.1-rc.13
0.0.1-rc.12
0.0.1-rc.11
0.0.1-rc.10
0.0.1-rc.9
0.0.1-rc.8
0.0.1-rc.7
0.0.1-rc.6
0.0.1-rc.5
0.0.1-rc.4
0.0.1-rc.2
0.0.1-rc.1
0.0.1-rc.0
A load testing framework for simulating real, distributed, live load on your application.
Current section
Files
Jump to
Current section
Files
README.md
# LiveLoad

[](https://opensource.org/licenses/MIT)
[](https://hex.pm/packages/live_load)
<!-- README START -->
<!-- HEX PACKAGE DESCRIPTION START -->
A load testing framework for simulating real, distributed, live load on your application.
## DISCLAIMER:
The LiveLoad repo is currently private as I am building out the functionality and validating that it works as expected.
<!-- HEX PACKAGE DESCRIPTION END -->
If you come across this package and are installing it for some reason - just know that it's not public yet because I haven't actually tested it at all.
There might not even be any code in here yet - I literally just started the project and set up my CI/CD pipelines (it's a default thing I do when I start a project, I'm weird like that).
I will make it public (and update this description to remove this disclaimer) as I build and test it out.
Or - if it doesn't work out, I'll simply delete it.
## Installation
[LiveLoad is available on Hex](https://hex.pm/packages/live_load).
To install, add it to you dependencies in your project's `mix.exs`.
```elixir
def deps do
[
{:live_load, ">= 0.0.1"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/live_load>.
<!-- README END -->