Large Big Green Egg, Weber Performer Deluxe, Weber Smokey Joe Silver, Fireboard Drive, 3 DigiQs, lots of Thermapens, and too much other stuff to mention.
Retired, living in Western Mass. Enjoy music, cooking and my family.
Current cookers Weber Spirit 3 burner with a full insert griddle added. A 22" Kettle with vortex, SnS and a Smokey Joe. The most recent addition is a Pit Barrel Jr with bird hanger, 4 hooks and cover. ThermoWorks Smoke 2 probe, DOT, 2 ThermoPops and a Thermapen MK4. A Thermoworks RFX Gateway 2 probe meat thermometer.
Hmmm... so the same loading issue as before, but I cannot blame the cache table or the backup this time as the loading is happening now and the backup will not start until about 4a (central time).
I did find 16 IPs hammering the server (all hidden by cloudflare), but after blocking them, nothing changed. So not the bots hitting the server.
I will be tweaking some configuration settings (in an hour or so, after pacific time goes past midnight). I will also do a server reboot.
I went ahead and did a reboot (a minute ago). I wanted to see if that fixed the issue. Which would indicate some process or system getting stuck or corrupted. But the reboot changed nothing. The mystery continues.
Cookers:
Oklahoma Joe Offset (older thick steel version!)
Camp Chef Woodwind
OK Joe Bronco
Weber Genesis
Ooni Karu
Weber Kettle
My goal is to eventually have at least one of every style of cooker….. I have work to do. Lol!
Thermometers:
ThermoWorks Thermapen MK4
ThermoWorks Thermapen ONE
ThermoWorks Thermopop
ThermoWorks RFX
ThermoWorks IRK-2 Infrared
Maverick XR-50
TempSpike Plus
Other Gear:
Megaforce 3000 Meat Grinder
Weston 7-pound sausage stuffer
Jerky Gun for making poppers. (Game changer!)
Amaz-N-Tube
Original SnS with drip n griddle
Weber Chimney
Fuels Used:
Splits/Chunks, whatever I can get. Usually B&B competition. Favorites are Cherry, Apple, Post Oak, and Hickory.
Pellets, Lumberjack.
Charcoal, whatever is on sale. Currently have a bunch of KBB. Will eventually try B&B. Use whatever lump is on sale in my Ooni.
Propane, Blue Rhino.
Rubs:
Usually make my own riff’s on Memphis Dust and BBBR. Also use Meathead’s commercial rubs and occasionally try something new. I like a couple from Tuffy Stone and Kinder’s. After several surgeries, I’m very sensitive to “spicy” stuff, so I need to be careful about heat levels.
Still working on it. It is a DOS/DDOS attack. CloudFlare is supposed to protect against that, but is actually preventing the real IPs from being logged. I just discovered this issue and I will have to work on the Apache configuration to get and log real IP addresses. This is a real head scratcher. I cannot find any issues with the server or services.
Even though the CPU keeps spiking, as high as 300%, that should not be a problem. There are 6 CPUs so you have to divide by that. If the server was at 600% CPU (or 6 CPUs at 100% each), the server would still be fine.
Checked Apache (web service) Configuration. Updated some options. All good.
Checked PHP-FPM (script service) Configuration. Updated some options. All good.
Checked MariaDB (database service) Configuration. Updated some options. All good.
Checked Performance data on MariaDB, no issues.
Checked all tables on MariaDB, no issues.
There were 3 tables that were still the old/obsolete format (MyISAM), converted to InnoDB, no issues.
Checked for database tables without indexes. None found. Non-indexed tables are slow as MariaDB then has to generate the index on the fly for every query on the table.
I activated the Slow Query Log for queries that take longer than 1 second. One logged in 2 hours. So not the problem.
However, when I activated the "log_queries_not_using_indexes" option, many queries logged. I cannot fix vBulletins poorly implemented queries.
So far, nothing has fixed the issue. And there is no indication of any problem with the server, services, or settings.
There is the one issue: 56 IPs, that have hit the server 10,000 times or more, in today's access log. For a total of: 703,046 hits. That is about 10 hits per second.
All are CloudFlare IPs, all have the same (fake) User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36
And these IP cannot be blocked as doing so will block everyone. As I mention, I just discovered this and will work on a fix. Been a long day...
Comment