liunx操作系统性能调优#yyds干货盘点#

Posted wangzx_mm

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了liunx操作系统性能调优#yyds干货盘点#相关的知识,希望对你有一定的参考价值。

1、Disabling daemons (关闭 daemons)

2、Shutting down the GUI (关闭GUI)

3、Changing kernel parameters (改变内核参数)

4、Kernel parameters (内核参数)

5、Tuning the processor subsystem(处理器子系统调优)

6、Tuning the memory subsystem (内存子系统调优)

7、Tuning the file system(文件系统子系统调优)

8、Tuning the network subsystem(网络子系统调优)

1、关闭daemons

有些运行在服务器中的daemons (后台服务),并不是完全必要的。关闭这些daemons可释放更多的内存、减少启动时间并减少CPU处理的进程数。减少daemons数量的同时也增强了服务器的安全性。缺省情况下,多数服务器都可以安全地停掉几个daemons。


2、禁止启动不必要的服务

chkconfig cups off

chkconfig bluetooth off

chkconfig cups off

chkconfig cups off

chkconfig cups off

chkconfig cups off

chkconfig cups off

chkconfig cups off

chkconfig cups off

chkconfig --list

以上是关于liunx操作系统性能调优#yyds干货盘点#的主要内容,如果未能解决你的问题,请参考以下文章

#yyds干货盘点# MySQL性能优化:MySQL架构与核心问题

#yyds干货盘点#liunx命令学习笔记

#yyds干货盘点#liunx命令学习笔记

#yyds干货盘点#Hadoop企业级生产调优手册

#yyds干货盘点#HBase 调优详细剖析

flutter 中的列表的性能优化前奏#yyds干货盘点#