Forum Moderators: bakedjake
so say the process httpd has been running for 200 minutes and is using 70% cpu all i can see is something like this:
daemon 64343 0.2 1.5 90632 15952 ? S 10:24AM 0:02.51 /usr/local/apache/bin/httpd -k start
I need a way to take pid 64343 and get information on what files its running or working with so that I can track down the problem.
Currently the only thing I know to do would be to cross ref my httpd access logs with the timestamp of the start date and time of the process but my logs are purged every four hours by the statistics engine so unless i catch the process within the four hour window i have there is no log to reference. :(