Author Topic: Moved to UltraFibre 120 Mb/s but OS/2 chugs at 10 Mb/s...???  (Read 71528 times)

maxwarp

  • Guest
Re: Moved to UltraFibre 120 Mb/s but OS/2 chugs at 10 Mb/s...???
« Reply #15 on: June 21, 2018, 07:27:16 pm »
i cheked, that line is there

i've

keepalive 120
tcpswinsize 246723
tcprwinsize  246723
updswinsize  246723
udprwinsize  246723
lingertime 60
ipforward 0
mtudiscover 1
firewall 0

etc..

massimo

Massimo,

  Check inside your C:\TCPIP\BIN\B4TCP.CMD file and make sure it has this:

if exist %etc%\inetcfg.ini CALL inetcfg.exe -set all

 If not add it. This command applies the inetcfg.ini file settings when you boot.

Regards,

maxwarp

  • Guest
Re: Moved to UltraFibre 120 Mb/s but OS/2 chugs at 10 Mb/s...???
« Reply #16 on: June 21, 2018, 08:21:33 pm »
that line is there

and my ip stack
has theese values

keepalive 120
all the 4 winsize 246723
lingertime 60
ipforward 0
mtudiscover 1
firewall 0

etc...

massimo

Massimo,

  Check inside your C:\TCPIP\BIN\B4TCP.CMD file and make sure it has this:

if exist %etc%\inetcfg.ini CALL inetcfg.exe -set all

 If not add it. This command applies the inetcfg.ini file settings when you boot.

Regards,

Dariusz Piatkowski

  • Hero Member
  • *****
  • Posts: 1317
  • Karma: +26/-0
    • View Profile
Re: Moved to UltraFibre 120 Mb/s but OS/2 chugs at 10 Mb/s...???
« Reply #17 on: June 22, 2018, 03:07:53 pm »
Hi Roderick,

If you want to see your machine go down quicker, do turn on SACK. We experimented with this setting at Mensys on some servers and as somebody else already reported, stay far clear from switching it on. It will cause more pain then its worth...

Well, I have been running with SACK turned ON since (at least) the Fibre upgrade, so about 8 months now...no problems to report, at least nothing that I am aware of because it creates such a blatant issue.

However, as you and others have pointed out, the OS/2 tcpip stack apparently has a problem with this...so I'm now in the test mode having turned it OFF.

I will monitor for a while and will provide an update later on. Keep in mind, my extent of running a server process is the Web/2 application, nothing else. I suppose any tcpip apps may be impacted by this though, such as Firefox perhaps? So theoretically I should see something eventually...time will tell.

Dariusz Piatkowski

  • Hero Member
  • *****
  • Posts: 1317
  • Karma: +26/-0
    • View Profile
Re: Moved to UltraFibre 120 Mb/s but OS/2 chugs at 10 Mb/s...???
« Reply #18 on: June 22, 2018, 03:46:55 pm »
Hey maxwarp!

you are lucky

here setting the same values to my stack IP i have no iprovements at all
still 500-600KiloBytes download from Firefox or from wget at the command prompt on my eCS2.1 desktop with an Intel pro 1000 XT PCI-X Nic… binded at gigabit ethernet to my Cisco gigabit ethernet switch
that communicate with my Cisco 8xx router that runs an FTTC 100Mb/sec…. :(
...
guys, any help?
...

Yeah, I feel your pain...when it comes to on-line "feel" nothing beats a fast connection speed and when it's not there it gets pretty frustrating.

OK, so a couple of things:

1) various test servers will be impacted by your local tcpip stack settings, for example, take the SACK flag...as I mentioned in my response to Roderick, I did shut it off right now to test it out, the immediate impact => speedtest.net DIES!!! I get a burst of full speed for about 2-3 secs then the traffic completely stops...judging by this result alone I would be inclined to say that having SACK OFF is a mistake...yet hitting several of the other test servers shows no impact, so your results will vary

2) this is a bit of a follow-up to the idea above, but as applicable to the bigger internet picture...you will get different speeds from different servers, so just because I can do 10 Mbyte to my local test server (same city actually) it does not mean that a server somewhere in China or EU for that matter will show the same results...network latency adds up, etc, etc

3) now to be more specific, can you test what you are seeing using another machine on your LAN? For example, in my testing I was attempting to debug the OS/2 issue but my other boxes (Win7 and mobile devices) were showing decent results...is that the case for you as well? If yes, then indeed, the problem appears to lie with the OS/2 setup itself, if no, then it may very well exist outside of your LAN and on the WAN side

4) there are some more in-depth tools you could use, take a look at the port of Wireshark (https://os2ports.smedley.id.au/index.php?page=wireshark) that Paul Smedley did, it will allow you to visually inspect your tcpip stack traffic and may highlight where your OS/2 specific configuration issue lies, great tunning aid, a bit of a learning curve, you need to capture a tcpip trace on your OS/2 machine then pull this into the Wireshark app, not complex at all, but if you're never done it you just have to try it out a couple of times (look up the thread we had on this forum regarding this, great discussion), heck, that could be a great general discussion of how to tune the OS/2 tcpip stack and maybe deserves a separate thread?

Roderick Klein

  • Hero Member
  • *****
  • Posts: 655
  • Karma: +14/-0
    • View Profile
Re: Moved to UltraFibre 120 Mb/s but OS/2 chugs at 10 Mb/s...???
« Reply #19 on: June 22, 2018, 11:00:59 pm »

1) various test servers will be impacted by your local tcpip stack settings, for example, take the SACK flag...as I mentioned in my response to Roderick, I did shut it off right now to test it out, the immediate impact => speedtest.net DIES!!! I get a burst of full speed for about 2-3 secs then the traffic completely stops...judging by this result alone I would be inclined to say that having SACK OFF is a mistake...yet hitting several of the other test servers shows no impact, so your results will vary


The advise is based on the first download server that Mensys ever put online for downloads for eCS. I managed 4 servers running OS/2 in a large datacenter with 100 megabit uplink. And with a lot of traffic you could get the TCP/IP stack to get exhaust the system its memory in about 30 minutes by switching SACK on. There is clearly a bug in the stack! Hence the comment on the inetcfg.ini of eCS to *never* turn it on.

Roderick

maxwarp

  • Guest
Re: Moved to UltraFibre 120 Mb/s but OS/2 chugs at 10 Mb/s...???
« Reply #20 on: June 24, 2018, 09:47:09 pm »
ok, turned off sack and rebooted the pc
but the download datarate is still like in years 90... :(
upgraded the eCS pc from 2.1 to 2.2b nothing change

i've changed 3 NICs, the intel 1000 embedded on the new mobo Supermicro X7sbe (xeon 4 core)
intel pro100
intel pro1000xt

allways the same slow download datarate
no change :(

massimo


1) various test servers will be impacted by your local tcpip stack settings, for example, take the SACK flag...as I mentioned in my response to Roderick, I did shut it off right now to test it out, the immediate impact => speedtest.net DIES!!! I get a burst of full speed for about 2-3 secs then the traffic completely stops...judging by this result alone I would be inclined to say that having SACK OFF is a mistake...yet hitting several of the other test servers shows no impact, so your results will vary


The advise is based on the first download server that Mensys ever put online for downloads for eCS. I managed 4 servers running OS/2 in a large datacenter with 100 megabit uplink. And with a lot of traffic you could get the TCP/IP stack to get exhaust the system its memory in about 30 minutes by switching SACK on. There is clearly a bug in the stack! Hence the comment on the inetcfg.ini of eCS to *never* turn it on.

Roderick

maxwarp

  • Guest
Re: Moved to UltraFibre 120 Mb/s but OS/2 chugs at 10 Mb/s...???
« Reply #21 on: June 24, 2018, 09:56:56 pm »
yes, it's all there

each time i modify a parameter i do a reboot of the pc
after the reboot i also do inetcfg -get all
to check


massimo

Massimo,

  Check inside your C:\TCPIP\BIN\B4TCP.CMD file and make sure it has this:

if exist %etc%\inetcfg.ini CALL inetcfg.exe -set all

 If not add it. This command applies the inetcfg.ini file settings when you boot.

Regards,

maxwarp

  • Guest
Re: Moved to UltraFibre 120 Mb/s but OS/2 chugs at 10 Mb/s...???
« Reply #22 on: June 24, 2018, 10:00:21 pm »
no, since all my eCS 2.1 or 2.2b desktop/servers/firewalls give a false/erroneus downstreaming result

about 13Megabit when connections are FTTCs at 50 or 100Megabits
so it's eCS that have some issue

different hardwares even xeon 4 cores, and all runs at 13Megabits, the fast download datarate i get is 2MegaBytes/sec

while W10 on the same lan even with an old asus eee pc dual atom with 100Megabit nic download at full data rate

even W10 PCs under theese eCS firewalls download at 13Megabit/sec erroneus speed rate

speed is there, but eCS 2.x tcpip stack slow down it to a maximum of 2MegaBytes/sec

massimo
« Last Edit: June 24, 2018, 10:06:13 pm by maxwarp@quasarbbs.net »

maxwarp

  • Guest
Re: Moved to UltraFibre 120 Mb/s but OS/2 chugs at 10 Mb/s...???
« Reply #23 on: June 24, 2018, 10:08:35 pm »
of course i really hope that i can fix this embarassing situation :(
since elsewhere i will get in serious troubles since all my firewalls are eCS+Injoy

i'm going to buy an ArcaOS to see if fix this issue


massimo

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4787
  • Karma: +99/-1
    • View Profile
Re: Moved to UltraFibre 120 Mb/s but OS/2 chugs at 10 Mb/s...???
« Reply #24 on: June 24, 2018, 11:47:05 pm »
Interestingly, with the default ArcaOS default settings and a NVidia MCP51 controller on a LTE network, I usually get about 12 Mb/s down. Tried in the morning when I guess the network wasn't so congested and got 25 Mb/s, which sounds better then your fibre connection. All the machines connected seem to get the same no matter what OS is running.

Daniel

  • Guest
Re: Moved to UltraFibre 120 Mb/s but OS/2 chugs at 10 Mb/s...???
« Reply #25 on: June 25, 2018, 01:05:53 am »
I will certainly be interested in any information discovered. My ISP, Sonic Telecom, just emailed that they will be providing fiber to my home in September and for the same amount they have been charging for DSL I will get 1Gb/s (symmetrical). Woohoo!  :)

maxwarp

  • Guest
Re: Moved to UltraFibre 120 Mb/s but OS/2 chugs at 10 Mb/s...???
« Reply #26 on: June 25, 2018, 09:46:21 am »
about wireshark

i've tried to download wireshark (had to use my w10 laptop since unable to download from eCS'firefox), but as usual install something under eCS is a lot frustrating
i've all GCC/KLIBC DLLs updated, but it complains that it need a dll "rocken.dll"
searching on 3 different search engines i've found anything (also dunno why eCS devs hate search engines that are not the shi$$y googl monopolist)

that dll is not mentioned neither in the docs of the software

guys, we live in the era of terabytes hard-disks, we don't have anymore to deal with 100MegaBytes disk partitions, dunno why eCS devs still don't
bundle all the needed DLLs in a subdir in the package :-(
that's a lot frustrating :(




« Last Edit: June 25, 2018, 09:47:59 am by massimo s. »

Dariusz Piatkowski

  • Hero Member
  • *****
  • Posts: 1317
  • Karma: +26/-0
    • View Profile
Re: Moved to UltraFibre 120 Mb/s but OS/2 chugs at 10 Mb/s...???
« Reply #27 on: June 25, 2018, 03:05:56 pm »
massiomo,

about wireshark
...
i've all GCC/KLIBC DLLs updated, but it complains that it need a dll "rocken.dll"
...
that dll is not mentioned neither in the docs of the software
...

I took a closer look at this, this DLL does not appear to be Wireshark related, for one thing, it is not present on my machine and I am able to successfuly use Wireshark.

My guess is that something else on your system appears to need this.

Do you have the 'DLL Tree' utility? This allows you to test load an EXE (or DLLs) and will map out (visually) what other DLLs are needed. I would suggest that you run wireshark.exe through that app and see where rocken.dll is being requested.

ivan

  • Hero Member
  • *****
  • Posts: 1558
  • Karma: +17/-0
    • View Profile
Re: Moved to UltraFibre 120 Mb/s but OS/2 chugs at 10 Mb/s...???
« Reply #28 on: June 25, 2018, 05:22:50 pm »
Hi Dariusz,

I assume you mean PMDLL-2.10 when you mentioned the 'DLL Tree' utility.  It is on hobbes but to make it easy I've attached it here.

Dariusz Piatkowski

  • Hero Member
  • *****
  • Posts: 1317
  • Karma: +26/-0
    • View Profile
Re: Moved to UltraFibre 120 Mb/s but OS/2 chugs at 10 Mb/s...???
« Reply #29 on: June 25, 2018, 06:45:28 pm »
I assume you mean PMDLL-2.10 when you mentioned the 'DLL Tree' utility...

Ivan,
Yes, that is correct...