levelsranks / levels-ranks-core

Statistics plugin for servers on the Source Engine
GNU General Public License v3.0
73 stars 39 forks source link

High SV and FPS drop #6

Closed isakjensen closed 3 years ago

isakjensen commented 4 years ago

I typed this on the official thread on the forum, but I've been told that it's better to post it here. So here's my problem and conclusion/testing:

I've been testing for hours and hours. Here is my conclusion and when it appears:

Fixing this would be really awesome, I hope i helped with my testing and explanation. Hope you fix it, ask me if you have any questions, I can test on my servers!

isakjensen commented 4 years ago

Are you gonna fix this or what?

Wend4r commented 4 years ago

how does it relate to the [Levels Ranks] Core? Perhaps you have a weak database.

CrazyHackGUT commented 4 years ago

Can you run profiler? Profiler can help detect problem plugin.

isakjensen commented 4 years ago

Can you run profiler? Profiler can help detect problem plugin.

What is profiler?

CrazyHackGUT commented 4 years ago

sm prof After start, Source Engine and SourceMod will collect statistics for executing any functions with time for executing.

isakjensen commented 4 years ago

So I run

sm_rcon sm prof

In the console?

CrazyHackGUT commented 4 years ago

No. sm_rcon sm prof start https://forums.alliedmods.net/showthread.php?t=248581

isakjensen commented 4 years ago

So I run that, where is the result. Does it come in a file?

Or where can I see what the collected statistics is?

CrazyHackGUT commented 4 years ago

All information is described on link.

isakjensen commented 4 years ago

Okay, ty. Will try when I’m home

ItsCEED commented 4 years ago

I can confirm that you have WEAK database, or LOW power servers.

I had the exact same issue, and i move to VPS just for the database.

CrazyHackGUT commented 4 years ago

SQLite or MySQL?

On MySQL, this not should happen. All queries executed in separated thread, called as SM SQL worker.

Nerus87 commented 4 years ago

I had a problem with locking DB by this plugin (transaction), the database was locked and the plugin tries to execute transaction couple times but always fail, all other plugins were frozen, I guess with Sourcemod too. This problem affects stops both servers CSS and CSGO (both have different tables but same schema). Locking DB was from CSS server.

L 03/20/2020 - 18:53:09: [levelsranks.smx] Reconnect to the Database! L 03/20/2020 - 18:53:13: [levelsranks.smx] Successfully! Attempt #0. L 03/20/2020 - 18:54:19: [levelsranks.smx] Reconnect to the Database! L 03/20/2020 - 18:54:20: [levelsranks.smx] Successfully! Attempt #0. L 03/20/2020 - 18:55:20: [levelsranks.smx] Reconnect to the Database! L 03/20/2020 - 18:55:20: [levelsranks.smx] Successfully! Attempt #0. L 03/20/2020 - 18:56:22: [levelsranks.smx] Reconnect to the Database! L 03/20/2020 - 18:56:22: [levelsranks.smx] Successfully! Attempt #0. L 03/20/2020 - 18:57:23: [levelsranks.smx] Reconnect to the Database! L 03/20/2020 - 18:57:24: [levelsranks.smx] Successfully! Attempt #0. L 03/20/2020 - 18:58:25: [levelsranks.smx] Reconnect to the Database! L 03/20/2020 - 18:58:25: [levelsranks.smx] Successfully! Attempt #0. L 03/20/2020 - 18:59:26: [levelsranks.smx] Reconnect to the Database! L 03/20/2020 - 18:59:26: [levelsranks.smx] Successfully! Attempt #0. L 03/20/2020 - 19:00:27: [levelsranks.smx] Reconnect to the Database! L 03/20/2020 - 19:00:28: [levelsranks.smx] Successfully! Attempt #0. L 03/20/2020 - 19:01:29: [levelsranks.smx] Reconnect to the Database! L 03/20/2020 - 19:01:29: [levelsranks.smx] Successfully! Attempt #0. L 03/20/2020 - 19:02:30: [levelsranks.smx] Reconnect to the Database! L 03/20/2020 - 19:02:31: [levelsranks.smx] Successfully! Attempt #0. L 03/20/2020 - 19:03:34: SourceMod error session started L 03/20/2020 - 19:03:34: [CRASH] Accelerator uploaded crash dump: Crash ID: CJQY-ZJUA-QIQ5 L 03/20/2020 - 19:05:45: [levelsranks.smx] Reconnect to the Database! L 03/20/2020 - 19:05:45: [levelsranks.smx] Successfully! Attempt #0. L 03/20/2020 - 19:06:46: [levelsranks.smx] Reconnect to the Database! L 03/20/2020 - 19:06:47: [levelsranks.smx] Successfully! Attempt #0. L 03/20/2020 - 19:07:20: [levelsranks.smx] SQL_Callback Error (338): Duplicate entry 'STEAM_0:0:XXXXXXXXX' for key 'PRIMARY' L 03/20/2020 - 19:07:20: [levelsranks.smx] SQL_Callback Error (338): Duplicate entry 'STEAM_0:0:XXXXXXXXX' for key 'PRIMARY'

Nerus87 commented 3 years ago

This can be closed, I don't have any other problem with DB and FPS drops on servers CSGO and CSS.