.TH RQINFO 1 .SH NAME rqinfo \- Command line monitor for RQ .SH SYNOPSIS .B rqinfo [\fI\,OPTIONS\/\fR] [\fI\,QUEUES\/\fR]... .SH DESCRIPTION .IP RQ is a command\-line monitor for rq. It is part of python-rq module package. .SH OPTIONS .TP .B \fB\-i\fR, \fB\-\-interval\fR FLOAT Updates stats every N seconds (default: don\[cq]t poll) .TP .B \fB\-r\fR \fB\-\-raw\fR Print only the raw numbers, no bar charts .TP .B \fB\-Q\fR, \fB\-\-only\-queues\fR Show only queue info .TP .B \fB\-W\fR, \fB\-\-only\-workers\fR Show only worker info .TP .B \fB\-R\fR, \fB\-\-by\-queue\fR Shows workers by queue .TP .B \fB\-P\fR, \fB\-\-path\fR TEXT Specify the import path. .TP .B \fB\-\-connection\-class\fR TEXT Redis client class to use .TP .B \fB\-\-queue\-class\fR TEXT RQ Queue class to use .TP .B \fB\-j\fR, \fB\-\-job\-class\fR TEXT RQ Job class to use .TP .B \fB\-w\fR, \fB\-\-worker\-class\fR TEXT RQ Worker class to use .TP .B \fB\-c\fR, \fB\-\-config\fR TEXT Module containing RQ settings. .TP .B \fB\-u\fR, \fB\-\-url\fR TEXT URL describing Redis connection details. .TP .B \fB\[en]help\fR Show this message and exit.