Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

daemon user

Status
Not open for further replies.

MoreFeo

Technical User
Nov 29, 2002
547
ES
Hi, we had some problem with a server starting paging a lot (almost 100% of 14GB paging space) and we've seen that the problem was a process run by user daemon, 'ps aux' showed it was taking 85% of mem. This process PPID was 1.
How can we see where and how this process started, and why it's run by user daemon?

Thanks.
 
How about the output of this command?

Displaying the top 10 memory-consuming processes
=================================================
# ps aux | head -1; ps aux | sort -rn +2 | head -10

Regards,

-Sam
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top