如何同时在Isilon的所有网卡上抓取网络包?
Posted awpatp
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何同时在Isilon的所有网卡上抓取网络包?相关的知识,希望对你有一定的参考价值。
命令行如下:
cd /ifs/data/Isilon_Support/
mkdir $(date +%m%d%Y)
isi_for_array ‘for i in `ifconfig | grep -B2 ether | grep flags | cut -d: -f1` ; do tcpdump -i $i \
-s0 -w /ifs/data/Isilon_Support/$(date +%m%d%Y)/`hostname`.$i_$(date +%m%d%Y_%H%M%S).pcap &; done‘
#Wait until you think you have got the issue reproduced
isi_for_array ‘killall tcpdump‘
参考资料:
TROUBLESHOOT PERFORMANCE ISSUES ON YOUR ISILON CLUSTER
https://www.emc.com/collateral/TechnicalDocument/docu80766.pdf
以上是关于如何同时在Isilon的所有网卡上抓取网络包?的主要内容,如果未能解决你的问题,请参考以下文章