Chinaunix首页 | 论坛 | 博客
  • 博客访问: 382643
  • 博文数量: 104
  • 博客积分: 652
  • 博客等级: 上士
  • 技术积分: 1477
  • 用 户 组: 普通用户
  • 注册时间: 2012-07-04 15:20
文章分类

全部博文(104)

文章存档

2019年(1)

2015年(8)

2014年(6)

2013年(59)

2012年(30)

发布时间:2013-03-29 16:03:55

1.硬件方面要选择合适2.top中 CPU sy%(系统空间使用率) + us%(用户空间使用率) 在75%左右就最大化发挥了系统的性能,再高的话CPU就成为性能瓶颈3.内存:当系统大量使用swap说明物理内存不够用,当swap大量使用时,说明内存成为系统瓶颈4.top中 wa% 表示系统花了多少时间等待I/O的完成,超出30%说明磁盘I/O成为系统.........【阅读全文】

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

发布时间:2013-03-11 10:18:56

[root@web ~]# netstat -anp |awk '{print $6}'|sort|uniq -c |sort -rn     172 ESTABLISHED     59 CONNECTED    589 SYN_RECV     15 STREAMSYN居然这么高,继续追查是那些ip发出的SYN:[ro.........【阅读全文】

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

发布时间:2013-02-18 12:07:35

Redundant Array of Independent DisksLevel:    Raid0    ...    Raid7    Raid10    Raid50Raid0: 将一段数据(如512k)分成相同大小的chunk(如64k),分别分配到各个磁盘上特点:性能好,大大提高读写性能(两.........【阅读全文】

阅读(1685) | 评论(0) | 转发(1)

发布时间:2013-02-11 22:35:41

vim /boot/grub/grub.conf# grub.conf generated by anaconda## Note that you do not have to rerun grub after making changes to this file# NOTICE:  You have a /boot partition.  This means that#          all kernel and initrd paths are relative to /boot/, eg..........【阅读全文】

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

发布时间:2013-02-11 21:52:30

initrd文件在内核加载完成后,系统加载完成前提供驱动程序,相当于一个小的linux。解压initrd文件:    cp /boot/initrd-2.6.18XXXX.img /tmp/linux    cd /tmp/linux    cpio -id < initrd-2.6.18XXXX.img......【阅读全文】

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

登录 注册