码迷,mamicode.com
首页 >  
搜索关键字:proc    ( 8879个结果
apache server和tomcat集群配置二:垂直负载
垂直负载就是同一个机器中的不同服务器之间的负载。跟水平负载(ip不一样的服务器之间的负载)的最大区别就是要修改tomcat的端口号,避免引起冲突。 还要注意apache中workers.properties的配置(worker.controller.sticky_session=false),这个一 ...
分类:Web程序   时间:2017-01-19 12:12:33    阅读次数:220
linux fork()函数 转载~~~~
转自 :: http://blog.csdn.net/jason314/article/details/5640969 一、fork入门知识 一个进程,包括代码、数据和分配给进程的资源。fork()函数通过系统调用创建一个与原来进程几乎完全相同的进程, 也就是两个进程可以做完全相同的事,但如果初始参 ...
分类:系统相关   时间:2017-01-19 07:48:58    阅读次数:221
linux 操作系统优化参数说明
1.VirtualMemoryvm.swappiness=1#apercentageofhowlikelytheVMsubsystemistouseswapspacevm.dirty_background_ratio=5#Thevalueisapercentageofthetotalamountofsystemmemoryvm.dirty_ratio=60~80#apercentageoftotalsystemmemory调整依据#cat/proc/vmstat|egrep"dirty|writeba..
分类:系统相关   时间:2017-01-18 23:33:04    阅读次数:224
Linux bridge
CentOS bridge 配置: 1、创建br0配置文件 touch /etc/sysconfig/network-scripts/ifcfg-br0 2、修改bro配置文件 vi /etc/sysconfig/network-scripts/ifcfg-br0 3、添加网卡到网桥 vi /etc ...
分类:系统相关   时间:2017-01-18 11:06:14    阅读次数:509
Program, Process and Thread
A program is an executable file store. A process is a running program. A thread is a single sequence stream within a process. ...
分类:其他好文   时间:2017-01-18 09:34:48    阅读次数:155
hdu1051
#include<iostream> #include<algorithm> using namespace std; struct SIZE { int l; int w; }sticks[5005]; int flag[5005]; bool cmp(const SIZE &a,const SI ...
分类:其他好文   时间:2017-01-18 01:00:20    阅读次数:194
如何在Linux下禁用IPv6
如何在Linux下禁用IPv6 echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 禁用IPv6(包括回环接口) echo 1 > /proc/sys/net/ipv6/conf/default/disable_ipv6 禁用IPv6(默认) # 禁用 ...
分类:系统相关   时间:2017-01-17 23:54:29    阅读次数:392
查看修改swap空间大小
1 查看swap 空间大小(总计): # free -m 默认单位为k, -m 单位为M total used free shared buffers cached Mem: 377 180 197 0 19 110 -/+ buffers/cache: 50 327 Swap: 572 0 572 ...
分类:其他好文   时间:2017-01-17 18:30:32    阅读次数:158
Driver
aa 然后调用下面方法 最核心 调用 到达 dd\\ ...
分类:其他好文   时间:2017-01-17 13:46:48    阅读次数:207
ubuntu16 网络设置
/etc/init.d/networking restart /etc/init.d/networking restart 原来Ubuntu 16.04网卡不再采用eth0命名,这和RHEL系列一样,此时需要查看真正的网卡名称是神马: cd /proc/sys/net/ipv4/conf 在该目录下 ...
分类:系统相关   时间:2017-01-16 20:05:16    阅读次数:527
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!