More precise timestamps for DTrace
Sometimes the timestamps delivered by %Y are not precise enough for debugging purposes. ``` # dtrace \ -n 'syscall::read:entry {printf("%Y", walltimestamp);}'...
One of the many enhancements to well-known tools like truss was the introduction of the option -G to said command. When you truss a command with -E it shows...
Most of the time when trussing a process you are not interested in all the system calls that are working perfectly and which are scrolling by at high speed....