码迷,mamicode.com
首页 > 其他好文 > 详细

centos安装emqtt_benchmark

时间:2017-05-05 15:35:08      阅读:349      评论:0      收藏:0      [点我收藏+]

标签:centos 安装emqtt_benchmark

1、安装 EPEL扩展源

Centos5安装

32位:rpm -ivh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
64位:rpm -ivh http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm

Centos6安装

32位:rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
64位:rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

 2、安装erlang

#yum install -y erlang

3、安装git

 #yum install -y git

4、安装emqtt_benchmark

#git clone https://github.com/emqtt/emqtt_benchmark
#cd emqtt_benchmark
#make

这就安装好了

本文出自 “xiangcun168” 博客,请务必保留此出处http://xiangcun168.blog.51cto.com/4788340/1922383

centos安装emqtt_benchmark

标签:centos 安装emqtt_benchmark

原文地址:http://xiangcun168.blog.51cto.com/4788340/1922383

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!