chaperon v0.1.3 Chaperon.Master View Source
Master process for running load tests. Initiates running a load test and awaits
results from a run. Needs to be started before used.
The Chaperon.Master process is started only once per cluster and registered
globally as Chaperon.Master
.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Chaperon.Master{id: atom, non_worker_nodes: [atom], sessions: %{optional(atom) => Chaperon.Session.t}, tasks: %{optional(atom) => pid}}
Link to this section Functions
Link to this function
run_load_test(lt_mod, options \\ [])
View Source
run_load_test(module, Keywort.t) :: Chaperon.Session.t