摘要:number of cores = max load , linux 系统负载高 如何检查? 1:load Average 1.1:什么是Load?什么是Load Average? Load 就是对计算机干活多少的度量(WikiPedia:the system Load is a measure of the amount of work that a compute system is doing) 简单的说是进程队列的长度.Load Average 就是一段时间(1分
make make PREFIX=/usr/local/redis install mkdir /etc/redis/ cp redis.conf /etc/redis/ 打开redis.conf文件修改daemonize yes即可在后台运行 vim /etc/redis/redis.conf 使用配置文件启动redis服务 ./redis-server /etc/redis/redis.conf 如何查看redis服务正常启动? 使用ps查看或netstat ps aux | grep re