E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ethtool
Linux网络故障诊断
..)2.查询内核启动时有关网卡信息:dmesg|grepeth出现类似eth0:linkup的提示信息,表示网卡检测成功;lspci列出Linux系统检测到的所有pci设备,若是pci网卡可以看到;
ethtool
eth0
weixin_34248705
·
2020-08-20 19:45
查看linux服务器配置信息命令
etc/issue查看磁盘使用情况:df-h查看其它磁盘外设信息:fdisk-l查看所有可用块设备的信息:lsblk查看所有硬件信息:dmidecode|more或:dmesg|more查看网卡信息:
ethtool
eth0
飞鱼计划
·
2020-08-20 17:01
Linux网络配置和网络诊断命令介绍
在接下来的讲解中,讲解的Linux网络配置和网络诊断的命令有:ifconfig、ping、netstat、traceroute、dig和nslookup、host、hostname、route、arp、
ethtool
weixin_30337157
·
2020-08-20 14:24
PF_RING安装指南
一个简单的安装,除了提到的包以外不用安装其它的包:1使用apt-get卸载libpcap和其它依赖的应用程序/库2安装SVN(获得最新的源代码)Flex和bison(要求重新编译pf_ring使用的pcap)
Ethtool
iteye_21199
·
2020-08-19 23:41
DPDK 绑定网卡之后的解绑
目录查看网卡驱动执行dpdk-devbind.py解绑网卡加载驱动恢复网卡到kernel查看网卡驱动[root@localhost~]#
ethtool
-ip1p1driver:ixgbe...执行dpdk-devbind.py
rtoax
·
2020-08-19 08:27
基础知识
linux远程wol唤醒(Java)
WOL:Wake-on-lan的缩写测试网卡WOL在Linux上的功能的步骤:1.运行
ethtool
命令查看网卡是否支持WakeOnLan命令:
ethtool
eth0结果:SupportsWake-on
xwt_coding
·
2020-08-18 12:00
java
WOL
Java远程开机
群晖网络唤醒设置
网络唤醒设置教程使用WINSC连上NAS增加启动有三个地方:1.修改网卡配置编辑/etc/sysconfig/network-scripts/ifcfg-eth0文件在最后增加
ETHTOOL
_OPTS=
阡陌淡暖
·
2020-08-18 10:05
群晖使用心得
群晖设置
网络唤醒设置
Linux常用网络命令
网络和监控命令类似于这些:hostname,ping,ifconfig,iwconfig,netstat,nslookup,traceroute,finger,telnet,
ethtool
用于查看linux
weixin_34112030
·
2020-08-17 16:05
linux 系统万兆网卡 性能优化
sysctl-wnet.ipv4.tcp_window_scaling=1sysctl-p再重启服务器后再修改那些参数才能起效,这就是为啥我们先前修改参数一直没用的原因1.设置MTU例如:ifconfigeth0mtu60002.
ethtool
-geth0
peter_cloud
·
2020-08-17 13:14
linux
system
windows+ubuntu双系统,ubuntu无法连接有线网问题
解决过程:安装
ethtool
软件设置网卡的工作模式sudoapt-getinstall
ethtool
关闭
myth_wm
·
2020-08-16 08:36
Ubuntu
4、Linux操作系统之操作篇-硬件相关操作
PCIE卡所在目录,对其进行上下电操作,槽位号可以查看硬件的编号cd/sys/bus/pci/slots/13,然后运行echo0>power下电,运行echo1>power上电2、切换网卡的工作模式
ethtool
-seth0spee
badman250
·
2020-08-15 14:04
linux相关
基于x99-ws的wake on lan
然后进入系统,打开终端:查看是否允许网络启动:$sudo
ethtool
《你的网卡名称》如果是g,代表允许网络启动如果是d,代表是禁止的,需要再次开启sudo
ethtool
-s《你的网卡名称》wolg//
西伯利亚牧马人
·
2020-08-13 20:08
ubuntu
How to change Ethernet network card speed and duplex settings in ubuntu
ThistutorialwillexplainhowtochangenetworkcardspeedandduplexsettingsinubuntuUsing
ethtool
ethtool
canbeusedtoqueryandchangesettingssuchasspeed
Agilelee
·
2020-08-12 10:44
写一个检测网线是否被拔出的守护进程(嵌入式设备上)
include#include#include#include#include#include#include#include#include#include#include//由于嵌入式linux貌似没有对
ethtool
_value
蜗牛_Wolf
·
2020-08-09 15:53
Linux
Linux下检测网卡与网线连接状态
uid=20357359&do=blog&cuid=1798479Linux下检测网卡与网线连接状态,使用ioctl向socket发送SIOC
ETHTOOL
命令字。
weixin_34187862
·
2020-08-09 14:32
Linux下检测网卡与网线的连接状态
一、使用ioctl向socket发送SIOC
ETHTOOL
命令字[cpp]viewplaincopy#include#include#include#include#include#include#include
stone8761
·
2020-08-09 12:03
Linux编程
Linux下检测以太网链路状态代码
该方法用到了ioctl操作
ETHTOOL
,需要root权限,否则会失败!//PARAM:devname--justthedevicenamesuchaseth0,eth1etc.
myaccella
·
2020-08-09 09:51
Linux编程
linux
interface
socket
struct
linux 查看网线断开与网卡是否关闭
include#include#include#include"mylib.h"intdo_gset(structifreq*ifr){interr;intfd;intallfail=1;struct
ethtool
_valueedata
caoshunxin01
·
2020-08-09 07:34
嵌入式开发
Android使用
ethtool
工具查询/设置以太网网卡状态
http://blog.csdn.net/u013686019/article/details/51491364一、编译
ethtool
工具Android命令行中不含
ethtool
工具,所以需要自己编译。
__2017__
·
2020-08-09 05:47
Android源码
Linux网络
ethtool
-p 点灯
当通过
ethtool
-peth020时,网口eth0的指示灯会闪烁或者常亮。
tiantao2012
·
2020-08-08 21:08
Linux
源码分析
【Linux】Linux下常用工具集
源下的2020-05-25:工具1.usbutils:lsusb,2.pciutils:lspci,3.module-init-tools:insmod,4.net-tools:ifconfig,5.
ethtool
RuiJey
·
2020-08-08 12:12
Linux
ubuntu
Linux
ethtool
命令
ethtool
是用于查询及设置网卡参数的命令,常见用法如下:注意:该命令只是临时设置,如果网卡重启就失效了,如果想要永久保存应该配置/etc/sysconfig/network-scripts/ifcfg-eth0
weixin_30872789
·
2020-08-07 09:40
linux 下获取当前网络连接状态的两种方法
[cpp]viewplaincopy#include#include#include#include#include#include#include#include#define
ETHTOOL
_GLINK0x0000000a
sean_dw
·
2020-08-07 09:34
linux
查看网络配置的命令
lo:回环网络接口其默认的ip地址是127.0.0.1回环地址通常仅对本机的网络测试ifconfigens33加网卡名字查看对应的网卡配置信息2、使用ip/
ethtool
命令查看网络接口iplink:查看网络接口数据链路层信息
zc1265038021
·
2020-08-05 15:35
如何知道一台Linux服务器使用的是千兆网卡还是万兆网卡
一、系统信息$cat/sys/class/net/eth0/speed1000二、
ethtool
$sudo
ethtool
eth0|grepSpeedSpeed:1000Mb/s三、lspci$sudolspci
Ping_Fani07
·
2020-08-02 17:23
系统使用与技巧
【Linux】常用命令
查看已安装软件包详情3.aptautoremove://卸载已安装软件包及其独立依赖项4.aptclean&&aptautoclean//清理无用安装包5.resize2fs://扩展系统空间大小到文件系统实际值6.
ethtool
-pethxxx
RuiJey
·
2020-08-02 16:32
Linux
2020-05-06
ethtool
源代码学习步骤
Ubuntu配置步骤1:启用deb源码sourcecode仓库开启deb源码sourcecode仓库Ubuntu配置步骤2:安装gcc/autoconf/automake工具链和其他依赖并编译
ethtool
liuqun69
·
2020-08-01 13:11
centos如何查看网口是百兆还是千兆
1、[root@web-backstage01~]#
ethtool
eth1Settingsforeth1:Supportedports:[TP]Supportedlinkmodes:10baseT/Half10baseT
weixin_34082789
·
2020-08-01 04:24
ethtool
命令对应的driver的具体实现
在net/core/dev_
ethtool
中的dev_
ethtool
定义了
ethtool
这个工具向下调用的接口intdev_
ethtool
(structnet*net,structifreq*ifr){
tiantao2012
·
2020-08-01 01:13
Linux
源码分析
ubuntu 18.04安装绿联千兆USB网卡的AX88179芯片驱动(编译报错解决)
817:3:error:‘struct
ethtool
_ops’hasnomemb
Honcy Ye
·
2020-07-31 20:37
Linux/Unix
ubuntu技巧
DPDK examples
ethtool
-app完全注释
目录main.cethapp.hethapp.cThe
Ethtool
sampleapplicationshowsanimplementationofan
ethtool
-likeAPIandprovidesaconsoleenvironmentthatallowsitsusetoqueryandchangeEthernetcardparameters.Thesampleisbaseduponasim
rtoax
·
2020-07-31 14:07
基础知识
ubuntu16.04 server 无法联网
解决方法ifconfig-a打印出所有网卡的信息
ethtool
-p网口名然后看哪个接口亮把网线插到对应的接口sudodhclient网口名自动获取ip地址ping一下,看看是否成功然后:sudovi/etc
ke1th
·
2020-07-30 07:41
linux
转载:linux+arm 网卡故障调试:
ethtool
&phy寄存器读写
两个工具一个是
ethtool
工具,一个是源码编译的可以读phy寄存器的工具phyreg。两者结合使用,事半功倍。
xld_1992
·
2020-07-30 05:41
linux
安装或更新CentOS6.7平台的网卡驱动程序
Windows平台可以借助鲁大师等硬件检测工具查看网卡,Linux平台有适用的命令lspci、
ethtool
查看。
weixin_34337381
·
2020-07-30 03:32
LINUX网卡(设置千兆网卡速度及模式)
Ethtool
是用于查询及设置网卡参数的命令。
gx_xiaon
·
2020-07-29 18:26
Linux
CentOS 6 配置静态IP及路由
persistent-net.rules将其中对应的要修改的网卡最后的NAME=eth*改为对应的名称step2:modprobe-re1000卸载网卡模块(这里因为知道了网卡模块是e1000)查询网卡模块的命令是
ethtool
-ieth2
weixin_34415923
·
2020-07-29 06:30
SUSE_linux 的网络配置
:网卡配置文件gsc:~#vi/etc/sysconfig/network/ifcfg-eth0BOOTPROTO='static'静态BROADCAST='192.168.1.255'这个是广播地址
ETHTOOL
_OPTIONS
٩(•̮̮̃•̃)۶
·
2020-07-28 04:17
linux基础配置
TSO、GSO介绍与实现
tso、ufo、gso、lro、gro和rss介绍/转载自:http://blog.chinaunix.net/uid-28541347-id-5763844.html通过ethtoo命令来查看和设置
ethtool
-k
megan_z
·
2020-07-28 03:06
协议栈
Ubuntu技巧:Ubuntu上通过
ethtool
工具更改82580网卡MAC
如果想在Ubuntu下永久更改网卡MAC要如何实现,在网上搜了一些方法,单是大部分都是使用脚本配置;无意间搜到
ethtool
可以读写网卡eeprom的数据,我尝试直接从网卡的EEPROM中做手脚,成功更改
yzxjd1314
·
2020-07-16 05:21
Ubuntu技巧
【学习】Linux网卡绑定、子接口及iptables
查看网卡线缆状态:1mii-tooleth0查看网卡底层信息:1
ethtool
eth02
ethtool
-ieth0查看网卡驱动信息3
ethtool
-Seth0查看网卡状态统计信息Linux下可以通过IP
游响停云
·
2020-07-16 01:56
Linux网络服务基础必备(网卡、主机名、路由)
网络基本服务文章目录网络基本服务一、网卡信息1、配置文件2、查看网卡信息【1】主要命令【2】主要参数解释【3】
ethtool
可查看网卡数据传输速率,工作模式【4】netstat查看网络连接情况状态,用于实验
喜欢背单词de太史温
·
2020-07-15 12:06
Linux网络
k3s service 请求返回慢的解决办法
解决办法网络上搜索了下,看到了类似的问题,决绝方法是修改网卡的属性
ethtool
-Kflannel.1tx-checksum-ip-genericoff执行上面命令,再重试下curl命令,请求可以快速返回说明
天已青色等烟雨来
·
2020-07-15 10:36
kubernetes(k8s)
Linux所有命令大全
查看内核uname-a查看Ubuntu版本cat/etc/issue或lsb_release-a查看内核加载的模块lsmod查看PCI设备lspci查看USB设备lsusb-v查看网卡状态sudo
ethtool
eth0
这次靠你了
·
2020-07-15 00:10
linux
内核
ubuntu
ide
linux
命令
linux 下获取当前网络连接状态的两种方法
#include#include#include#include#include#include#include#include#define
ETHTOOL
_GLINK0x0000000a/*Getlinkstatus
tbadolph
·
2020-07-13 14:28
《udp丢包分析》
1、ifconfig-a可以列出所有网卡2.查看网卡
ethtool
em1实际网卡速率可以看Speed100Mb/s;问题来了,是不是千兆网卡Speed一定是1000M呢?
StoneSui
·
2020-07-13 13:39
网络协议-TCPUDP
Udp丢包排查过程
1.查看udp丢包,cat/proc/net/snmp|grepUdp(比netstat–su效果好)2.查看网卡丢包(ifconfig或者
ethtool
–Seth1)3.Netstat–alupt查看队列里现存的包数
michaelcao1980
·
2020-07-12 22:47
linux系统
协议
网络
PHP如何验证以太坊签名
一个这样的安全风险是显而易见,这是由于我努力在
EthTool
s.com上实现持久性认证(仍然是一个正在进行的被警告了的工作)。利用开源项目(如ethereumjs-util)来签署任
weixin_34191845
·
2020-07-12 09:20
[Linux] Wireshark 抓到超过(大于) MTU 的封包
這時可以用
ethtool
去修改網路卡的參數使用
ethtool
-k查看狀況。$
ethtool
-keth0Featuresforeth0:rx-
WTY2048
·
2020-07-12 05:57
Linux
网络
关于以太网PAUSE的一点研究
疑惑在使用
ethtool
查看网卡信息中,有一个比较疑惑的地方,它就是“Advertisedpauseframeuse:”,有的是"No",有的是“Symmetric”,不同芯片平台信息不同
李迟
·
2020-07-12 00:30
GNU/Linux
网络
Linux系统网络设备启动和禁止“ifconfig eth0 up/down”命令的跟踪
前面文章讲了Linux系统的
ethtool
框架的一些东西,是从用户空间可以直观认识到的地方入手。
李迟
·
2020-07-12 00:59
Linux网络
GNU/Linux
网络
Linux环境/工具
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他