Sauce Elixir v0.1.0 Sauce.Metrics View Source
Set of functions for getting performance metrics information.
Link to this section Summary
Link to this section Functions
Link to this function
get(server, job_id) View Source
Gets performance metrics for a given job_id
iex> Sauce.Metrics.get(server_pid, job_id)
Link to this function
get_baseline_history(server, job_id) View Source
Gets baseline history for a given job_id
iex> Sauce.Metrics.get_baseline_history(server_pid, job_id)