Page 1 of 1
CPU usage: is that normal?
Posted: Mon Nov 08, 2010 10:00 am
by davide874
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision
Number:
L2JDP Revision
Number:
Hi everyone.
I attached here my debug file from telnet. the server experience lag when 170+ players are online.
Server is EQ10 from hetzner, so this lag is not normal.
Can anyone tell me what's wrong here? Thanks a lot.
Re: CPU usage: is that normal?
Posted: Mon Nov 08, 2010 10:23 am
by _DS_
+ Effects:
|- ActiveThreads: 0
+ General:
|- ActiveThreads: 0
+ AI:
|- ActiveThreads: 0
+ Packets:
|- ActiveThreads: 0
+ I/O Packets:
|- ActiveThreads: 0
+ General Tasks:
|- ActiveThreads: 0
GS is not consuming cpu at all. Check other system components or choose other time for dump.
Re: CPU usage: is that normal?
Posted: Mon Nov 08, 2010 10:26 am
by davide874
_DS_ wrote:+ Effects:
|- ActiveThreads: 0
+ General:
|- ActiveThreads: 0
+ AI:
|- ActiveThreads: 0
+ Packets:
|- ActiveThreads: 0
+ I/O Packets:
|- ActiveThreads: 0
+ General Tasks:
|- ActiveThreads: 0
GS is not consuming cpu at all. Check other system components or choose other time for dump.
so could be some other process/program running on the machine?
Re: CPU usage: is that normal?
Posted: Mon Nov 08, 2010 10:27 am
by _DS_
Why you asking us ? We should ask you about it.
Re: CPU usage: is that normal?
Posted: Mon Nov 08, 2010 10:35 am
by davide874
_DS_ wrote:Why you asking us ? We should ask you about it.
i know. That's a weird problem actually.
I run a custom engine on the server wich HEAVLY load the memory usage.
Plus i have a lot of timers due to some custom scripts i added.
All the consequences of my mods should be inside the debug i posted right?
Now, if the debug is ok, what is causing the lag? I checked the processes running on the machine. No extra processes using CPU/RAM ecept mysql (1% of the CPU when needed)
The only option is the connection...but...i doubt it. I'll investigate anyway.
If you know any other parameter that may cause that lag, tell me
PS: thanks for your answers.