We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd60110 + 88f7986 commit cef8c26Copy full SHA for cef8c26
queue.go
@@ -84,7 +84,7 @@ func ParseQueueMetrics(input []byte) *QueueMetrics {
84
85
// Execute the squeue command and return its output
86
func QueueData() []byte {
87
- cmd := exec.Command("/usr/bin/squeue", "-h", "-o %A,%T,%r", "--states=all")
+ cmd := exec.Command("/usr/bin/squeue", "-r", "-h", "-o %A,%T,%r", "--states=all")
88
stdout, err := cmd.StdoutPipe()
89
if err != nil {
90
log.Fatal(err)
0 commit comments