iotop命令是专门显示硬盘IO的命令,界面风格类似top命令。这个命令只有在kernelv2.6.20及以后的版本中才有。1、直接yum安装,rh6的光盘里有包。yum install iotop 2、命令参数介绍-o, --only Only show processes or thread.....
分类:
其他好文 时间:
2015-03-03 18:19:48
阅读次数:
148
user www;worker_processes 2;error_log /var/log/nginx/error.log error;#error_log logs/error.log notice;#error_log logs/error.log info;pid /var/ru...
分类:
其他好文 时间:
2015-03-03 16:35:35
阅读次数:
151
In my stochastic processes class, Prof Mike Steele assigned a homework problem to calculate the ruin probabilities for playing a game where you with $...
分类:
其他好文 时间:
2015-02-23 09:36:56
阅读次数:
382
首先启动混杂模式
ifconfig查看interfaceairmon-ng start wlan0Found 5 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (...
分类:
其他好文 时间:
2015-02-20 11:57:50
阅读次数:
2129
4.几个常用的shell脚本例子 4.0.在写脚本(同样适用在编程的时候),最好写好完善的注释 4.1.kill_processes.sh(一个杀死进程的脚本)#!/bin/bashcurrent_PID=$$ps -aux | grep "/usr/sbin/httpd" | grep -v "g...
分类:
系统相关 时间:
2015-02-15 20:33:54
阅读次数:
210
从日志分析看,数据库出现故障前,大量process w000 died, see its trace file 无法获得连接,目前参数设置为150,太少,修改processes参数。--整改方法:sqlplus "/ as sysdba "alter system set processes=150...
分类:
其他好文 时间:
2015-02-12 18:10:26
阅读次数:
157
1.Overview of the Automatic Workload RepositoryTheAutomatic Workload Repository (AWR) collects, processes, and maintains performance statistics for pr...
分类:
数据库 时间:
2015-02-12 13:52:45
阅读次数:
219
今天在使用su切换用户doiido的的时候,出现了如下报错:su: 无法设置用户ID: 资源暂时不可用
同时使用SecureCRT等远程SSH工具均无法使用doiido用户连接。查找相关资料,发现是在CentOS 6中,存在/etc/security/limits.d/90-nproc.config文件,此文件限制了普通权限用户的最大线程数,当此用户的最大线程数max user processes到达最高限制数,就无法连接登录。因此在无法减少线程的情况下只能修改此参数,具体修改方法如下:...
分类:
系统相关 时间:
2015-02-07 09:11:41
阅读次数:
546
In this problem, you have to analyze a particular sorting algorithm. The algorithm processes a sequence of n distinct integers by swapping two adjacent sequence elements until the sequence is sorted in ascending order. For the input sequence
9 1 0 5 4 ,
...
分类:
编程语言 时间:
2015-02-06 09:38:14
阅读次数:
168
show parameter job_queue_processes;alter system set job_queue_processes=10;1,创建测试表create table job_test(updatetime date);2,创建Jobvariable v_job_test(up...
分类:
数据库 时间:
2015-02-03 14:53:18
阅读次数:
153