hazz Good evening to all,I'd like to knoe if Dtrace in NetBSD works as in FreeBsd or SmartOS cause i got some probs about the TCP and IP stuff ,i got probs also withe the oneliners dtrace by Brendan Gregg
hazz dtrace: invalid probe specifier tcp:::accept-established { @[args[3]->tcps_raddr] = count(); }: probe description tcp:::accept-established does not match any probes
rvp hazz Doesn't look like NetBSD implements a tcp PROVIDER at all (dtrace -l). Feel free to file a PR.