OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • Archive »
  • 17.7 Legacy Series »
  • Traffic Graph : IN speed not showing
« previous next »
  • Print
Pages: [1]

Author Topic: Traffic Graph : IN speed not showing  (Read 5507 times)

interkrome

  • Jr. Member
  • **
  • Posts: 50
  • Karma: 3
    • View Profile
Traffic Graph : IN speed not showing
« on: September 07, 2017, 04:14:31 am »
Hi everyone,

Need some help here. Seems like a bug. The value of "Bandwidth In" traffic is not showing for LAN interface

OPNsense 17.7.1_2-i386
FreeBSD 11.0-RELEASE-p12
OpenSSL 1.0.2l 25 May 2017

device     = 82546EB Gigabit Ethernet Controller (Copper)
chipset    = Intel(R) PRO/1000 Legacy Network Connection 1.1.0
« Last Edit: September 07, 2017, 04:18:49 am by interkrome »
Logged

Manxmann

  • Newbie
  • *
  • Posts: 21
  • Karma: 0
    • View Profile
Re: Traffic Graph : IN speed not showing
« Reply #1 on: September 10, 2017, 11:51:39 pm »
Sorry I cannot help, I wanted to comment that I've just upgraded to 17.7.1 from 17.7 and now my Out traffic graph is showing as zero.

Logged

hutiucip

  • Sr. Member
  • ****
  • Posts: 284
  • Karma: 49
    • View Profile
Re: Traffic Graph : IN speed not showing
« Reply #2 on: September 25, 2017, 03:18:00 pm »
Same here, 17.7.3, no OUT traffic shown on LAN interfaces (multiple).
Logged

interkrome

  • Jr. Member
  • **
  • Posts: 50
  • Karma: 3
    • View Profile
Re: Traffic Graph : IN speed not showing
« Reply #3 on: September 26, 2017, 06:16:06 am »
I bet it's down to the ethernet adapter that we are using
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13637
  • Karma: 1174
    • View Profile
Re: Traffic Graph : IN speed not showing
« Reply #4 on: September 26, 2017, 07:47:59 am »
Anyone using IPS mode in IDS? Multi-WAN?

The accounting is done in the kernel. These features could prevent the interface counters from being properly filled.


Cheers,
Franco
Logged

mimugmail

  • Hero Member
  • *****
  • Posts: 6293
  • Karma: 432
    • View Profile
Re: Traffic Graph : IN speed not showing
« Reply #5 on: September 26, 2017, 08:17:44 am »
This is "normal" for IPS mode, you also wont see the packets with tcpdump (only one direction). No matter if using multiwan or not, it's the IPS mode (perhaps some dummynet rerouting?)
Logged
Twitter: mimu_muc
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

hutiucip

  • Sr. Member
  • ****
  • Posts: 284
  • Karma: 49
    • View Profile
Re: Traffic Graph : IN speed not showing
« Reply #6 on: September 26, 2017, 09:06:17 am »
IPS Yes, Multi-WAN No

I'll try to disable IPS, see if something changes, I'll come back with details.
Logged

hutiucip

  • Sr. Member
  • ****
  • Posts: 284
  • Karma: 49
    • View Profile
Re: Traffic Graph : IN speed not showing
« Reply #7 on: September 26, 2017, 10:02:35 am »
True!

As soon as I disable IPS, OUT traffic is correctly displayed in "Traffic Graph".
Is there a solution to fix this?

It would be very nice to have both IPS and complete traffic graph.

Thank you!
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13637
  • Karma: 1174
    • View Profile
Re: Traffic Graph : IN speed not showing
« Reply #8 on: September 26, 2017, 01:44:30 pm »
Michael is right about this, although Suricata uses netmap, not dummynet. It would depend on the individual driver's accounting.

Can you guys share your adapter names as well?

What we are after now is a clue if all drivers misbehave (e.g. including em or igb which have native netmap mode) or maybe just the ones that use the netmap emulation framework...


Cheers,
Franco
Logged

hutiucip

  • Sr. Member
  • ****
  • Posts: 284
  • Karma: 49
    • View Profile
Re: Traffic Graph : IN speed not showing
« Reply #9 on: September 27, 2017, 10:54:34 am »
Quote from: franco on September 26, 2017, 01:44:30 pm
Can you guys share your adapter names as well?

Mine is "Broadcom NC382i integrated multiport PCI express 1 Gb" on an HP ProLiant DL380 G6 host with VMware vSphere 5 as a virtualization environment. Virtual NIC type is e1000.
Logged

mimugmail

  • Hero Member
  • *****
  • Posts: 6293
  • Karma: 432
    • View Profile
Re: Traffic Graph : IN speed not showing
« Reply #10 on: September 27, 2017, 12:06:20 pm »
igb0: <Intel(R) PRO/1000 Network Connection, Version - 2.5.3-k> mem 0xdf300000-0xdf3fffff,0xdf40c000-0xdf40ffff irq 16 at device 0.0 on pci1
igb0: Using MSIX interrupts with 5 vectors
Logged
Twitter: mimu_muc
WWW: www.routerperformance.net
Support plans: https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German): https://opnsense.max-it.de/

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13637
  • Karma: 1174
    • View Profile
Re: Traffic Graph : IN speed not showing
« Reply #11 on: September 27, 2017, 12:45:38 pm »
That already means all of them...ok ;)
Logged

interkrome

  • Jr. Member
  • **
  • Posts: 50
  • Karma: 3
    • View Profile
Re: Traffic Graph : IN speed not showing
« Reply #12 on: October 06, 2017, 02:15:51 am »
Hi everyone,

Updated to :

OPNsense 17.7.3-i386
FreeBSD 11.0-RELEASE-p12
OpenSSL 1.0.2l 25 May 2017

.. and hardware to :

device     = 'RTL8169 PCI Gigabit Ethernet Controller'

.. now the graph is showing IN and OUT.
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13637
  • Karma: 1174
    • View Profile
Re: Traffic Graph : IN speed not showing
« Reply #13 on: October 09, 2017, 11:09:02 pm »
Hmm, nothing was updated anywhere near the areas in question.
Logged

  • Print
Pages: [1]
« previous next »
  • OPNsense Forum »
  • Archive »
  • 17.7 Legacy Series »
  • Traffic Graph : IN speed not showing
 

OPNsense is an OSS project © Deciso B.V. 2015 - 2023 All rights reserved
  • SMF 2.0.19 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2