참조링크: https://humdi.net/wiki/vnstat/install/in_centos_with_image_output
-----------------------------------------------------------------
CentOS 7
yum install make gcc gd gd-devel wget sqlite sqlite-devel
홈페이지 : http://humdi.net/vnstat/
wget http://humdi.net/vnstat/vnstat-2.1.tar.gz
tar zxvf vnstat-2.1.tar.gz
cd vnstat-2.1
./configure --prefix=/usr --sysconfdir=/etc && make all && make install
Install the service files and start the daemon
cp -v examples/systemd/vnstat.service /etc/systemd/system/
systemctl enable vnstat
systemctl start vnstat
CentOS 6
yum install make gcc gd gd-devel wget sqlite sqlite-devel
wget http://humdi.net/vnstat/vnstat-2.1.tar.gz
tar zxvf vnstat-2.1.tar.gz
cd vnstat-2.1
./configure --prefix=/usr --sysconfdir=/etc && make all && make install
cp -v examples/init.d/centos/vnstat /etc/init.d/
chkconfig vnstat on
service vnstat start
'I T > Network' 카테고리의 다른 글
Network 장비 밴더별 메뉴얼 1 (1) | 2021.04.16 |
---|---|
스위치의 기능 및 동작 방식 (0) | 2019.11.11 |
OSPF(Open Shortest Path First) (0) | 2017.12.14 |
LACP bonding 구성시 트래픽이 한쪽 포트로 몰리는 현상 (0) | 2017.09.27 |
AAA 에 대하여 RADIUS,TACAS (1) | 2016.11.03 |