OPNsense Forum

English Forums => Hardware and Performance => Topic started by: meepmeep on May 31, 2020, 11:44:40 PM

Title: [Solved] fitlet2 (celeron J3455): throughput down to 30% after 5 minutes
Post by: meepmeep on May 31, 2020, 11:44:40 PM
- tunables :
hint.hpet.0.clock 0
hint.ahci.0.msi 2
hint.ahcich.0.sata_rev 2
hint.sdhci_pci.0.disabled 1
hint.sdhci_pci.1.disabled 1
hint.sdhci_pci.2.disabled 1
hw.igb.rx_process_limit -1
hw.igb.tx_process_limit -1
legal.intel_ipw.license_ack 1
legal.intel_igb.license_ack 1


Edit;
- I also tried to activate / deactivate all hardware checksum (crc, two, etc.) : Same result
- all iperf / curl test are made from a server on lan subnet ( going through Nat)
Title: Re: fitlet2 (celeron J3455): throughput down to 30% after 5 minutes
Post by: meepmeep on June 01, 2020, 03:22:32 PM
New information : I discover that upload is even lower : around 4mbps (instead of 300Mbps).
And as soon as i started to upload a file, the download speed crashs (from 280mbps to 20mbps max).

There is clearly something wrong in my configuration / drivers / bios but I don't know what it is :(

edit : in netstat -s I have this :
3619604 packets forwarded (651210 packets fast forwarded)

is that normal the so few packet are fast forwarded ?
Title: Re: fitlet2 (celeron J3455): throughput down to 30% after 5 minutes
Post by: meepmeep on June 02, 2020, 07:48:11 PM
Update : the issue came from a mis-configuration from the dhcp vlan and priority. Nothing link to the hardware or configuration.
Title: Re: fitlet2 (celeron J3455): throughput down to 30% after 5 minutes
Post by: klausdude on June 11, 2020, 08:20:32 AM
Quote from: meepmeep on June 02, 2020, 07:48:11 PM
Update : the issue came from a mis-configuration from the dhcp vlan and priority. Nothing link to the hardware or configuration.

I think I have a quite similar setup (fitlet2). What were your mis-configs? I am a real newbie to the DHCP, clan and priority stuff ...
Title: Re: [Solved] fitlet2 (celeron J3455): throughput down to 30% after 5 minutes
Post by: meepmeep on June 11, 2020, 09:20:16 AM
Hi Klausdude

What is you ISP ? Mine is orange France with fiber connection.
The issue was link to the vlan priority (6).
I set it on the interface but the priority was only needed on the DHCP request (options modifiers on dhcp advanced configuration : vlan-parent "igb1",vlan-id 832, vlan-pcp 6)
Title: Re: [Solved] fitlet2 (celeron J3455): throughput down to 30% after 5 minutes
Post by: klausdude on June 11, 2020, 09:27:43 AM
Hi meepmeep,

unfortunately, no fiber, just a cable connection with max 1 GB down and only 50 MB up.
I have not yet started with VLAN segmentation. It is good to know that I do not need to set these priorities on the interface. Do you use them for certain traffic types?