Logview 0.12
This version adds two groups of commands to work with entry timestamps.
-
Replace timestamps with their difference in seconds to a “base” entry (
z a
and a few related commands). Can be useful when investigating logs for performance problems. -
Jump forward/backward to large gaps in timestamps (
z n
andz p
). By default “large” is 60 seconds, but you can customize it or change on per-buffer basis withz g
.