문제

By "empty" I mean there's no job ready to be reserved or being reserved.

I've read the document on github and find that stats is almost what I want except that it gives information about the whole system, not a specific tube.

도움이 되었습니까?

해결책

You will want to run, and parse the output from the stats-tube [tubename] command. It returns the number of jobs in the tube of each type (urgent, ready, reserved, delayed, and others), and other tube-specific information.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top