pumba icon indicating copy to clipboard operation
pumba copied to clipboard

[Question] Emulate unsynchronized clocks

Open ghost opened this issue 6 years ago • 3 comments
trafficstars

Hi @alexei-led,

This is a rather question or may be a feature request, since I cannot see unsynchronized clocks emulation in documentation, so, my question is that is there a way to emulate clock skew for selective or a subset of containers, similar to other commands like delay, pause and so on, or could it be added?

TIA

ghost avatar Apr 10 '19 06:04 ghost

@lazerion any idea how to implement this?

alexei-led avatar Apr 12 '19 14:04 alexei-led

@alexei-led currently, none, but I will research, and share my findings. I hope it was not a rhetorical question :)

ghost avatar Apr 23 '19 15:04 ghost

Jepsen does it by running a small c program - https://github.com/jepsen-io/jepsen/blob/master/jepsen/resources/bump-time.c

Entea avatar Dec 30 '19 10:12 Entea