【linux】centos6.9安装gearman

1.确认yum源没问题,如果有问题,参照这里更换

2.

yum install -y boost-devel gperf libevent-devel libuuid-devel
yum install -y gearmand

安装完成啦~

输入gearman确认是否安装成功,输出

gearman    Error in usage(No Functions were provided).

Client mode: gearman [options] [<data>]
Worker mode: gearman -w [options] [<command> [<args> ...]]

Common options to both client and worker modes.
    -f <function> - Function name to use for jobs (can give many)
    -h <host>     - Job server host
    -H            - Print this help menu
    -v            - Print diagnostic information to stdout(false)
    -p <port>     - Job server port
    -t <timeout>  - Timeout in milliseconds
    -i <pidfile>  - Create a pidfile for the process

Client options:
    -b            - Run jobs in the background(false)
    -I            - Run jobs as high priority
    -L            - Run jobs as low priority
    -n            - Run one job per line(false)
    -N            - Same as -n, but strip off the newline(false)
    -P            - Prefix all output lines with functions names
    -s            - Send job without reading from standard input
    -u <unique>   - Unique key to use for job

Worker options:
    -c <count>    - Number of jobs for worker to run before exiting
    -n            - Send data packet for each line(false)
    -N            - Same as -n, but strip off the newline(false)
    -w            - Run in worker mode(false)
时间: 2024-10-12 11:44:17

【linux】centos6.9安装gearman的相关文章

Linux(CentOs6.4)安装Git

安装之前我们先来了解下git,并且要反问下:我为什么要使用git?svn用的不是很好嘛,我干嘛要换?... 问1:为什么需要版本控制系统? 版本控制是一种记录若干文件内容变化,以便将来查阅特定版本修订情况的系统.大部分时候我们使用最频繁的还是对源代码文件的版本控制,其实任何文件都可以纳入版本控制系统. 1).更好备份:相比于将不同版本的文件以时间等命名存储备份,使用版本控制系统能节约更多的磁盘空间,因为版本控制系统不是文件的复制备份,而是差异备份,文件快照备份等等. 2).更好的回溯:可以将某个

Linux -- Centos6 yum安装相关问题与处理

Centos6 yum安装相关问题与处理 由于要使用yum下载文件,突然yum下载不了想要的文件,想更换yum源,结果得重新安装yum 来自本人GitHub地址https://github.com/mrsmallyi/LinuxNote/blob/master/yum.md 一.问题1 [[email protected] ~]# yum -v There was a problem importing one of the Python modules required to run yum.

linux CentOS6.5安装Oracle11g——傻瓜笔记

感谢一路走来默默支持和陪伴的你~~~ ---------------欢迎来访,拒绝转载-------------- 在linux的CentOS6.5下安装了两次Oracle11g才成功,安装过程相对繁琐,下面做一个详细的记录. 安装前必读: 1.      安装Oracle的虚拟机需要固定IP. 2.      注意安装过程中root用户与oracle用户的切换(su root/su oracle) 3.      环境变量设置.解压与安装Oracle时均需要使用oracle用户. 4.    

Linux CentOS6编译安装Python2.7

CentOS6.x系统中一直沿用的都是Python2.6.x(目前最新版本是python-2.6.6),有时不能满足某些应用生产环境和开发环境的需要,直接从yum官方仓库和epel中安装Python2.7(目前最新版本是python-2.7.12)似乎也是没有什么可能,除非使用更三方的软件源.CentOS6.x系统中有很多系统组件是使用Python2.6的,比如刚才提到的yum,但yum不一定是唯一依赖Python2.6的程序,尽管一般的生产环境中不会使用到特别混杂的运行环境,但在使用的过程中需

Linux Centos6.5安装redis3.0 和phpredis

服务器环境Linux Centos 6.5 PHP 环境 5.5.25 REDIS redis-3.0.0 PHPREDIS 未知. step 1:安装redis   wget http://download.redis.io/releases/redis-3.0.0.tar.gz(不是最新版) tar -xzvf redis-3.0.0.tar.gz cd redis-3.0.0 make cd src redis-server 执行启动: redis-cli 连接测试 127.0.0.1:6

在linux CentOS6上安装web环境

感谢浏览,欢迎交流=.= 都说linux作为服务器优于window,近期也是学习了下linux. win7下安装了linux虚拟机,购买linux阿里云主机,开启linux之旅. 进入正题,在linux使用阿里云提供的一键安装工具上安装web环境. 登录阿里云,进入帮助中心,下载阿里云linux一键安装web环境安装包. 在虚拟机中的cenos6中安装 上传文件命令:rz sz进行本地和服务器间的上传.下载. 安装命令:yum install lrzsz 解压安装包命令:unzip -x sh.

linux centos6.5 安装memcached 和php扩展

linux centos 6.5 安装memcached,php扩展 一.我是通过yum 安装的方式:# yum -y install memcached 完成后执行: memcached -h 出现帮助文档说明成功 二.加入启动服务:# chkconfig --level 2345 memcached on 三.配置memcached 1.port 对应的是 端口  2.user 对应用户名 3.maxconn 对应的是最大连接数 4.cachesize 对应的是内存大小 5.opttons

Linux CentOS6.5安装Nginx1.8.0

一. 安装nginx 1. 准备1.8.0安装包 nginx-1.8.0.tar.gz 2. 安装第三方依赖 yum install gcc-c++ yum install -y pcre pcre-devel yum install -y zlib zlib-devel yum install -y openssl openssl-devel 3. 解压安装包并进入nginx目录 tar zxf nginx-1.8.0.tar.gz cd nginx-1.8.0 4. 使用configure命

linux/centos6 vncserver安装以及配置

VNC全称是Virtual Network Computing,属于远程控制类软件.其优点是支持跨操作系统的远程图形化控制.在日常工作中,服务器常常是存在机房,不可能每次需要图形界面操作就跑到机房,因为vnc是一款不错的替代软件. 1.查看本机是否已经安装vncserver # rpm -qa|grep tigervnc 2.安装vncserver # yum -y install tigervnc-server 3.启动并设置vncserver密码 在第一次启动vncserver会提示输入密码