We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dtrace -qn 'erlang<RCS_PID_HERE>:::user_trace* /arg2 == 703/ {printf("pid %s: mod %s op %s: user %s bucket/file %s\n", copyinstr(arg0), copyinstr(arg6), copyinstr(arg7), copyinstr(arg8), copyinstr(arg9));}'
dtrace -qn 'erlang<RCS_PID_HERE>:::user_trace* /arg2 == 705/ {printf("pid %s: %s:%s\n", copyinstr(arg0), copyinstr(arg6), copyinstr(arg7));}'