记录阿里巴巴QA架构组成长点滴。2008年关键词为效率,技术,影响力!QA/测试架构师定义:开发和设计测试框架测试库;纵横全局的考虑产品的功能,设计复杂的测试系统;负责研发某一项特定的测试技术;为公司考虑如何提高测试效率。领导公司测试技术的发展和测试策略上的方向,关注整个公司的测试部门的问题,前瞻性的考虑未来的版本的测试策略和技术。测试架构师计划/设计测试平台,关注着产品的测试过程,提供咨询服务,影响到公司内的测试机构测试社区,以及开发机构等,对产品各个方面施加深远而正确的影响,最终提高整体软件质量。

bash3.0的新特性-ps命令

上一篇 / 下一篇  2008-09-24 16:59:00 / 个人分类:系统管理与维护

ps命令中的status状态 bash3.0以上支持(kernel 2.6以上)
    D Uninterruptible sleep (usually IO) 
    R Running or runnable (on run queue) 运行中
    S Interruptible sleep (waiting for an event to complete) 可打断的后台进程,类似守护进程httpd、ntpd、crond等
    T Stopped, either by a job control signal or because it is being traced. 
    W paging (not valid since the 2.6.xx kernel) 
    X dead (should never be seen) 
    Z Defunct ("zombie") process, terminated but not reaped by its parent. 

    For BSD formats and when the stat keyword is used, additional characters may be displayed: 
    < high-priority (not nice to other users) 高优先级
    N low-priority (nice to other users) 低优先级
    L has pages locked into memory (for real-time and custom IO) 
    s is a session leader 主进程
    l  is multi-threaded (using CLONE_THREAD, like NPTL pthreads do) 表示线程
    + is in the foreground process group 前台运行
 
    譬如:ps -axuf后status column中:Ss表示父进程、R+正在前台运行的进程、SN表示低优先级的进程,S+、Sl表示线程、SL等

TAG: 系统管理与维护

 

评分:0

我来说两句

日历

« 2024-04-15  
 123456
78910111213
14151617181920
21222324252627
282930    

数据统计

  • 访问量: 153999
  • 日志数: 163
  • 文件数: 1
  • 建立时间: 2008-02-26
  • 更新时间: 2008-12-10

RSS订阅

Open Toolbar