![]() |
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 |
| how do I view a jpeg? | dsstamps | UNIX for Dummies Questions & Answers | 0 | 05-14-2008 02:25 PM |
| How to view my IP | blowFish@ubuntu | UNIX for Dummies Questions & Answers | 14 | 05-09-2008 10:35 AM |
| how to view my own process in a multiuser envrionment | vishsid3 | UNIX for Dummies Questions & Answers | 4 | 11-15-2006 12:11 PM |
| view log files | sak900354 | UNIX for Dummies Questions & Answers | 5 | 06-15-2006 08:26 AM |
| DBM View | schafferm | UNIX for Dummies Questions & Answers | 1 | 08-06-2002 05:18 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
view others process
Hello,
I hope this is an easy question. I have a few users who login through SSH and some times their bash session is using 100% cpu even though its been "idle" according to who for several days. I would like to know what command the user ran in their bash session to peg the cpu out but am unsure how to do that. Any assistance would be appreciated. |
|
||||
|
Hi,
Thank you both for your replies. I did do a Code:
ps auxf | cat I then took that user and ran an lsof but I didnt see any scripts running. Our cpu monitoring didnt start alerting until today, when the session was idle (according to w command) for 10 days |
|
||||
|
Thanks everyone for your ideas and advice, it is appreciated.
Im not terribly familiar with strace, I do see that I can do Code:
strace -p <pid> The only thing I see regarding a file at all is Code:
strace -o <file> |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|