linux/centos如何查看网卡是100M还是1000M
发布网友
发布时间:2022-04-21 18:59
我来回答
共4个回答
热心网友
时间:2022-05-03 21:47
可以使用ethtool命令进行查看,使用格式ethtool 网络接口名。
以下为例,eth0为网卡名,使用ifconfig查看当前使用的网卡。
Speed表示网卡带宽,Duplex表示工作模式,Supported link modes表示支持的工作模式。
扩展资料:
ethtool命令的其它用法:
1、查询网络端口位置:ethtool -p ethX
这个命令多用于管理多网口的服务器主机,由于背板的网络端口数量大,有时候不知道那个物理端口对应eth0或其他设备号,我们就可以使用这个命令来查询。
用法:ethtool -p eth0
效果:设备号eth0对应的物理端口的两个指示灯会闪烁
2、修改网络端口速率:ethtool -s
这个命令多用于手工设置网络速率,一般千兆网卡支持10|100|1000三个速率,单位是Mbps。
用法:ethtool -s eth0 speed 1000 plex full autoneg off
效果:将设备号eth0对应的物理端口设置为速率为1000Mbps,全双工工作模式,同时关闭自动协商。
热心网友
时间:2022-05-03 23:05
使用以下2个命令可以查看:
1)查看网卡型号
lspci | grep Ethernet
这个命令可以查看你的网卡设备型号,根据型号就知道是什么性能了。
2)查看网卡实际通讯速率
dmesg | grep eth0
这个命令可以列出网卡工作速率。看到 Up 1000Mps full plex 就知道是千兆网卡了。
(这里 eth0是网卡的设备名,不同机器名称可能不同。可以用ifconfig 查看自己网卡的设备名)
热心网友
时间:2022-05-04 00:40
[root@www.ctohome.com]# mii-tool -V
mii-tool.c 1.9 2000/04/28 00:56:08 (David Hinds)
SIOCGMIIREG on eth0 failed: Input/output error
eth0: negotiated 100baseTx-FD, link ok
[root@www.ctohome.com]# mii-tool -v
SIOCGMIIREG on eth0 failed: Input/output error
eth0: negotiated 100baseTx-FD, link ok
proct info: vendor 00:aa:00, model 57 rev 0
basic mode: autonegotiation enabled
basic status: autonegotiation complete, link ok
capabilities: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
advertising: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
link partner: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
[root@www.ctohome.com]# ethtool eth0
Settings for eth0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbag
Wake-on: g
Current message level: 0x00000001 (1)
Link detected: yes
要测试是否是1000M端口,最保险的说用wget测试一个对方的带宽足够大的下载地址:
wget http://cachefly.cachefly.net/100mb.test
--2011-03-14 22:19:12-- http://cachefly.cachefly.net/100mb.test
Resolving cachefly.cachefly.net... 205.234.175.175
Connecting to cachefly.cachefly.net|205.234.175.175|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 104857600 (100M) [application/octet-stream]
Saving to: `100mb.test.2'
100%[===================================================================================================================>] 104,857,600 39.1M/s in 2.6s
2011-03-14 22:19:14 (39.1 MB/s) - `100mb.test.2' saved [104857600/104857600]
如果下载速度能超过15MB/s,那么不是100M端口了,通常就是1000M端口
如果是独立服务器,可以通过下面命令核查网卡端口:
[root@www.ctohome.com ]# ethtool eth0
Settings for eth0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbag
Wake-on: g
Current message level: 0x00000001 (1)
Link detected: yes
热心网友
时间:2022-05-04 02:31
ethtool eth0 | grep Speed
linux/centos如何查看网卡是100M还是1000M
可以使用ethtool命令进行查看,使用格式ethtool 网络接口名。以下为例,eth0为网卡名,使用ifconfig查看当前使用的网卡。Speed表示网卡带宽,Duplex表示工作模式,Supported link modes表示支持的工作模式。
服务器ip网络服务器ip - StormProxies
StormProxies是全球大数据IP资源服务商,其住宅代理网络由真实的家庭住宅IP组成,可为企业或个人提供满足各种场景的代理产品。点击免费测试(注册即送1G流量)StormProxies有哪些优势?1、IP+端口提取形式,不限带宽,IP纯净高匿;2、覆盖全球20...
linux/centos如何查看网卡是100M还是1000M
Supports auto-negotiation: Yes Advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full Advertised auto-negotiation: Yes Speed: 100Mb/s --->网卡速度 Duplex: Full Port: MII PHYAD: 0 Transceiver: internal Auto-negotiation: on Suppor...
centos6.10查看网卡型号
1.查看网卡型号 lspci | grep Ethernet 这个命令可以查看你的网卡设备型号,根据型号就知道是什么性能了。2.查看网卡实际通讯速率 dmesg | grep eth0 这个命令可以列出网卡工作速率。看到 Up 1000Mps full duplex 就知道是千兆网卡了。 (这里 eth0是网卡的设备名,不同机器名称可能不同。可以用ifconfig...
CentOS下ethtool命令详解
ethtool r ethX //重置ethX网口到自适应模式 ethtool S ethX //查询ethX网口收发包统计 ethtool s ethX [speed 10|100|1000] [duplex half|full][autoneg on|off] //设置网口速率10/100/1000M、设置网口半/全双工、设置网口是否自协商 使用举例:1)[root@linux /]# ethtool eth1 Settings...
CentOS下如何查看网络状态?CentOS下查看网络状态的方法
通过这个命令还可以设置网络接口(网卡),例如我们将eth0的IP设置成192.168.1.11,子网衍码设置成255.255.255.0如下: [root@linux ~]#ifconfigetho inet 192.168.1.11 netmask 255.255.255.0 假如有多个网络接口的情况下,ethX的X部分用网络接口码(数字,例如eth0,eth1,eth2代替)。 netstat 这条命令是显示网络各种情况...
怎么查看虚拟机剩余空间
Your selected packages require 2184MB of free space for installation 你选择的这些安装包需要2184MB的剩余空间。结果划了个sda1 1000M sd2 100M swap 1000M,这是闹哪套?能完成安装至少需要给sda1 分超过2184M的空间,一般centos虚拟机分16G左右的虚拟机硬盘,给sda1至少5G。
linux学习日记十三 软件磁盘阵列RAID
Command (m for help):n 每次分1000M空间大小,注意,我不知道神马原因,first 扇区要手动输入,用p选项查看后,用最后一个分区的扇区号+2049才是第一个空闲扇区号,这个可能时fedora的一个bug,分区居然不是连续的,不管了,自己去试试。??/p 最后的分区用p查看后,是这样子的: 设备Boot ...
Linux怎么装软件包linux怎么装软件
最好的办法还是单独安装。单独安装要进行分区,需要两个区:一个是虚拟内存区(swap),也称为交换区。大小为150M~1200M,推荐1000M。另一个为主分区,大于5G。安装后的系统文件为约3G,以后要升级和下载文件。两个分区分好后就可以安装Ubuntu了。我用的是8G的SD卡,分了三个区,除了两Ubuntu分区外...
服务器,参数具体意思是什么?
内存:3GB DDR3 ECC 1333MHz 硬盘:140G SAS硬盘( 40G系统盘+ 100G数据盘)网卡:千兆网卡 地址:独享IP地址一个 线路:类型BGP多线(电信、联通、移动、铁通)带宽:配额5M独享 赠送:云数据库DB-1型 3G+3G备份 MySQL5.5或MS SQL Server2012 系统:Windows2003/windows2008/centos 6.6 参数详情...
半自动化的安装CentOS系统
将进入boot的命令提示符,输入linux ip=172.16.9.34 netmask=255.255.0.0 gateway=172.16.0.1ks=http://172.16.9.21:80/ks/ks.cfg,输入完成后回车,开始加载isolinux中微内核vmlinux和initrd.img文件,开始CentOS的自动安装。 提示: 在boot的命令行提示符中输入的linux表示使用图形化安装CentOS,需要有大于512M的内存;...