Toggle navigation
Beanstalk console
All servers
:11300
Filter columns
Manage samples
Beanstalk (github)
Protocol Specification
Beanstalk console (github)
Edit settings
name
:11300
Add server
×
Close
Add Server
Host
Port
×
Filter columns
binlog
cmd
current
other
binlog-current-index
the index of the current binlog file being written to. If binlog is not active this value will be 0
binlog-max-size
the maximum size in bytes a binlog file is allowed to get before a new binlog file is opened
binlog-oldest-index
the index of the oldest binlog file needed to store the current jobs
binlog-records-migrated
the cumulative number of records written as part of compaction
binlog-records-written
the cumulative number of records written to the binlog
cmd-bury
the cumulative number of bury commands
cmd-delete
the cumulative number of delete commands
cmd-ignore
the cumulative number of ignore commands
cmd-kick
the cumulative number of kick commands
cmd-list-tube-used
the cumulative number of list-tube-used commands
cmd-list-tubes
the cumulative number of list-tubes commands
cmd-list-tubes-watched
the cumulative number of list-tubes-watched commands
cmd-pause-tube
the cumulative number of pause-tube commands
cmd-peek
the cumulative number of peek commands
cmd-peek-buried
the cumulative number of peek-buried commands
cmd-peek-delayed
the cumulative number of peek-delayed commands
cmd-peek-ready
the cumulative number of peek-ready commands
cmd-put
the cumulative number of put commands
cmd-release
the cumulative number of release commands
cmd-reserve
the cumulative number of reserve commands
cmd-stats
the cumulative number of stats commands
cmd-stats-job
the cumulative number of stats-job commands
cmd-stats-tube
the cumulative number of stats-tube commands
cmd-use
the cumulative number of use commands
cmd-watch
the cumulative number of watch commands
current-connections
the number of currently open connections
current-jobs-buried
the number of buried jobs
current-jobs-delayed
the number of delayed jobs
current-jobs-ready
the number of jobs in the ready queue
current-jobs-reserved
the number of jobs reserved by all clients
current-jobs-urgent
the number of ready jobs with priority < 1024
current-producers
the number of open connections that have each issued at least one put command
current-tubes
the number of currently-existing tubes
current-waiting
the number of open connections that have issued a reserve command but not yet received a response
current-workers
the number of open connections that have each issued at least one reserve command
hostname
the hostname of the machine as determined by uname
id
a random id string for this server process, generated when each beanstalkd process starts
job-timeouts
the cumulative count of times a job has timed out
max-job-size
the maximum number of bytes in a job
pid
the process id of the server
rusage-stime
the cumulative system CPU time of this process in seconds and microseconds
rusage-utime
the cumulative user CPU time of this process in seconds and microseconds
total-connections
the cumulative count of connections
total-jobs
the cumulative count of jobs created
uptime
the number of seconds since this server process started running
version
the version string of the server
×
Filter columns
current
other
current-jobs-buried
current-jobs-delayed
current-jobs-ready
current-jobs-reserved
current-jobs-urgent
current-using
current-waiting
current-watching
cmd-delete
cmd-pause-tube
pause
pause-time-left
total-jobs
the cumulative count of jobs created
×
Settings
Tube pause seconds
(
-1
means the default:
3600
,
0
is reserved for un-pause)
Auto-refresh interval in milliseconds
(Default:
500
)
auto-refresh on load
Search result limits
(Default:
25
)
Preferred way to deal with job data
before display: json_decode()
before display: unserialize()
before display: base64_decode()
after display: enable highlight