sysctl
- 网络系统控制
-
In Linux , the kernel parameters can be changed using sysctl system call .
在Linux中,内核参数可以使用sysctl系统调用进行修改。
-
The sysctl command is another option for dynamic kernel configuration .
sysctl命令是另外一种实现动态内核配置的方法。
-
Alternatively , you could use sysctl to configure these kernel items .
另外,我们还可以使用sysctl来配置这些内核条目。
-
The parameters can be configured using the / sbin / sysctl system call .
可以使用/sbin/sysctl系统调用来配置这些参数。
-
Network tuning settings in sysctl are complete .
已经在sysctl中完成了网络调优设置。
-
These are set with the sysctl command .
这些都是通过sysctl命令设置的。
-
It is highly recommended that the sysctl value sched_yield_scale be set to1 for Java performance .
为了获得好的Java性能,极力推荐将sysctl值schedyieldscale设置为1。
-
The sysctl variable net.ipv4.tcp_sack can be set to0 to disable SACK in the TCP stack .
把sysctl的变量net.ipv4.tcpsack设置为0即可禁用TCP协议栈中的SACK功能。
-
Begin by increasing the amount of shared memory set aside on Mac OS X.To do so , create ( or edit ) the file / etc / sysctl .
首先增加MacOSX上留出的共享内存总量。