2011年5月31日

Linux 进程状态 说明

摘要: Linux是一个多用户,多任务的系统,可以同时运行多个用户的多个程序,就必然会产生很多的进程,而每个进程会有不同的状态。 在下文将对进程的R、S、D、T、Z、X 六种状态做个说明。PROCESS STATE CODES Here are the different values that the s, stat and state output specifiers (header "STAT" or "S") will display to describe the state of a process. D Uninterruptible sleep 阅读全文

posted @ 2011-05-31 17:15 spring3mvc学习笔记 阅读(165) 评论(0) 推荐(0) 编辑

AWR 报告 查看 数据库 负载

摘要: AWR 报告是DBA常用的一个性能报告。 关于AWR 报告的生成,参考我的Blog: Oracle AWR 介绍 http://blog.csdn.net/tianlesoftware/archive/2009/10/16/4682300.aspx在AWR 报告的前第二部分就是有关快照的一个统计信息说明。Snap IdSnap TimeSessionsCursors/SessionBegin Snap:395430-May-11 08:00:2810025.1End Snap:396230-May-11 16:00:4414621.0Elapsed:480.26 (mins)DB Time:. 阅读全文

posted @ 2011-05-31 13:39 spring3mvc学习笔记 阅读(162) 评论(0) 推荐(0) 编辑

导航