首页 > 其他分享 >qstat 参数

qstat 参数

时间:2023-10-15 09:55:53浏览次数:18  
标签:status qstat destination displayed job 参数 operand

qstat 语法:
qstat [-f][-W site_specific] [job_identifier... | destination...]

qstat [-a|-i|-r] [-n] [-s] [-G|-M] [-R] [-u user_list] [job_identifier... |  destination...]

qstat -Q [-f][-W site_specific] [destination...]

qstat -q [-G|-M] [destination...]

qstat -B [-f][-W site_specific] [server_name...]


qstat 参数

-f jobid,   job的详细信息
    Specifies that a full status display be written to standard out.
-a
    "All" jobs are displayed in the alternative format, see the Standard Output section. If the operand is a destination id, all jobs at that destination are displayed. If the operand is a job id, information about that job is displayed.
-i
    Job status is displayed in the alternative format. For a destination id operand, status for jobs at that destination which are not running are displayed. This includeds jobs which are queued, held or waiting. If an operand is a job id, status for that job is displayed regardless of its state.
-r
    If an operand is a job id, status for that job is displayed. For a destination id operand, status for jobs at that destination which are running are displayed, this includeds jobs which are suspended. If an operand is a job id, status for that job is displayed.
-n
    In addition to the basic information, nodes allocated to a job are listed.
-s
    In addition to the basic information, any comment provided by the batch administrator or scheduler is shown.
-G
    Show size information in giga-bytes.
-M
    Show size information, disk or memory in mega-words. A word is considered to be 8 bytes.
-R
    In addition to other information, disk reservation information is shown. Not applicable to all systems.
-u  userid   该用户的job
    Job status is displayed in the alternative format. If an operand is a job id, status for that job is displayed. For a destination id operand, status for jobs at that destination which are owned by the user(s) listed in are displayed. The syntax of the is:

    Host names may be wild carded on the left end, e.g. "*.nasa.gov". User_name without a "@host" is equivalent to "user_name@*", that is at any host.
-Q
    Specifies that the request is for queue status and that the operands are destination identifiers.
-q
    Specifies that the request is for queue status which should be shown in the alternative format.
-B
    Specifies that the request is for batch server status and that the operands are the names of servers.


标签:status,qstat,destination,displayed,job,参数,operand
From: https://www.cnblogs.com/emanlee/p/3590256.html

相关文章

  • Test class should have exactly one public zero-argument constructor(测试类应该只
    在练习重写equals方法时写测试方法遇到这个问题先放报错代码:publicclassOrder{intorderId;StringorderName;publicintgetOrderId(){returnorderId;}publicvoidsetOrderId(intorderId){this.orderId=orderId;}......
  • TS第二个参数类型是根据第一个参数类型
    interfaceperson{name:stringid:numbersex:boolean}func1<Textendskeyofperson,Kextendsperson>(a:T,b:K[T]){}简化一下func1<Textendskeyofperson>(a:T,b:person[T]){}调用方法changeNa......
  • js对url进行编码解码的三种方案,JS在url中如何传递参数或特殊符号
    为什么要进行url编码?当你的URL里出现%2F怎么办?JS在url中如何传递参数或者特殊符号呢?在url链接中会经常碰到一些%2F、%2B等特殊符号怎么解决呢?下面我们来了解一下:根据RFC标准,有些符号在URI中是不能直接传递的,要按照规定格式进行编码编码格式:%加字符的ASCII码,即一个百分号%,后面......
  • ASEMI整流桥KBU810参数,KBU810特性
    编辑-ZKBU810参数描述:型号:KBU810最大直流反向电压VR:1000V最大工作峰值反向电压VRWM:700V最大平均正向电流IF:8A非重复正向浪涌电流IFSM:300A操作和储存温度范围TJ,TSTG:-55to150℃正向电压VF:1.1V最大反向泄漏电流IRM:10uA每个元件的典型热阻RthJA:2.7℃/W KBU810封装规格:封装:KBU-4总......
  • pgsql sql语句参数量太多报错
    批量入库pgsql的时候,发现pgsql一次只能传3万多参数,要么改数据库链接url的参数要么分批次的批量插入。 分批次批量插入: 1intlimit;//要切割成多少份2intMAX_NUMBER;//每份最多多少条数据34List<List<Integer>>splitList=Stream.iterate(0,n->n+1).......
  • webapi action 参数
    使用地址参数传递(queryString)数据:eg:http://localhost:5063/WeatherForecast?age=123///<summary>///GET方法///</summary>///<returns></returns>[HttpGet(Name="GetWea阿斯顿rFoasasst")]publi......
  • MySQL 8.0参数最佳实践
    MySQL8.0.34版本my.cnf最佳实践参考实例[client]port=3307socket=/data/mysql/3307/run/mysql.sockdefault-character-set=utf8mb4[mysql]port......
  • cpp中函数参数的默认值
    title:aliases:tags:-cpp/函数category:-方法stars:url:creation-time:2023-10-0919:24modification-time:2023-10-1014:20:19[[Cpp]]函数的默认值写法:voidDemo(intx,inty=1;intz=2);由于cpp中函数可能存在声明和定义,如果同时在声明和定......
  • ASEMI整流桥GBU810参数,GBU810封装
    编辑-ZGBU810参数描述:型号:GBU810最大直流反向电压VR:1000V最大工作峰值反向电压VRWM:700V最大平均正向电流IF:8A非重复正向浪涌电流IFSM:200A操作和储存温度范围TJ,TSTG:-55to150℃正向电压VF:1.1V最大反向泄漏电流IRM:5uA每个元件的典型热阻RthJA:2.2℃/W GBU810封装规格:封装:GBU-4总长......
  • fiddler进行断点修改参数
    一、设置断点:Rules->AutomaticBreakpoints>AfterResponses beforerequests,即请求前打断点。该断点打在客户端发出请求后,未到达服务器之前。afterresponse,即响应后断点。该断点打在服务端发出响应后,未到达客户端之前。 二、.或者直接点击下面allprocesses右边的小方......