Skip to content

Instantly share code, notes, and snippets.

@bvibber
Created July 18, 2014 21:33
Show Gist options
  • Save bvibber/2d233200da983850031c to your computer and use it in GitHub Desktop.
Save bvibber/2d233200da983850031c to your computer and use it in GitHub Desktop.
vagrant@mediawiki-vagrant:~$ redis-cli monitor | grep -i job
1405719083.707215 [0 127.0.0.1:35480] "HGETALL" "jobqueue:aggregator:h-ready-queues:v1"
1405719088.708363 [0 127.0.0.1:35480] "HGETALL" "jobqueue:aggregator:h-ready-queues:v1"
1405719092.318244 [0 127.0.0.1:35497] "SETEX" "wiki:jobqueue:main:refreshLinks:empty" "300" "s:5:\"false\";"
1405719092.318719 [0 127.0.0.1:35497] "GET" "wiki:jobqueue:refreshLinks:rootjob:bdcbefffb99cc366cd9ea41ed0df61f0b887bc6a"
1405719092.319266 [0 127.0.0.1:35497] "SETEX" "wiki:jobqueue:refreshLinks:rootjob:bdcbefffb99cc366cd9ea41ed0df61f0b887bc6a" "2419200" "s:14:\"20140718213132\";"
1405719092.376393 [0 127.0.0.1:35497] "SETEX" "wiki:jobqueue:main:htmlCacheUpdate:empty" "300" "s:5:\"false\";"
1405719092.380027 [0 127.0.0.1:35497] "EXISTS" "wiki:stats:job-insert"
1405719092.380455 [0 127.0.0.1:35497] "INCR" "wiki:stats:job-insert"
1405719092.380948 [0 127.0.0.1:35497] "EXISTS" "wiki:stats:job-insert-htmlCacheUpdate"
1405719092.381350 [0 127.0.0.1:35497] "INCR" "wiki:stats:job-insert-htmlCacheUpdate"
1405719092.381865 [0 127.0.0.1:35497] "EXISTS" "wiki:stats:job-insert-htmlCacheUpdate-wiki"
1405719092.382284 [0 127.0.0.1:35497] "INCR" "wiki:stats:job-insert-htmlCacheUpdate-wiki"
1405719093.711244 [0 127.0.0.1:35480] "HGETALL" "jobqueue:aggregator:h-ready-queues:v1"
1405719098.713344 [0 127.0.0.1:35480] "HGETALL" "jobqueue:aggregator:h-ready-queues:v1"
1405719103.716290 [0 127.0.0.1:35480] "HGETALL" "jobqueue:aggregator:h-ready-queues:v1"
1405719108.717723 [0 127.0.0.1:35480] "HGETALL" "jobqueue:aggregator:h-ready-queues:v1"
.............
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment