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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T20:52:16+00:00 2026-06-18T20:52:16+00:00

On windows you can see pull up the task manager or Get-Process in powershell

  • 0

On windows you can see pull up the task manager or Get-Process in powershell to get a list of running processes along with their memory and cpu usage.

You can also (on windows 8 or Get-Service in powershell) view all running services. Yet for services you do not get any of those numbers.

From my developer point of view this always seemed a bit odd. Sure, a service requires a bunch more deployment effort and is awkward to code and debug, but otherwise it’s just a program same as any other.

I’m sure there’s a good reason for why services do not have those numbers, one that probably has something to do with how windows runs services. What is that reason?

  • 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-06-18T20:52:17+00:00Added an answer on June 18, 2026 at 8:52 pm

    There is a service host process “svchost.exe” that can start/handle multiple services. Since resource consumption is generally measured by the operating system at the process level, services that have been started by the same host process will all show up as usage by that process.

    If you look in the ‘services’ area of the Control Panel and look for the program that starts a service, you’ll find most of the Windows services all use “svchost.exe” with different parameters to start it.

    Task Manager shows multiple instances of svchost.exe so it is possible to isolate a specific service to one instance of svchost.exe but you’d need to know which instance is serving just the service of interest. You could use PowerShell to start the service through svchost.exe but hang onto the process ID and then add the Process ID column in Task Manager so you could see memory/CPU usage.

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

Sidebar

Related Questions

I am writing a simple windows service in C++. I can see the service
In Windows I can post custom message to another process and inform it to
I'm running a process from inside a windows service using: ProcessStartInfo processStartInfo = new
I'm making a game which you can see here, if you are on Windows
On my Windows machine, when I pull my repo I get: error: unable to
How can I remove the animation from this jQuery modal window? You can see
I accidentally closed the Console window in Eclipse, and now I can't see the
Are there any tools/libraries on Windows that can help me tarck down the culprit?
When trying to debug a program on Windows I can't seem to find where
What windows C IDE can I use that will use gcc to compile and

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.