Mike,

gethostbyname(3NSL) is not a syscall, it's a library function.

Two DNS lookups per second is really nothing.

Phil


Mike Chanslor wrote:
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

_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to