vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| ravi wrote: > Hi all, I am new to solaris and I would like to know how to use truss > command to analyze or debug processes. Please help me from where I can > get detailed information regarding TRUSS cmd usage. > There isn't a TRUSS command, but truss is well documented by its man page. -- Ian Collins. |
| |||
| On Sat, 10 May 2008 20:03:55 +1200, Ian Collins <ian-news@hotmail.com> wrote: > ravi wrote: >> Hi all, I am new to solaris and I would like to know how to use truss >> command to analyze or debug processes. Please help me from where I can >> get detailed information regarding TRUSS cmd usage. >> > There isn't a TRUSS command, but truss is well documented by its man page. I'd also recommend looking at apptrace and dtrace. If you don't want to get into all of dtrace's gory details, there are a good number of useful canned scripts in the dtrace toolkit. A bientot Paul -- Paul Floyd http://paulf.free.fr |
| |||
| ravi wrote: > Hi all, I am new to solaris and I would like to know how to use truss > command to analyze or debug processes. Please help me from where I can > get detailed information regarding TRUSS cmd usage. > > Thanks in advance. man truss You might also look at docs.sun.com All of the Solaris documentation is there. You can download the .pdf files or order hardcopy. In Solaris 10, you have "dtrace" which seems to have been received with great enthusiasm by those who develop software for Solaris. |
| |||
| On Fri, 9 May 2008, ravi wrote: > Hi all, I am new to solaris and I would like to know how to use truss > command to analyze or debug processes. Please help me from where I can > get detailed information regarding TRUSS cmd usage. The same place as any other command: its man page. -- Rich Teer, SCSA, SCNA, SCSECA CEO, My Online Home Inventory URLs: http://www.rite-group.com/rich http://www.linkedin.com/in/richteer http://www.myonlinehomeinventory.com |
| |||
| On Sat, 10 May 2008 10:11:07 -0400, Richard B. Gilbert <rgilbert88@comcast.net> wrote: > > In Solaris 10, you have "dtrace" which seems to have been received with > great enthusiasm by those who develop software for Solaris. And also no doubt by other OSes whose developers have been farsighted enough to see and embrace a good idea when they see it. Specifically, FreeBSD and Mac OS X. A bientot Paul -- Paul Floyd http://paulf.free.fr |
| ||||
| On 10 mai, 07:57, ravi <2ra...@gmail.com> wrote: > Hi all, I am new to solaris and I would like to know how to use truss > command to analyze or debug processes. Please help me from where I can > get detailed information regarding TRUSS cmd usage. > > Thanks in advance. try truss -far -tall -vall Process it will display most of the usefull information |