zoukankan      html  css  js  c++  java
  • xm list中几种状态的含义


    xm list中几种状态的含义


    使用xm list命令,得到的结果中,state段能列出6中Xen Domain的状态,State为下面的其中一个。 

    r – 运行 
    Domain正在CPU里面运行


    b – 阻塞 
    domain阻塞,意味这个domain不处于运行或者可运行的状态。导致这种状态可能是因为domain正在等待IO(a traditional wait state)或者因为闲置而已经处于sleep状态。 

    p – 暂停 
    domain处于暂停状态,通常是因为管理员运行了xm pause命令。处于暂停状态的domain依旧会占用系统资源,比如内存。但是不会被Xen hypervisor列出(but will not be eligible for scheduling by the Xen hypervisor)。 

    s – 关闭 
    guest已经被请求关闭,重启,挂起(suspended),或者domain处于即将被摧毁的进程状态。 

    c – 崩溃 
    domain崩溃,which is always a violent ending。通常这种状态只有在没有在配置文件中设置当崩溃时候重启的时候才会出现。更多信息请参照xmdomain.cfg。 


    d – 垂死 
    domain处于垂死状态,但是还没有完全被关闭,或者未崩溃

  • 相关阅读:
    @RequestParam @RequestBody @PathVariable 等参数绑定注解详解
    提交本地项目到github
    php魔术方法和魔术常量
    zTree学习
    js跨域解决方案(转载)
    启动apache和tomcat端口被占用解决办法
    配置nginx+php
    php,nginx重启
    php自动加载
    php命名空间
  • 原文地址:https://www.cnblogs.com/feisky/p/2264328.html
Copyright © 2011-2022 走看看