NETWORK ENGINEER BLOG

Tips and Reviews for Engineers

2014-04-17から1日間の記事一覧

便利なスクリプト(CentOS)

Ping を実行した際、Windows のように"Request Timed out"を表示させる。 [root@hostname ~]# host=***.***.***.***; max_cnt=10; cnt=0; while [ $cnt -le $max_cnt ]; do rslt=`ping -w 1 -c 1 $host | grep 'bytes from '`; if [ $? -gt 0 ]; then echo -…

Junos Shaping 設定

Junos の Shaping 機能についてテストした際の備忘録です。スループット測定は iperf を使用しました。 iperf の準備 epel リポジトリインストール # wget http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm # wget http://rpms.f…