Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 712 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 712 Bytes

murakami-plot

murakami-plot is designed to visualize the output from the M-Lab murakami.

murakami-plot generates three plots by default.

  • 250ms instantaneous rate vs time for the 10 seconds of the test.
  • average rate vs time for 24 hours, to highlight diurnal patterns over time.
  • average rate vs time, for a simple time series.
docker run -d --restart always --name murakami-plot \
    -v $PWD/data:/data -v $PWD/share:/share -p 8000:8000 \
    soltesz/murakami-plot:v0.3 /scatter.py /share/history.csv

To start a modified murakami server.

docker run -d --name murakami -v $PWD/share:/share \
    -v $PWD/data:/data murakami-local /share/run.py