Questions tagged [process]

An instance of a running computer program.

761 questions
-2
votes
1 answer

How can I close httpd open conncetion?

I have a lot of open connection of httpd and ram usage, how can i solve this?
ali
  • 13
  • 1
-2
votes
3 answers

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…
maihabunash
  • 443
  • 1
  • 11
  • 25
-2
votes
1 answer

How can I trace a process to a file on a windows 7 32 bit laptop?

I have a process running in my process list. I would like to know which file is responsible for running the process. How can I trace it to a file?
abhi
  • 163
  • 4
-2
votes
1 answer

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

I have a situation in which I need to monitor processes starting. I have found lots of ways to see what processes are running at any given moment (e.g. by polling), but sometimes processes start and end between polling intervals. I need to know…
Moschops
  • 101
-2
votes
1 answer

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 …
-2
votes
2 answers

Ignoring fork-bomb in Ubuntu

I got an homework assignment to write a program that checks how many process a user can create (working in Ubuntu). I wrote the code which seems fine in theory. The problem is that when I run it, the system closes it and doesn't allow it to run…
Danny
  • 1
  • 1
-3
votes
2 answers

unknown/deleted process running under apache

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 15407 0.0 0.0 4020 708 pts/3 S+ 11:02 0:00 grep atd apache 16506 0.0 0.0 5328 2808 ? S …
Farhan
  • 4,269
  • 11
  • 49
  • 80
-3
votes
1 answer

Why does the httpd process consume so much memory?

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…
realcoder
  • 1
  • 1
-3
votes
1 answer

How can I know which are my rights

On a fedora server, I have access to the cli. On that server I have a webapp which generates some pdf files using a php library through some ajax request. The problem is that one of the apache instances is blocked on 99%. I've tried with kill…
dole doug
  • 275
  • 1
  • 5
  • 11
-4
votes
1 answer

Oracle too much processes

My oracle server has a huge queue and slowly executes user requests. I have increased ram and cpu but still same problem. I dont know anything to oracle, can you please give me commands to check if my server is configured properly to accept…
MeMow
  • 292
  • 1
  • 7
-5
votes
1 answer

how do I kill these from ssh?

root 813251 813235 0 Feb02 ? 00:00:00 /bin/sh -c /usr/bin/test -x /usr/local/cpanel/scripts/update_db_cache && /usr/local/cpanel/scripts/update_db_cache root 813265 813251 0 Feb02 ? 00:00:00…
Nikki Wilson
  • 101
  • 1
  • 7
1 2 3
50
51