Post your hubstats

Discussion and questions about hub software
Toast

Post your hubstats

Post by Toast » 08 Apr 2008, 19:24

Pretty useless thread but it could be fun to see :D

Code: Select all

[21:48:11] <-Future-> Death Squad Hub. Version DSHub Theta.
  Running on Windows XP Version 5.1 on Architecture x86
  Java Runtime Environment 1.6.0_05 from Sun Microsystems Inc.
  Java Virtual Machine 1.0
  Available CPU's to JVM 2
  Available Memory to JVM: 66650112 Bytes, where free: 2989392 Bytes
Hub Statistics:
  Online users: 442
  Connecting users: 55
  Uptime: #4h#45m#25s#61.
  Bytes red per second: 849.5
  Bytes written per second: 70834.6

Pietry
Senior Member
Posts: 328
Joined: 04 Dec 2007, 07:25
Location: Bucharest
Contact:

Re: Post your hubstats

Post by Pietry » 09 Apr 2008, 08:48

Code: Select all

Death Squad Hub. Version DSHub Theta.
  Running on Windows XP Version 5.1 on Architecture x86
  Java Runtime Environment 1.6.0_01 from Sun Microsystems Inc.
  Java Virtual Machine 1.0
  Available CPU's to JVM 2
  Available Memory to JVM: 66650112 Bytes, where free: 2205912 Bytes
Hub Statistics:
  Online users: 707
  Connecting users: 103
  Uptime: #4d#20h#20m#22s#479.
  Bytes red per second: 6070.7925
  Bytes written per second: 102481.695
Just someone

Dj_Offset
Member
Posts: 53
Joined: 15 Sep 2008, 21:48
Location: adcs://adcs.uhub.org:1511
Contact:

Re: Post your hubstats

Post by Dj_Offset » 24 Oct 2008, 18:37

Fri, 24 Oct 2008 18:36:27 +0000 INFO: Statistics users=81, net_tx=1 KB/s, net_rx=0 KB/s

Dj_Offset
Member
Posts: 53
Joined: 15 Sep 2008, 21:48
Location: adcs://adcs.uhub.org:1511
Contact:

Re: Post your hubstats

Post by Dj_Offset » 30 Oct 2008, 22:54

Thu, 30 Oct 2008 22:52:19 +0000 INFO: Statistics users=7896, net_tx=10803 KB/s, net_rx=8 KB/s

Pietry
Senior Member
Posts: 328
Joined: 04 Dec 2007, 07:25
Location: Bucharest
Contact:

Re: Post your hubstats

Post by Pietry » 31 Oct 2008, 18:26

That is real ? :shock: do you have some address we can check out ?
Just someone

Dj_Offset
Member
Posts: 53
Joined: 15 Sep 2008, 21:48
Location: adcs://adcs.uhub.org:1511
Contact:

Re: Post your hubstats

Post by Dj_Offset » 02 Nov 2008, 21:30

Pietry wrote:That is real ? :shock: do you have some address we can check out ?
Very much so.
However, it was done with a benchmark tool I am writing which emulates real users, and tests performed on two linux computers on a 100Mbit local area network.

Some tweaking were needed in order for the hub to allow for a very large send queue.
It peaked at about 250MB memory use.

About 20-25% less bandwidth and memory usage if "low_bandwidth_mode" is enabled.

Toast

Re: Post your hubstats

Post by Toast » 22 Nov 2008, 13:38

Soft: eHub
Soft version: 0.4.0
Users: 1016

eHub passed 1000 users without lag to bad i dont have more info on CPU usage and bandwith usage

blastbeat
Member
Posts: 53
Joined: 10 Jan 2008, 19:56
Contact:

Re: Post your hubstats

Post by blastbeat » 06 Jan 2009, 14:52

hi,
at the moment i try to test and optimize the possible usercount of luadch and wrote a little script
to connect multiple times to a hub. you can download a package for windows here:

Removed link by me. // Pietry.


i tested it with luadch, dshub kappa rc1 and uhub-0.2.3-3429 on winxp, amd 3000+, 1 gb ram via localhost. the settings in hubstress.lua were

Code: Select all

local bot_count = 2000
local bot_timeout = 0.9
local bots_per_second = 10
that means the script tried to connect 2000 bots to the hub and the rate should be 10 bots per second. here my results:

dsub started to drop and disconnect bots when about 500 bots were connected; i stopped the script
when only 180 bots remained in the hub. the cpu count were high, ram usage about 90 mb. screenshot:

http://home.arcor.de/blastbeat/hubstress/dshub.JPG

uhub had a great performance, minimal cpu and ram usage, but at 1270 bots the hub crashed:

http://home.arcor.de/blastbeat/hubstress/uhub.JPG

i tried the last luadch svn and didnt reach the 2000 logins, so i played a bit with the garbage collector but the result was only marginal better:

http://home.arcor.de/blastbeat/hubstress/luadch.JPG

at least all bots connected, but more users means more objects in luadch and this seems to crash the garbage collector :|

Pietry
Senior Member
Posts: 328
Joined: 04 Dec 2007, 07:25
Location: Bucharest
Contact:

Re: Post your hubstats

Post by Pietry » 07 Jan 2009, 10:47

DSHub has a problem with cpu usage as I tested yesterday with 1000+ real users. If the users are connecting too fast indeed then the hub hooks up ( ? ) , but if they connect slowly a higher limit may be reached at the expense of cpu usage ( 60-80 % ) which is not normal . I believe that my first parts of the code ( when i was learning java ) is quite bad and needs rewriting. And the 1000 user hub is not stable ( freeze up sooner or later, yesterday it lasted more than an hour, but it's quite unpredictable ).
If luadch and uhub have higher performances it's very good for the adc hubowners , they have good alternatives, but still there is no real usable and reliable hubsoft that given the proper resources ( ram, cpu, bandwidth ) to support a high user count stable. But this is just fine tuning that can be done, just that its a bit tricky and requires lots of testing. I;m happy to see luadch is handling better, hope you will make it even more.
Just someone

Pietry
Senior Member
Posts: 328
Joined: 04 Dec 2007, 07:25
Location: Bucharest
Contact:

Re: Post your hubstats

Post by Pietry » 07 Jan 2009, 10:47

Would be interesting to test ADCH++ as well...
Just someone

Locked