OS : CentOS 7.x
1. eprl install
1 |
[root@localhost free]# yum install -y epel-release |
2. rrdtool install
1 |
[root@localhost free]# yum -y install rrdtool rrdtool-devel |
3. 확인
1 2 3 4 5 6 7 8 9 10 11 12 13 |
[root@localhost free]# /usr/bin/rrdtool -h RRDtool 1.4.8 Copyright 1997-2013 by Tobias Oetiker <tobi@oetiker.ch> Compiled Nov 20 2015 19:23:48 Usage: rrdtool [options] command command_options Valid commands: create, update, updatev, graph, graphv, dump, restore, last, lastupdate, first, info, fetch, tune, resize, xport, flushcached RRDtool is distributed under the Terms of the GNU General Public License Version 2. (www.gnu.org/copyleft/gpl.html) For more information read the RRD manpages |