Gurus, Have Sun T2000 with Solaris10 U7 and hundreds of user process. Someone is making queries(about two a second from snooping...)
Globally I am trying to find gethostbyname $ dtrace -n syscall:::gethostbyname'{...@[execname] = count()}' dtrace: invalid probe specifier syscall:::gethostbyna...@[execname] = count()}: probe description syscall:::gethostbyname does not match any probes $ dtrace -n syscall::gethostbyname:entry'{...@[execname] = count()}' dtrace: invalid probe specifier syscall::gethostbyname:ent...@[execname] = count()}: probe description syscall::gethostbyname:entry does not match any probes Thanks, DTrace Newbie -- This message posted from opensolaris.org