SQL> select count(*) from v$session; COUNT(*) 98 SQL> select count(*) from v$process; COUNT(*) 99 more odsprod.log 目前系统正常 检查结果如下: 系统的进程树最大150. 当前系统连接数 ...
分类:
其他好文 时间:
2017-06-07 10:12:34
阅读次数:
185
strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor and tamper with interactions between processes ...
分类:
其他好文 时间:
2017-06-05 20:24:35
阅读次数:
181
# umount /mnt/cdrom/ umount: /mnt/cdrom: device is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1... ...
分类:
其他好文 时间:
2017-06-03 15:06:13
阅读次数:
576
worker _processes 3 开三个进程(运行数) 每个worker 的线程为 1024 include 导入库在/usr/local/nginx/conf 下 ...
分类:
其他好文 时间:
2017-06-01 16:43:51
阅读次数:
137
部署Samba服务器 1)配置安装环境 为保证windows系统的计算机能够访问Linux Samba服务器,需要对Samba服务器进行网络配置,同时关闭Linux防火墙和SELinux。 1.1网络配置 vim /etc/sysconfig/network-scripts/ifcfg-ens33 ...
分类:
系统相关 时间:
2017-06-01 10:30:57
阅读次数:
399
[root@localhost ~]# cat /usr/local/nginx/conf/nginx.conf worker_processes 2; worker_cpu_affinity 01 10;worker_rlimit_nofile 65535; # worker 进程最大打开文件数,... ...
分类:
系统相关 时间:
2017-05-31 13:54:55
阅读次数:
230
#user nobody;worker_processes 1; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; #pid logs/nginx.pid; event ...
分类:
其他好文 时间:
2017-05-31 11:58:26
阅读次数:
253
题目链接:http://poj.org/problem?id=2299 Description In this problem, you have to analyze a particular sorting algorithm. The algorithm processes a sequenc ...
分类:
编程语言 时间:
2017-05-30 13:20:35
阅读次数:
170
#================================以下是全局配置项#运行nginx的所属组和所有者user nginx nginx;#开启4个nginx 工作进程worker_processes 4;worker_rlimit_nofile 65535;events { #连接规则 ... ...
分类:
系统相关 时间:
2017-05-29 21:46:43
阅读次数:
245
#create oracle instance parameter vi initkevin.or db_name='kevin' memory_target=0 sga_max_size=5G sga_target=3G pga_aggregate_target=1g processes = 15 ...
分类:
数据库 时间:
2017-05-25 10:11:27
阅读次数:
288