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.
CPU usage: is that normal?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 112
- Joined: Sat Apr 19, 2008 10:45 am
CPU usage: is that normal?
You do not have the required permissions to view the files attached to this post.
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: CPU usage: is that normal?
+ 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.
|- 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.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
public static final int PI = 3.1415926535897932384626433832795;
-
- Posts: 112
- Joined: Sat Apr 19, 2008 10:45 am
Re: CPU usage: is that normal?
so could be some other process/program running on the machine?_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.
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: CPU usage: is that normal?
Why you asking us ? We should ask you about it.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
public static final int PI = 3.1415926535897932384626433832795;
-
- Posts: 112
- Joined: Sat Apr 19, 2008 10:45 am
Re: CPU usage: is that normal?
i know. That's a weird problem actually._DS_ wrote:Why you asking us ? We should ask you about it.
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.