Jump to content
  • 0

About performances


alpha_one_x86

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  05/07/12
  • Last Seen:  

Hello, I wish know what is the performance of this server.

Memory/cpu usage without player connected and with ~100players.

What is the limit before slow down (lag)? What is the max visible players at same time before start to slow down.

It have thread to isolate the slow code (square complexity, file/db access, ...)? The bandwidth inter-thread is big or slow?

And that's on whitch hardware.

Thanks to help me.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi alpha_one_x86,

Here are some benchmark tests that I usually run to test the performance of a server...

General Benchmark (CPU, RAM, Network Speed, Disk Speed)

wget freevps.us/downloads/bench.sh -O - -o /dev/null|bash

Disk Speed Detailed Benchmark (/dev/sda may differ from the way your partitions are set)

hdparm -tT /dev/sda

CPU Detailed Information

cat /proc/cpuinfo

Network Port Detailed Information (mii-tool might not work for some, and eth0 may differ depending on which interface you are truly using)

mii-tool
ethtool eth0

Current RAM Usage

free -m

Current Processes with CPU/RAM/Disk Load

top

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  05/07/12
  • Last Seen:  

I speek about the ragnarok online server. I know how do the OS/hardware benchmark. I search about the ragnarok online server software.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  268
  • Reputation:   27
  • Joined:  12/06/11
  • Last Seen:  

No one can actually determine precisely on how much hardware resources would be consumed especially if you are just subscribing on a VPS. :(

You may want to read the system requirements for rAthena though since not all server emulators have the same requirements just like on your given link: HERE

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  05/07/12
  • Last Seen:  

I can give you the command to check it if you need.

Mainly:

ps aux

with "top" command your can check the cpu usage (wa, sys, user is usefull for me).

I have do that's with lot of mmorpg server:

http://pokecraft.first-world.info/wiki/Pokecraft_vs_other

I have downloaded you server, I will try compil it to check the usage at idle.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...