Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6880285
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:57:16+00:00 2026-05-27T04:57:16+00:00

I have a blocking queue and workers taking from that queue and then working

  • 0

I have a blocking queue and workers taking from that queue and then working for around 1-10ms.

I would like to figure out some relative figure of how much time the worker was active and idle in a given time frame (e.g 70% active in last minute).

Summing up the short 1ms periods might be to inaccurate and fetching the nano time consumes to much performance.

Is there some neat way of doing such a task?

I have these queue-worker setups more often in my code, therefore I would like to be able to profile bottlenecks at runtime.

EDIT: I only want to know if the thread could be working. If the OS moves the thread out of the processing focus it shall still count. Only when waiting on the queue lock should be counted as idle time.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T04:57:17+00:00Added an answer on May 27, 2026 at 4:57 am

    What about an approach that samples the Thread.getState() of each thread in your pool, and then reports the % of threads that were in each state when samples were taken?

    That way you could get a feel for how often threads were found to be in NEW, RUNNABLE, BLOCKED, WAITING, TIMED_WAITING and TERMINATED.

    The only other approach that I can think of would be to run your code in a profiling tool. YourKit’s Java profiler is very nice, and comes with 1530-day trial license…

    http://www.yourkit.com/java/profiler/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have partial C# code for a blocking queue that looks like this: private
I have a blocking queue of objects. I want to write a thread that
I have a bounded blocking queue in an application that was written several years
I have a class that takes objects from a BlockingQueue and processes them by
I currently have a concurrent queue implementation that uses a BlockingQueue as the data
I have a blocking priority queue which stores Objects of type Message, message has
I have a UDP network application that reads packets sent to it and then
I have an architecture that reads packets from a packetized binary file, assigns each
I have one thread that add() s objects into a LinkedList queue, and another
I have one worker role that throws data into around 10 queues that need

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.