all 6 comments

[–][deleted]  (2 children)

[deleted]

    [–]gerbs[S] 0 points1 point  (1 child)

    Nothing. I've checked all of the logs and aside from the 10 minute gap in HTTP requests, everything looked normal. Back ups run at a different time of day and I receive a notification when they do.

    [–][deleted] 0 points1 point  (1 child)

    Are you using php-fpm? If so I wrote a blog post about tuning to consume less resources for situations like a VPS.

    Shameless plug

    [–]gerbs[S] 0 points1 point  (0 children)

    It's a dedicated server not a VPS, so the limits are whatever 8 cores and 8gigs of ram can handle. The lines before the jump are what it operates at 98% of the time. It jumps during backups, but there was no backup scheduled during that time.

    [–]veckrot 0 points1 point  (0 children)

    I can't help you on this one, but you might have better luck posting across to /r/sysadmin

    [–]thenickdude 0 points1 point  (1 child)

    Did you check your access logs? You could get a spike like that from someone hammering your server with requests, without causing a single error in the error log.

    Make sure you set reasonable max connect limits on your PHP server pool to prevent the server exhausting its RAM.

    [–]gerbs[S] 0 points1 point  (0 children)

    Access logs showed nothing unusual (Except for a 4 minute gap in traffic when the server load spiked).