]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lsclocks: new util to interact with system clocks
authorThomas Weißschuh <thomas@t-8ch.de>
Sun, 25 Jun 2023 14:44:10 +0000 (16:44 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Fri, 30 Jun 2023 12:12:48 +0000 (14:12 +0200)
commite9ddea79127ebe697dce7cdbc3f042c216b4449a
tree9d1fc1b2323aa682f7285b1078c9c353ce154780
parentb9abaae31272d984d16a28edb0bcd42e2fd81f5d
lsclocks: new util to interact with system clocks

Usecases:
* Compare current monotonic time to timestamps reported by systemd
* Validate time namespace operations
* Inspect clock resolutions

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
12 files changed:
bash-completion/Makemodule.am
bash-completion/lsclocks [new file with mode: 0644]
configure.ac
meson.build
misc-utils/Makemodule.am
misc-utils/lsclocks.1.adoc [new file with mode: 0644]
misc-utils/lsclocks.c [new file with mode: 0644]
misc-utils/meson.build
tests/commands.sh
tests/expected/misc/lsclocks-basic [new file with mode: 0644]
tests/expected/misc/lsclocks-time [new file with mode: 0644]
tests/ts/misc/lsclocks [new file with mode: 0755]