On Fri, 15 Nov 2002, Eddie Chen wrote: > Does anyone know any X-window tools that does Network and System > Trace... Other then tcpdump.
tcpdump is not X-window software. Neither is dnsiff, but it does network trace. strace traces system calls of a program that runs under its direct control and the programs's childrent. I never heard of this one before that I recall, but it's on my computer: Ltrace is a debugging program that runs a specified command until the command exits. While the command is executing, ltrace intercepts and records both the dynamic library calls called by the executed process and the signals received by the executed process. Ltrace can also intercept and print system calls executed by the process. -- Cheers John. Join the "Linux Support by Small Businesses" list at http://mail.computerdatasafe.com.au/mailman/listinfo/lssb
