Tag Archives: traffic

간단한 네트웍 트래픽 측정 스크립트

  간단한 네트웍 트래픽 측정 스크립트 #!/bin/sh # # Scripted by JoungKyun Kim # 2001.2.15 http://www.oops.org # This Script follows GPL2 License if [ “$1” != “” ]; then # ethnet device ETH=”$1:” CHECK=/proc/net/dev CAT=/bin/cat GREP=”/bin/grep ${ETH}” SED=”sed -e s/${ETH}//” … Continue reading

Posted in Network, System | Tagged , , , | Leave a comment