Giter Club home page Giter Club logo

Comments (2)

mperham avatar mperham commented on August 20, 2024 1

You can get current queue sizes trivially:

% curl http://localhost:7420/stats
{
   "faktory" : {
      "queues" : {
         "queue0" : 64,
         "queue1" : 67,
         "queue2" : 54,
         "queue3" : 53,
         "queue4" : 72
      },
      "tasks" : {
         "Busy" : {
            "reaped" : 0,
            "size" : 0
         },
         "Dead" : {
            "cycles" : 1,
            "enqueued" : 0,
            "size" : 0,
            "wall_time_sec" : 9.1292e-05
         },
         "Retries" : {
            "cycles" : 13,
            "enqueued" : 0,
            "size" : 0,
            "wall_time_sec" : 0.001088125
         },
         "Scheduled" : {
            "cycles" : 13,
            "enqueued" : 0,
            "size" : 0,
            "wall_time_sec" : 0.005740415
         },
         "Workers" : {
            "reaped" : 0,
            "size" : 0
         }
      },
      "total_enqueued" : 310,
      "total_failures" : 310,
      "total_processed" : 30004,
      "total_queues" : 5
   },
   "now" : "2023-09-21T15:00:38.439896Z",
   "server" : {
      "command_count" : 0,
      "connections" : 0,
      "description" : "Faktory",
      "faktory_version" : "1.8.0",
      "uptime" : 64,
      "used_memory_mb" : 7
   },
   "server_utc_time" : "15:00:38 UTC"
}

Latency requires Faktory Enterprise and Statsd. https://github.com/contribsys/faktory/wiki/Ent-Metrics#latency

from faktory.

JoaoPedroAssis avatar JoaoPedroAssis commented on August 20, 2024

Thanks for the response!

from faktory.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.