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 562027
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T12:30:42+00:00 2026-05-13T12:30:42+00:00

What is meant by CPU Utilization of a process? How to measure it? What

  • 0

What is meant by CPU Utilization of a process?

How to measure it?

What are the means for reducing it?

I have always been confused with this concept. I have tried to measure the CPU used by using ‘top’ command in the Linux. But, what I notice is, when there are no other user process running, then my process seem to spike up and take 99% CPU when it’s not blocked in I/O. But, if there are other process running then it comes to 45% or 50%. Is it acceptable for a process to take 99% of CPU when no other process is running?

Any links or pointers in the direction will also help.

  • 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-13T12:30:42+00:00Added an answer on May 13, 2026 at 12:30 pm

    CPU utilization in this context is the proportion of the total available processor cycles that are consumed by each process.

    If it’s just computing some long-winded calculation, then what you are seeing is normal: the OS is dividing the available 100% of computing resources fairly between the processes that are asking for it.

    If, instead, your program should be waiting for some event, like waiting for the user to press a key or for input to arrive from teh network, it sounds like your program is in an infinite loop: it never waits for anything but just churns away all the time. If that is the case, you should consider rewriting it so that, when it has no work to do, it waits for something. This might be waiting for the user to press a key, for a packet to arrive on a network connection or whatever. If that is the case, you should be looking for code that goes “Is there any work to do? No! Is there any work to do? No! Is there any work to do? No!” madly. If this is the case, you should find a way to make it wait for work using an appropriate operating system call or library function.

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

Sidebar

Related Questions

[i meant to ask this question on StackOverflow...] I have been using VisualSVN Server
This isn't meant as a troll or flamebait or anything like that. I've been
I am confused with the CPU idle time is set to 99. Does this
What does it exactly mean to have a 350% cpu usage (by a process)
I have an app server process that's constantly at 100% CPU. By constantly I
What is meant by this ? for (RosterEntry r : entries) here entries is
I have a C# application which sometimes cost the CPU very high. I want
CPU Utilization is different in different Availability Zones under single ELB of Auto Scaling.
(This was meant to be a general hypothetical question, me whining that .NET was
I'm using Windows 7 and x64 cpu. Does it mean that I should always

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.