Linux command
qstat 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Show all jobs
qstat
Show user's jobs
qstat -u [username]
Show full job details
qstat -f [job_id]
Show queue status
qstat -Q
Show running jobs
qstat -r
说明
qstat displays the status of batch jobs in PBS/Torque, SGE, or similar job scheduling systems. It shows job state, queue, resources, and timing information.
参数
- -f
- Full job information.
- -u _user_
- Jobs for specific user.
- -Q
- Queue status.
- -q
- Queue summary.
- -r
- Running jobs only.
- -n
- Show nodes.
- -a
- All jobs.
FAQ
What is the qstat command used for?
qstat displays the status of batch jobs in PBS/Torque, SGE, or similar job scheduling systems. It shows job state, queue, resources, and timing information.
How do I run a basic qstat example?
Run `qstat` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -f do in qstat?
Full job information.