supervisor —— a process control system 可以使用supervisor 这个进程监控工具来监控进程,如果进程死掉的话,实现能将进程重启。下面这篇文章讲的不错: https://www.cnblogs.com/zhaoding/p/6257363.html 下面这个 ...
分类:
编程语言 时间:
2017-11-11 17:39:21
阅读次数:
203
SMON 进程:system monitor instance monitor 系统监控、实例监控进程 说明及作用:在实例关闭时,会清理临时段,整理空闲空间free space; 实例非正常关闭后,启动实例时,做instance recovery ; SMON如何判断是否需要实例恢复: --在数据库 ...
分类:
系统相关 时间:
2017-11-08 11:53:52
阅读次数:
186
#!/bin/shps -fe|grep processString |grep -v grepif [ $? -ne 0 ]thenecho "start process....."elseecho "runing....."fi#####processString 表示进程特征字符串,能够查询到 ...
分类:
系统相关 时间:
2017-11-05 18:36:18
阅读次数:
227
vmstat详解vmstat(virtualmemorystatistics)是一款类unix服务器性能的监控工具,他主要用来监控进程、内存、swap虚拟内存、块设备的输入输出,cpu的使用率等。vmstat应用于类unix系统。首先我们先在linux终端输入这个命令,瞧瞧它的输出风格。procs-----------memory----------..
分类:
其他好文 时间:
2017-10-30 11:42:33
阅读次数:
178
service资源 service资源主要对服务做启动、重启、关闭,监控进程的状态等.service的参数:service{‘resourcetitle‘:
name=>#(namevar)Thenameoftheservicetorun.Thisnameis...
ensure=>#Whetheraserviceshouldberunning.Valid...
binary=>#Thepathtothedaemon.Thisiso..
分类:
其他好文 时间:
2017-10-18 20:10:51
阅读次数:
189
1、su 更换用户 2、sudo 管理员权限 3、PATH 4、sudo shutdown -h now 现在关机 sudo shutdown -r now 现在重启 5、kill 杀死 6、ps 查看进程 7、top 可以监控进程 8、uname 系统名称 9、uptime 打印最新时间 10,、 ...
分类:
其他好文 时间:
2017-10-13 23:36:18
阅读次数:
117
参数说明 d 指定每两次屏幕信息刷新之间的时间间隔。当然用户可以使用s交互命令来改变之。 p 通过指定监控进程ID来仅仅监控某个进程的状态。 q该选项将使top没有任何延迟的进行刷新。如果调用程序有超级用户权限,那么top将以尽可能高的优先级运行。 S 指定累计模式 s 使top命令在安全模式中运行 ...
分类:
其他好文 时间:
2017-10-11 20:25:57
阅读次数:
125
以下内容参考黑客防线2012合订本354页 MSDN 原话: The PsSetCreateProcessNotifyRoutineEx routine registers or removes a callback routine that notifies the caller when a p ...
1. 将供应商提供的apitrace拷贝到radio根目录下 2. 确认所要监控进程启动时传入参数,可以使用cat /proc/xxx(进程ID)/cmdline 得到类似如下信息: /usr/app/SystemApps/AppMgr/bin/AppMgrpath:approot=./..|sys ...