Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

php files running by themselves


Go to End


965 Views

Avatar
steve_nyhof

Community Member, 224 Posts

5 June 2010 at 12:53am

We are having issues with large amounts of php files running at the same time causing a spike on the system and causing it to kill the server, shutting everyones websites down.

This is what I got from support... Does anyone have any ideas or have run into this before know what I might do to fix this?
There are no email programs running, and I am only hosting SilverStripe CMSs.

"Hello,

I would recommend checking your application logs and the documentation for SilverStripe to see what might be causing your sites to suddenly open up a large number of php files. The fact its opening up so many at one time leads me to think its some kind of automated process that is activating to update information or check something.

You can look through the atop logs located in /var/log/atop with the following command:

sudo atop -r atop_log_file -b time -l 5

for example to see June 1st 3pm:

sudo atop -r /var/log/atop/atop_20100601 -b 15:00 -l 5

You can also run the above atop command without the -b time to start at midnight and scroll through the logs. They show the server at 1 minute intervals. You can find more information on the atop command and how to scroll through the logs here:"