| Summary: | iptraf-ng doesn't provide statistics for infiniband network devices | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | marc skinner <mskinner> |
| Component: | iptraf-ng | Assignee: | Phil Cameron <pcameron> |
| Status: | CLOSED DUPLICATE | QA Contact: | qe-baseos-daemons |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.2 | CC: | aloughla, atragler, mleitner, rkhan, tcameron |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-31 16:04:03 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
marc skinner
2016-04-15 14:29:42 UTC
Do the counters in ifconfig work? How is the HW configured? Also, lsmod will show the loaded modules. Thanks, Phil Yes, ifconfig out put works. The HW is infiniband cards plugged into infiniband switch. Configured for IPoIB. So they have a TCP stack and IPV4 address assinged to them. The cards are dedicated to run ISCSI for storage, but I can ping and ssh to all servers on the infiniband network. cat /etc/modprobe.d/ipoib.conf alias ib0 ib_ipoib ---------------- lsmod | grep ip ip6table_filter 12815 0 ip6_tables 27025 1 ip6table_filter iptable_filter 12810 0 ib_ipoib 91475 0 ib_cm 46821 5 rdma_cm,ib_srp,ib_ucm,ib_srpt,ib_ipoib ib_sa 33950 5 rdma_cm,ib_cm,ib_srp,rdma_ucm,ib_ipoib dm_multipath 23036 2 dm_service_time ip_tables 27240 1 iptable_filter ib_core 98787 15 rdma_cm,ib_cm,ib_sa,iw_cm,xprtrdma,ib_mad,ib_srp,ib_ucm,ib_iser,ib_srpt,ib_umad,ib_uverbs,ib_ipoib,ib_isert,ib_mthca dm_mod 113292 82 dm_multipath,dm_log,dm_mirror lsmod | grep ib libiscsi_tcp 25146 1 iscsi_tcp ib_isert 55331 0 iscsi_target_mod 295398 1 ib_isert ib_iser 52048 0 libiscsi 57233 3 libiscsi_tcp,iscsi_tcp,ib_iser scsi_transport_iscsi 99909 4 iscsi_tcp,ib_iser,libiscsi ib_srpt 52416 0 target_core_mod 371914 3 iscsi_target_mod,ib_srpt,ib_isert ib_srp 47430 0 scsi_transport_srp 20725 1 ib_srp ib_ipoib 91475 0 ib_ucm 22546 0 ib_uverbs 47183 2 ib_ucm,rdma_ucm ib_umad 22129 0 rdma_cm 43697 4 xprtrdma,ib_iser,rdma_ucm,ib_isert ib_cm 46821 5 rdma_cm,ib_srp,ib_ucm,ib_srpt,ib_ipoib ib_sa 33950 5 rdma_cm,ib_cm,ib_srp,rdma_ucm,ib_ipoib libcrc32c 12644 1 xfs libahci 32031 1 ahci libata 218730 2 ahci,libahci ib_mthca 133332 0 ib_mad 47817 5 ib_cm,ib_sa,ib_srpt,ib_umad,ib_mthca ib_core 98787 15 rdma_cm,ib_cm,ib_sa,iw_cm,xprtrdma,ib_mad,ib_srp,ib_ucm,ib_iser,ib_srpt,ib_umad,ib_uverbs,ib_ipoib,ib_isert,ib_mthca ib_addr 18923 3 rdma_cm,ib_core,rdma_ucm lspci | grep -i infi 01:00.0 InfiniBand: Mellanox Technologies MT25204 [InfiniHost III Lx HCA] (rev 20) In looking through the code, infiniband is not currently supported at all. iptraf-ng currently supports ethernet and FDDI. iptraf-ng reads each packet and and parses the packet. Since the infiniband header is not known the counters are wrong. The support can be added and patches are greatly appreciated. *** This bug has been marked as a duplicate of bug 1140211 *** |