Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6095
  • 博文数量: 3
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 22
  • 用 户 组: 普通用户
  • 注册时间: 2013-05-22 17:47
文章分类

全部博文(3)

文章存档

2014年(1)

2013年(2)

我的朋友

发布时间:2014-03-20 17:43:43

RAID: a natural solution to narrow the gap   Stripping data across multiple disks to allow parallel I/O, thusimproving performance   RAID在stroage级别提供了不同的数据保护和性能优化措施,比如常见的RAID0,RAID1,RAID10,RAID01,RAID5,这里就这些不同形式的RAID进行分析。 &n.........【阅读全文】

阅读(483) | 评论(0) | 转发(0)

发布时间:2013-05-24 11:30:09

RAID11、硬盘分区[root@localhost ~]# fdisk /dev/sdbCommand (m for help): nCommand action   e   extended   p   primary partition (1-4)ePartition number (1-4): 1First cylinder (1-261, default 1): Using default value 1Last cylinder or +size or +.........【阅读全文】

阅读(274) | 评论(0) | 转发(0)

发布时间:2013-05-24 11:25:11

1.删除0字节文件引用find -type f -size 0 -exec rm -rf {} \;2.查看进程按内存从大到小排列引用ps -e  -o "%C  : %p : %z : %a"|sort -k5 -nr3.按cpu利用率从大到小排列引用ps -e  -o "%C  : %p : %z : %a"|sort  -.........【阅读全文】

阅读(142) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册