tarantool / tt

Command-line utility to manage Tarantool applications
Other
101 stars 12 forks source link

play: add timestamp flag to filter file content #1026

Closed patapenka-alexey closed 4 days ago

patapenka-alexey commented 6 days ago

@TarantoolBot document Title: --timestamp flag for tt cat and tt play commands.

This patch introduces new flag to specify operations ending with the given timestamp. It is possible to provide timestamp as number or using RFC3339/RFC3339Nano format.

$ tt cat /path/to/xlog --timestamp 2024-11-13T14:02:36.818700000+00:00\n
$ tt cat /path/to/snap --timestamp=1731592956.818"

Closes #227 Closes #1017

oleg-jukovec commented 6 days ago

Closes #227

Please, fix the link in commit messages. At now it leads to https://github.com/tarantool/tt/issues/227

oleg-jukovec commented 6 days ago

It looks like you also do the issue: https://github.com/tarantool/tt/issues/1017