[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Memory is being heavily used - Raq4
- Subject: RE: [cobalt-users] Memory is being heavily used - Raq4
- From: "Liam Delahunty" <lists@xxxxxxxxxxxxxxxxx>
- Date: Mon Sep 15 05:21:03 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Achieve IT Sent: 15 September 2003 09:53
>Over the past week or so I have been receiving messages from my server
>stating that "The memory is being heavily used."
I'd suspect a rouge script, possibly doing something slightly stupid with
MySQL in a loop.
As such you could look through the daily httpd logs for what was being
executed prior to the warning. If that's not possible, then try finding
scripts that have been updated in the web paths in the last week.
find -ipath '*web*' -iname *php -mtime -7 \! -type d -exec ls -l {} \;
Good luck.
Kind regards, Liam Delahunty, Mega Products Limited