Home > System Tutorial > LINUX > How to check the CentOS network egress bandwidth

How to check the CentOS network egress bandwidth

PHPz
Release: 2023-12-31 09:22:18
forward
855 people have browsed it

When checking and maintaining the system, we often need to check the size of the server's network port, so we need to use a Linux command.

How to check the network bandwidth outlet of CentOS? You can use the following command to view it.

# ethtool eth0

is preceded by the command, followed by the device name. If the externally connected network device is eth1, it needs to be changed to: ethtool eth0

[root@localhost ~]# ethtool eth0

Settings for eth0:

Supported ports: [ TP ]

Supported link modes: 10baseT/Half 10baseT/Full

                            100baseT/Half 100baseT/Full

                              1000baseT/Full

Supported pause frame use: No

Supports auto-negotiation: Yes

Advertised link modes: 10baseT/Half 10baseT/Full

                            100baseT/Half 100baseT/Full

                              1000baseT/Full

Advertised pause frame use: No

Advertised auto-negotiation: Yes

Speed: 1000Mb/s

Duplex: Full

Port: Twisted Pair

PHYAD: 0

Transceiver: internal

Auto-negotiation: on

MDI-X: Unknown

Supports Wake-on: d

Wake-on: d

Current message level: 0x00000007 (7)

Drv probe link

Link detected: yes

The above is the detailed content of How to check the CentOS network egress bandwidth. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:jb51.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template