Sauce Elixir v0.1.0 Sauce.Metrics View Source

Set of functions for getting performance metrics information.

Link to this section Summary

Functions

Gets performance metrics for a given job_id

Gets baseline history for a given job_id

Link to this section Functions

Link to this function

get(server, job_id) View Source
get(pid(), charlist()) :: map()

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
get_baseline_history(pid(), charlist()) :: map()

Gets baseline history for a given job_id

  iex> Sauce.Metrics.get_baseline_history(server_pid, job_id)