Skip to content

stephen-soltesz/murakami-plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published