Search found 121 matches

by taolei
2023/04/16 03:11:58
Forum: 8 /8-Stream / 9-Stream - Networking Support
Topic: Why does "netstat -s" show incomplete information?
Replies: 5
Views: 13380

Re: Why does "netstat -s" show incomplete information ?

Thank TrevorH.
I'm considering Rocky or CentOS 9.

And thank jlehtone, the "ss -s" only shows very little statistics, not including important info about TCP SYN queue, Listen queue, etc.
by taolei
2023/04/15 08:38:59
Forum: 8 /8-Stream / 9-Stream - Networking Support
Topic: Why does "netstat -s" show incomplete information?
Replies: 5
Views: 13380

Re: Why does "netstat -s" show incomplete information ?

I find the reason.
Unless a counter's value is not zero, netstat will not show it.
by taolei
2023/04/15 02:42:32
Forum: 8 /8-Stream / 9-Stream - Networking Support
Topic: Why does "netstat -s" show incomplete information?
Replies: 5
Views: 13380

Why does "netstat -s" show incomplete information?

Hello. On my CentOS 8 (release 8.5.2111), "netstat -s" does not show TCPBacklogDrop and ListenOverflows, but they exist in "/proc/net/netstat". [root@node ~]# netstat -s | egrep -i '(queue|drop|overflow)' 2 outgoing packets dropped 2 dropped because of missing route 1521 packets pruned from receive ...
by taolei
2022/08/22 01:12:47
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: kernel reports little free memory in dmesg, but not true
Replies: 2
Views: 1145

kernel reports little free memory in dmesg, but not true

Hi. I have a 128GB RAM server and a 64GB RAM server, both running CentOS-8, "dmesg | grep Memory" outputs as follows: <128GB server> [ 0.000000] Memory: 1282732K / 133708404K available (12293K kernel code, 2225K rwdata, 7708K rodata, 2476K init, 14048K bss, 2721876K reserved, 0K cma-reserved) <64GB ...
by taolei
2012/12/25 07:16:29
Forum: CentOS 6 - General Support
Topic: How to change a macvlan interface's mode after creating it?
Replies: 1
Views: 785

How to change a macvlan interface's mode after creating it?

Hello.

I create a macvlan interface:
ip link add link eth0 address 00:19:d1:29:d2:58 macvlan0 type macvlan ...

If I don't specify mode (bridge/private/vepa) during creation, is it possible to change its mode afterwards?
Or
Do I have to firstly delete it and recreate it with "mode option"?

Thanks.
by taolei
2012/08/21 15:18:54
Forum: CentOS 6 - General Support
Topic: Why can ip_conntrack be interpreted as nf_conntrack?
Replies: 4
Views: 2102

Re: Why can ip_conntrack be interpreted as nf_conntrack?

Hi, hasanakgoz. I wonder why "modprobe" can interpret ip_conntrack as nf_conntrack (There not exist ip_conntrack module at all). This seems not to be related with blacklist.conf. The following is content of /etc/modprobe.d/blacklist.conf # # Listing a module here prevents the hotplug scripts from lo...
by taolei
2012/08/20 14:59:44
Forum: CentOS 6 - General Support
Topic: Why can ip_conntrack be interpreted as nf_conntrack?
Replies: 4
Views: 2102

Why can ip_conntrack be interpreted as nf_conntrack?

Hello. The ip_conntrack, ip_nat_ftp, ip_conntrack_ftp have been renamed to nf_conntrak, nf_nat_ftp and nf_conntrack_ftp. Further, I cannot find ip_... modules, there are only nf_... modules. But I can successfully issue "modprobe ip_conntrack", after that, with "lsmod", I see the nf_conntrack loaded...
by taolei
2012/08/18 07:17:51
Forum: CentOS 6 - General Support
Topic: How to display parameters of loaded modules?
Replies: 3
Views: 636

How to display parameters of loaded modules?

Hello.

Parameters can be set when a module is loaded by "modprobe".
If a module has already been loaded, where can I see its param?
Is there any standard/common way to do this?

Thanks.