Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBeanstalkTubeStats

Hierarchy

  • IBeanstalkTubeStats

Properties

cmd-delete

cmd-delete: number

The cumulative number of delete commands for this tube

cmd-pause-tube

cmd-pause-tube: number

The cumulative number of pause-tube commands for this tube.

current-jobs-buried

current-jobs-buried: number

The number of buried jobs in this tube.

current-jobs-delayed

current-jobs-delayed: number

The number of delayed jobs in this tube.

current-jobs-ready

current-jobs-ready: number

The number of jobs in the ready queue in this tube.

current-jobs-reserved

current-jobs-reserved: number

The number of jobs reserved by all clients in this tube.

current-jobs-urgent

current-jobs-urgent: number

The number of ready jobs with priority < 1024 in this tube.

current-using

current-using: number

The number of open connections that are currently using this tube.

current-waiting

current-waiting: number

The number of open connections that have issued a reserve command while watching this tube but not yet received a response.

current-watching

current-watching: number

The number of open connections that are currently watching this tube.

name

name: string

The tube's name.

pause

pause: number

The number of seconds the tube has been paused for.

pause-time-left

pause-time-left: number

The number of seconds until the tube is un-paused.

total-jobs

total-jobs: number

The cumulative count of jobs created in this tube in the current beanstalkd process.

Generated using TypeDoc