-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a sortable output mode #2
Comments
Reopen this, since it still needs work. |
Eh, it's close enough. The exit line could do with a line duration, but that's both awkward with the current implementation and has indeterminate semantics since stdout and stderr have separate timers and exit's not really tied to either. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be possible to filter output through
sort
and get reasonable results, in order to find the lines that took longest to appear. Ideally this mode will be selected automatically if stdout/stderr isn't a tty.tcpdump -ttt
probably has the right idea:hh:mm:ss.μsμsμs
.A more general approach to formatting would be nice, but beyond the specific scope of this issue.
The text was updated successfully, but these errors were encountered: