Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBeanstalkStats

Hierarchy

  • IBeanstalkStats

Properties

binlog-current-index

binlog-current-index: number

The index of the current binlog file being written to. If binlog is not active this value will be 0.

binlog-max-size

binlog-max-size: number

The maximum size in bytes a binlog file is allowed to get before a new binlog file is opened.

binlog-oldest-index

binlog-oldest-index: number

The index of the oldest binlog file needed to store the current jobs.

binlog-records-migrated

binlog-records-migrated: number

The cumulative number of records written as part of compaction.

binlog-records-written

binlog-records-written: number

The cumulative number of records written to the binlog.

cmd-bury

cmd-bury: number

The cumulative number of bury commands.

cmd-delete

cmd-delete: number

The cumulative number of delete commands.

cmd-ignore

cmd-ignore: number

The cumulative number of ignore commands.

cmd-kick

cmd-kick: number

The cumulative number of kick commands.

cmd-list-tube-used

cmd-list-tube-used: number

The cumulative number of list-tube-used commands.

cmd-list-tubes

cmd-list-tubes: number

The cumulative number of list-tubes commands.

cmd-list-tubes-watched

cmd-list-tubes-watched: number

The cumulative number of list-tubes-watched commands.

cmd-pause-tube

cmd-pause-tube: number

The cumulative number of pause-tube commands.

cmd-peek

cmd-peek: number

The cumulative number of peek commands.

cmd-peek-buried

cmd-peek-buried: number

The cumulative number of peek-buried commands.

cmd-peek-delayed

cmd-peek-delayed: number

The cumulative number of peek-delayed commands.

cmd-peek-ready

cmd-peek-ready: number

The cumulative number of peek-ready commands.

cmd-put

cmd-put: number

The cumulative number of put commands.

cmd-release

cmd-release: number

The cumulative number of release commands.

cmd-reserve

cmd-reserve: number

The cumulative number of reserve commands.

cmd-stats

cmd-stats: number

The cumulative number of stats commands.

cmd-stats-job

cmd-stats-job: number

The cumulative number of stats-job commands.

cmd-stats-tube

cmd-stats-tube: number

The cumulative number of stats-tube commands.

cmd-use

cmd-use: number

The cumulative number of use commands.

cmd-watch

cmd-watch: number

The cumulative number of watch commands.

current-connections

current-connections: number

The number of currently open connections.

current-jobs-buried

current-jobs-buried: number

The number of buried jobs.

current-jobs-delayed

current-jobs-delayed: number

The number of delayed jobs.

current-jobs-ready

current-jobs-ready: number

The number of jobs in the ready queue.

current-jobs-reserved

current-jobs-reserved: number

The number of jobs reserved by all clients.

current-jobs-urgent

current-jobs-urgent: number

The number of ready jobs with priority < 1024.

current-producers

current-producers: number

The number of open connections that have each issued at least one put command.

current-tubes

current-tubes: number

The number of currently-existing tubes.

current-waiting

current-waiting: number

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

current-workers

current-workers: number

The number of open connections that have each issued at least one reserve command.

draining

draining: boolean

Set to "true" if the server is in drain mode,"false" otherwise.

hostname

hostname: string

The hostname of the machine as determined by uname.

id

id: string

A random id string for this server process, generated every time beanstalkd process starts.

job-timeouts

job-timeouts: number

The cumulative count of times a job has timed out.

max-job-size

max-job-size: number

The maximum number of bytes in a job.

os

os: null | string

The OS version as determined by uname

pid

pid: number

The process id of the server.

platform

platform: string

The machine architecture as determined by uname

rusage-stime

rusage-stime: number

The cumulative system CPU time of this process in seconds and microseconds.

rusage-utime

rusage-utime: number

The cumulative user CPU time of this process in seconds and microseconds.

total-connections

total-connections: number

The cumulative count of connections.

total-jobs

total-jobs: number

The cumulative count of jobs created.

uptime

uptime: number

The number of seconds since this server process started running.

version

version: string

The version string of the server.

Generated using TypeDoc