게시물 1,376건
   
bwbar BandWidth
글쓴이 : 최고관리자 날짜 : 2012-01-18 (수) 13:18 조회 : 6489
글주소 :
                                
현시스템에 Bandwidth 를 비쥬얼하게 보는데 사용


# wget    ftp://ftp.kernel.org/pub/software/web/bwbar/bwbar-1.2.tar.bz2
# wget http://mirror.linux.org.au/software/web/bwbar/bwbar-1.2.3.tar.bz2
tar xvf bwbar-1.2.3.tar.bz2
cd bwbar-1.2.3
# make
# ./bwbar --width 130 --height 6 eth0 100  -t 3 &

아래 두개의 파일이 생성된다.
ubar.txt  

ubar.png


[root@localhost bwbar-1.2]# ./bwbar --help
Usage: ./bwbar [options] interface max_mbps
Options: (defaults in parenthesis)
   --input               -i   Measure input bandwidth
   --output              -o   Measure output bandwidth (default)
   --text-file <file>    -f   The name of the text output file (ubar.txt)
   --png-file <file>     -p   The name of the graphical bar file (ubar.png)
   --interval <seconds>  -t   The poll interval in seconds (15)
   --width <pixels>      -x   Width of the graphical bar (600)
   --height <pixels>     -y   Height of the graphical bar (4)
   --border <pixels>     -b   Border width of the graphical bar (1)
   --kbps                -k   Bandwidth is measured in kbit/s
   --Mbps                -M   Bandwidth is measured in Mbit/s (default)
   --Gbps                -G   Bandwidth is measured in Gbit/s
   --help                -h   Display this text


이미지 사이즈변경
# bwbar --output --width 300 --height 20 eth0 100 -t 3 --png-file outbound.png --text-file outbound.txt &
# bwbar --input  --width 300 --height 20 eth0 100 -t 3 --png-file inbound.png --text-file inbound.txt &


PHP 코드에 삽입방법
<CENTER>
<FONT SIZE="-1">
</FONT>
<BR>
OutBound<br>
<?php require('./outbound.txt'); ?><br>
<IMG SRC="./outbound.png" ALT="Bandwidth utilization bar" WIDTH=600 HEIGHT=10 BORDER=0><p>
InBound<BR>
<?php require('./inbound.txt'); ?><br>
<IMG SRC="./inbound.png" ALT="Bandwidth utilization bar" WIDTH=600 HEIGHT=10 BORDER=0>
</CENTER>


이름 패스워드
비밀글 (체크하면 글쓴이만 내용을 확인할 수 있습니다.)
왼쪽의 글자를 입력하세요.
   

 



 
사이트명 : 모지리네 | 대표 : 이경현 | 개인커뮤니티 : 랭키닷컴 운영체제(OS) | 경기도 성남시 분당구 | 전자우편 : mojily골뱅이chonnom.com Copyright ⓒ www.chonnom.com www.kyunghyun.net www.mojily.net. All rights reserved.