You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
It should be possible to filter output through
sortand 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 -tttprobably 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.