how do I kill these from ssh? [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. root 813251 813235 0 Feb02 ? 00:00:00 /bin/sh … Read more

How can I know which are my rights [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 10 years ago. Improve this question On a fedora server, I have access to the cli. On that server I have a webapp which generates some pdf files using … Read more

Why does the httpd process consume so much memory? [duplicate]

This question already has an answer here: Closed 9 years ago. Possible Duplicate: Server refuses to use swap partition I am using Linux with Koloxo panel for site management. My database server went down, and I think it happened because of a lack of memory. This is even though the machine has 8GB memory and … Read more

unknown/deleted process running under apache [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 7 years ago. Improve this question Here is out of ps aux| grep atd on my server. apache 1299 0.0 0.0 5328 2768 ? S 08:21 0:00 /usr/sbin/atd root … Read more

Java process stay in running state and consume CPU

I have a jar running in background on a Ubuntu server. In a certain moment, the application start consumming too much CPU (400%) and 4 child process stay in R state: N.B: the problem is generating NOT because of an amount of using, it is caused just after a certain time (3-4 days). We have … Read more

starting a process unix

When issuing the following command: ps -ef | grep queue I get a list of 5 processes running. root 10001 1 0 2012 pts/5 02:22:04 /usr/local/perl/bin/perl /usr/local/cpi/sss/enroll_req – L root 10003 1 0 2012 pts/5 00:12:44 /usr/local/perl/bin/perl /usr/local/cpi/sss/job_req -L My question is this. If I issue a kill 10001 How would I restart the enroll_req … Read more

how to check how much memory take process

As all know in Linux machines we have RAM memory and swap memory. My first question is: What the reason that the swap memory is increasing – because high level of RAM usage or something else? Second – is it possible to verify how much memory a process holds? Example from top command: Is it … Read more

How do I see all processes start (both linux AND win)? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 8 years ago. Improve this question I have a situation in which I need to monitor processes starting. I have found … Read more

Moving Processes to and from Swap [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 2 years ago. Improve this question Referring to Moving a process to and from swap and other answers which talk about moving … Read more