Liking cljdoc? Tell your friends :D

jepsen.checker.clock

Helps analyze clock skew over time.

Helps analyze clock skew over time.
raw docstring

history->datasetsclj

(history->datasets history)

Takes a history, and produces a map of nodes to sequences of [t offset] pairs, representing the changing clock offsets for that node over time.

Takes a history, and produces a map of nodes to sequences of [t offset]
pairs, representing the changing clock offsets for that node over time.
raw docstring

plot!clj

(plot! test history opts)

Plots clock offsets over time. Looks for any op with a :clock-offset field, which contains a (possible incomplete) map of nodes to offsets, in seconds. Plots those offsets over time.

Plots clock offsets over time. Looks for any op with a :clock-offset field,
which contains a (possible incomplete) map of nodes to offsets, in seconds.
Plots those offsets over time.
raw docstring

short-node-namesclj

(short-node-names nodes)

Takes a collection of node names, and maps them to shorter names by removing common trailing strings (e.g. common domains).

Takes a collection of node names, and maps them to shorter names by removing
common trailing strings (e.g. common domains).
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close