https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207022
--- Comment #12 from Fabiano Sidler <[email protected]> --- Dtraced again, with: dtrace -x ustackframes=100 -n 'profile-99 /uid == 1042/ { @[stack()] = count(); } tick-600s { exit(0); }' There are no other processes running with uid 1042. There aren't that many HTTP requests anymore, it's 00:13 AM local time. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
