If the processor read 97% plus, how do I find that is locking up the PC?

K

Kelvin

If the processor read 97% plus, how do I find that is locking up the PC?

There has to be something running that's locking the system up.
What do I have to do to see what it is?

Thanks!

Kelvin
 
K

Kelvin

Thanks, I'll check this out.

Is there a similar tool that will tell me what is happening and how long it
is taking things to load at startup\logon?

Thanks!!!
 
R

R. McCarty

BootVis is Microsoft tool that will graphically map out the boot cycle.
It's not officially offered by Microsoft, but I believe their are still some
sites where you could obtain a copy. Just be aware that a Boot cycle
has two components the XP boot and the Startups and Watchdogs
that vary by system. An XP boot generally finishes at 40-55 seconds.
Any additional time is due to Startups & Watchdog apps. Some don't
impact boot time very much - others can really delay it completing.

The 1st thing you fix on boot times is any System & Application event
Errors and Warnings that happen during a boot cycle. Those can add
up to 30-Seconds waiting on services or dependency services to start.
 
J

JS

Kelvin said:
If the processor read 97% plus, how do I find that is locking up the PC?

There has to be something running that's locking the system up.
What do I have to do to see what it is?

Thanks!

Kelvin

It could be a sub-process or application that's running in the background
and taking all the CPU resources.

To find and display what could be the problem try Process Explorer:
http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx

Once you have Process Explorer installed and running:
In the taskbar select View and check:
'Show Process Tree' and the 'Show Lower Pane' options.
Move your mouse cursor over any column in the right hand pane and
right click and check the following boxes:
'Command Line' and 'Version'.
Then expand the process named 'Explorer' (click on the + sign)
In the column on the left named 'CPU', look for any high CPU usage.
Next click on the CPU column to sort the processes by %CPU usage
(Highest to Lowest).

Move the mouse cursor over any process,
you should see a popup with some detailed info.
Then mouse over the process that's using most or all the CPU %.
Then click on that process to highlight it,
Now that it's highlighted, right click and from the options listed select:
'Search Online'.
This should display what out there on the web about that process.
You can also double click on any process to open up a more detailed
'Properties' window.
Note: some entries like Explorer, System/Services, and Svchost
may need to be expanded to show the detail (sub processes),
in this case click on the + located to the left of the entry.

An alternate method when using Process Explorer
is to double click on the Graph just below the Menu bar.
This will open the 'System Information' window, which has a larger display
of all three graphs. Move your mouse over any spike in the
CPU Usage graph to see what process/application or service is the cause
of the spike.

Also:
You may have too many applications running in the background,
like more than one Anti-Virus software application both set to run
in the 'Active Scanning' which will slow things down.

If you want to dig deeper:
Try Autoruns from the MS Windows SysInternals site:
http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx

AutoRuns will show/list all apps/etc. that load/run when you first boot ...
(the 'Boot Execute' tab),
when you logon (the 'Logon' tab) and other programs that load
(grouped by labeled tabs) for easy viewing.

It also provides the ability to selectively allows you to stop
(use with care) any program that you don't want to load.
You can undo any changes you have made.

Note: To get additional details on an item in the list you can't
readily identify you may need to highlight the item (right click) and use
the 'Search Online' option to get the details,
especially useful for the more obscure items in the list.

Probably one of the most noticeable slowdowns when
booting can be caused by AV software. Some products
now include "Boot Scans" and "Quick Scans"
(when you log on), compound this with other programs
that load when you first log on and you can see a noticeable
slowdown from a PC that you just re-installed XP to the
same PC after one or more AV products are installed on.
 
V

VanguardLH

Kelvin said:
If the processor read 97% plus, how do I find that is locking up the PC?

There has to be something running that's locking the system up.
What do I have to do to see what it is?

You sure it isn't the System Idle "process" that shows 97%? That's how
much the CPU is *idle*, not busy. All usage values are to add up to
100% so something has to show the remainder of unused processor usage.
The higher the System Idle Processor usage, the less busy is your CPU.
 
J

Jim

If the processor read 97% plus, how do I find that is locking up the PC?

There has to be something running that's locking the system up.
What do I have to do to see what it is?

Thanks!

Kelvin

Could be 97% idle ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top