- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
linux 系统提速手记!(Linux system speed notes!)
linux 系统提速手记!(Linux system speed notes!) First, open the hard disk DMA support. After the system is installed, the DMA of the hard disk is not opened The /etc/rc.d/rc.local ends with a line of /sbin/hdparm -d1 -c3 -m16 /dev/hda, so after each boot, the DMA of the hard disk is turned on without having to manually set it every time. If the hard disk machine you can add -X66 support to ATA33 ATA66 this parameter is -X68, I like the hard disk is ATA66 that is /sbin/hdparm -d1 -X68 -c3 parameters of -m16 /dev/hda after my test, before DMA is not open, the actual reading efficiency is about 4.10 Mb per second, after opening DMA, the actual reading efficiency per second jumped to about 20 Mb increased by 5 times. The DMA test is not open [root@firefly, /root]#, hdparm, -d0, /dev/hda /dev/hda: Setting using_dma to 0 (off) Using_dma = 0 (off) [root@firefly, /root]#, hdparm, -Tt, /dev/hda /dev/hda: Timing, buffer-cache, reads: 128, MB, in 2.75, seconds = 46.55, MB/sec Timing, buffered, disk, reads:, 64, MB, in, 15.58, seconds = 4.11, MB/sec The open test results after DMA [root@firefly, /root]#, hdparm, -d1, -X68, -c3, -m16, /dev/hda /dev/hda: Setting, 32-bit, I/O, support, flag, to, 3 Setting multcount to 16 Setting using_dma to 1 (on) Setting xfermode to 69 (UltraDMA mode5) Multcount = 16 (on) I/O support = 3 (32-bit, w/sync) Using_dma = 1 (on) [root@firefly, /root]#, hdparm, -Tt, /dev/hda/dev/hda: Timing, buffer-cache, reads: 128, MB, in 2.75, seconds = 46.55, MB/sec Timing, buffered, disk, reads:, 64, MB, in, 3.20, seconds = 20, MB/sec From the above data, we can see whether the hard disk DMA is open or not, which has a great impact on the reading efficiency. Two, turn off redundant system services. This is the topic of the general a commonplace talk of an old scholar, we as a desktop workstation, just need to activate several basic Service? Can others not only useless, on the one hand will take up system resources, on the other hand, there will be security concerns, I us
您可能关注的文档
- 2013年申论指导(On 2013 guidance).doc
- 2013年考研完全攻略手记【免费】(2013 Section [free] notes.).doc
- 2013语病题(2013 questions).doc
- 2013病句种类及其特点(2013 sentence types and features).doc
- 2013铜川市特岗教师招聘54人公告(2013 Tongchuan special post teacher recruitment 54 announcement).doc
- 2013级第一学期《职前教育》考试(2013 grade first semester pre service education examination).doc
- 2013辽宁省考申论(2013 test application on Liaoning Province).doc
- 2013中考思想品德必威体育精装版热点专题_百度文库(2013 senior high school entrance examination the latest hot topics of Ideological and moral _ Baidu Library).doc
- 2013高考英语听力突破掌上宝 精彩一句话(2013 college entrance examination English listening through a word wonderful palm treasure).doc
- 2014华为校招_我的机试经历(2013.9.12.pm)(2014 HUAWEI _ school recruit my machine test experience (2013.9.12.pm)).doc
- linux下vmware-tools 安装说明总结(Linux下VMware工具安装说明总结).doc
- linux之菜鸟日记(二)(Rookie diary of Linux (two)).doc
- kld地图各文件解读.doc
- linux安装oracle11g rac手记(linux安装oracle11g rac手记).doc
- java语言的三大特性即是封装、继承、多态(The three main features of Java language are encapsulation, inheritance, polymorphism).doc
- linux技巧逐步移动分区的操作方式(Linux technique moves the partitioning method step by step).doc
- list21(list21).doc
- loadrunner结果分析(LoadRunner结果分析).doc
- lq-100打印机使用指南(LQ-100 printer usage guide).doc
- london鉴赏_翻译(London _ translation appreciation).doc
文档评论(0)