这篇文章主要讲 Linux 中进程的概念和进程的管理工具。原文:http://liaoph.com/inux-process-management/进程的概念什么是进程进程(Process)是计算机中程序执的实体。程序通常是由指令和相关数据组成的,在 Linux 系统中,程序的运行通常是由用户通过一...
分类:
系统相关 时间:
2015-07-17 17:53:33
阅读次数:
331
参考MOS文档有:
Troubleshooting Guide ORA-609 : Opiodr aborting process unknown ospid (文档 ID 1121357.1)
Alert.log shows ORA-609 with TNS-12537: TNS:connection closed (文档 ID 1538717.1)
Fatal NI Connect 12...
分类:
其他好文 时间:
2015-07-17 16:20:21
阅读次数:
580
参考资料:How to send an email from oracle workflow process using an AdHocRole?Notification System APIsWORKFLOW NOTIFICATIONS- SEND NOTIFICATION FROM A SPE...
分类:
其他好文 时间:
2015-07-17 14:00:23
阅读次数:
107
279.Identify the activities performed as part of the Automatic SQL Tuning process in the maintenance
window? (Choose all that apply.)
A. generating the SQL profile
The safer , easier way to help yo...
分类:
其他好文 时间:
2015-07-17 12:07:22
阅读次数:
134
Definition 1. A Gaussian Process is a collection of random variables, any finitenumber of which have (consistent) joint Gaussian distributions.高斯分布(Ga...
分类:
其他好文 时间:
2015-07-17 11:54:23
阅读次数:
126
oracle version:Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Productionos version:Linux x86 64-bit
oracle alert日志报错:opiodr aborting process unknown ospid (19506) as a result of ORA...
分类:
其他好文 时间:
2015-07-16 16:51:01
阅读次数:
200
EPL,Event Process Language,事件处理语言。类似于SQL,描述了esper要分析的内容。
统计窗口
以下为常用窗口。
win:length(size)//攒够size条数据后触发UpdateListener()函数。滑动窗口,攒满之后新来一个移除一个,并触发。
win:length_batch(size) //攒够size条数据后触发,并清空队列。再攒满了再触发。
...
分类:
其他好文 时间:
2015-07-16 16:34:48
阅读次数:
164
L - Oil DepositsCrawling in process... Crawling failed Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit StatusDescriptionThe...
分类:
其他好文 时间:
2015-07-16 16:30:17
阅读次数:
100
提出的问题:server100万人在线,16G内存快被吃光。玩家进程占用内存偏高解决方法:第一步:erlang:system_info(process_count). 查看进程数目是否正常,是否超过了erlang虚拟机的最大进程数。第二步:查看节点的内存瓶颈所在地方> erlang:memory()...
分类:
其他好文 时间:
2015-07-16 16:14:08
阅读次数:
93
ps --forest ASCII art process tree2 怎样来清除僵尸进程: 1.改写父进程,在子进程死后要为它收尸。具体做法是接管SIGCHLD信号。子进程死后,会发送SIGCHLD信号给父进程,父进程收到此信号后,执行waitpid()函数为子进程收尸。这是基于这样的...
分类:
系统相关 时间:
2015-07-16 16:00:41
阅读次数:
2332