Linux下如何查杀stopped进程详解

作者:潇湘隐者 时间:2023-10-10 00:45:27 

前言

在Linux系统下面,top命令可以查看查看stopped进程。但是不能查看stopped进程的详细信息。那么如何查看stopped 进程,并且杀掉这些stopped进程呢? 


ps -e j | grep T

Linux下如何查杀stopped进程详解

stopped进程的STAT状态为T,一般而言,进程有下面这些状态码:

               D    uninterruptible sleep (usually IO)

               I    Idle kernel thread

               R    running or runnable (on run queue)

               S    interruptible sleep (waiting for an event to complete)

               T    stopped by job control signal

               t    stopped by debugger during the tracing

               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

一般较常见的是5种状态码:

     D 不可中断 uninterruptible sleep (usually IO)

     R 运行 runnable (on run queue)

     S 中断 sleeping

     T 停止 traced or stopped

     Z 僵死 a defunct (”zombie”) process 

所以,可以用下面命令ps -A -ostat,ppid,pid,cmd | grep -e '^[T]' 查看stopped的进程信息。如下所示:


# ps -A -ostat,ppid,pid,cmd | grep -e '^[T]'

T  6777 8635 more alert_pps.log
T  6777 9654 tail -60f alert_pps.log
T  6777 10724 top
# kill -9 8635
# ps -A -ostat,ppid,pid,cmd | grep -e '^[T]'
T  6777 9654 tail -60f alert_pps.log
T  6777 10724 top
# kill -9 9654
# kill -9 10724

来源:http://www.cnblogs.com/kerrycode/p/9254488.html

标签:查杀,stopped,进程
0
投稿

猜你喜欢

  • SEO之如何消除网站改版的影响

    2008-12-18 10:40:00
  • 谷歌CEO:不会重复微软十年前犯下的错误

    2009-11-08 18:45:00
  • 使用Docker部署 spring-boot maven应用的方法

    2021-05-07 04:38:57
  • 虚拟礼物能否成为挽救社交网站的一线希望?

    2009-10-27 17:44:00
  • 用Windows Server 2003搭建安全文件服务器(3)

    2007-09-28 13:45:00
  • 在线制作.htaccess

    2008-02-19 21:43:00
  • Git客户端TortoiseGit(Windows系统)的使用方法

    2023-08-21 06:34:49
  • 基于linux的Web服务器性能测试

    2010-05-02 18:10:00
  • Windows下Apache与Tomcat的整合

    2008-07-21 12:20:00
  • 淘宝网陷入“秒杀门”

    2009-09-29 09:02:00
  • 伟大网站之路无法规避的原则

    2007-10-13 09:50:00
  • Docker 创建容器后再修改 hostname的详细过程

    2022-01-23 18:09:20
  • 遭“钓鱼”网骗光生活费 大学生发帖人肉骗子

    2009-10-13 13:46:00
  • Godaddy Linux主机帐户的免费软件有哪些

    2010-04-14 12:40:00
  • linux服务器出现严重故障后的处理办法

    2012-02-25 20:15:13
  • 浅谈Exchange Server邮件存储系统

    2010-02-25 18:53:00
  • DEDE首页digg 效果

    2009-02-13 16:57:00
  • kali linux 安装 NVIDA 显卡驱动教程

    2020-12-24 12:01:34
  • 一个网站CEO的现实生活

    2007-10-08 12:05:00
  • 帝国、PHPCMS及织梦对比(三):自定义URL规则

    2011-05-18 11:19:00
  • asp之家 网站运营 m.aspxhome.com