![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Eleminating output to console | pflink | UNIX for Dummies Questions & Answers | 3 | 02-27-2007 02:37 AM |
| When kill doesnt work, how to kill a process ? | VijayHegde | UNIX for Advanced & Expert Users | 3 | 05-12-2006 04:24 PM |
| Reading console output | Blaster999 | High Level Programming | 1 | 06-06-2004 09:48 AM |
| Can I avoid the standard output from kill command | pguinal | Shell Programming and Scripting | 1 | 03-07-2002 10:21 AM |
| console output messages | boristhespider | UNIX for Dummies Questions & Answers | 2 | 08-28-2001 06:32 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
routing kill output from console to file
Hi ,
I am using the following command kill -3 pid ----which will return the thread dump. I want redirect this to file. I tried like the following two ways. kill -3 9843 >> srini.log kill -3 9852 >> srini 2>&1 But those two cases are failed pls let me knwo is there any other way that i can do that... Thanks in Advance, srini. |
|
||||
|
Hi Perderabo,
I too have the same problem as srinivsa has. Isn't there any way to redirect the output of thread dump to some file rather than stdout. Actually i have a script where according to some conditions some pid's are generated and then i have to take thread dump in some file which will be used by other program for further analysis,and all this is done inside a for loop.So i want the thread dump to be placed in some output file under /tmp or something. Could you please help. Thanks |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|