Anyone got a idea how to install the trace command on RHEL5 to monitor variable access? I already googled it and search via yum but nothing seems to work.
You may be getting your UNIXes mixed up ... on Linux the command strace performs a system trace - that may be what you're looking for. Try a yum install strace
Alternatively you may be looking for traceroute to perform a network trace. Install that with a yum install traceroute
You may be getting your UNIXes mixed up ... on Linux the command
strace
performs a system trace - that may be what you're looking for. Try ayum install strace
Alternatively you may be looking for
traceroute
to perform a network trace. Install that with ayum install traceroute
The command you link to is a built in TCL command. Do you have TCL installed?
Edit: Try the following program:
(From http://wiki.tcl.tk/1505 )