故障排查之IO篇
转自: http://www.cnblogs.com/Security-Darren/p/4700386.html
当磁盘无法写入的时候,一般有以下可能:
文件系统只读
磁盘已满
I节点使用完
一、...
Continue reading >>转自: http://www.cnblogs.com/Security-Darren/p/4700386.html
当磁盘无法写入的时候,一般有以下可能:
文件系统只读
磁盘已满
I节点使用完
一、...
Continue reading >>计划每年主攻一门经典游戏,研究战略、打法、操作等,在游戏中打怪升级锻炼,既能在游戏中放松压力,又能学到东西,还可以怀旧,真是不错的想法啊,哈哈。先做个五年计划(星际争霸 ——> 帝国时代 ——&...
Continue reading >>转自: http://www.cnblogs.com/Security-Darren/p/4700384.html
查看系统负载的工具:uptime,w,都能查看系统负载,系统平均负载是处于运...
Continue reading >>配置client.conf文件
[root@linux-node1 /etc/fdfs]# cp client.conf.sample clie...Continue reading >>
安装环境准备:
CentOS Linux release 7.2.1511 (Core)
fastdfs-5.11
nginx-1.10.1
php 5...
FastDFS是一款开源的轻量级分布式文件系统,由国人余庆所开发,其项目地址:https://github.com/happyfish100
纯C实现,支持Linux,FreeB...