jepsen
jepsen copied to clipboard
Clock skew strobe operations should use :start and :stop operations
Right now we run the strobe binary synchronously, which a.) messes up graphs where we'd like to see the duration the strobe was active, and b.) prevents us from going on to do other things during the strobe. We should fire off some sort of daemon (using stop-start-daemon?) and kill it later.