performance - identify process

B

Bob

We have an application server running W2k server SP4. IT has four
processors, 4gb of ram.

during business hours, from about 10:00 to 12:30 every day, page faults sky
rocket and disk i/o goes crazy.

what i need to do is find some tools to pinpoint what application process is
triggering the paging.

in other words, i need to find out root cause.

their is a db server that i suspect is causing the issue. but i need to
confirm WHICH process is causing paging.

the O/S has 4gb of physical RAM and never peaks more than 3gb committed. yet
paging is significant during these time periods.

it could be that there's some report tool running that is scanning millions
of records that is causing the O/S to page. i'm not sure.

if i can identify which process(es) are triggering the paging, then i can
begin to dig into those applications to see what's happening within them to
tune.

i have more than enough free RAM on the system that is not being used, so if
i can identify the process, maybe there are ways i can allocate more ram or
adjust it's settings to utilize memory more effectively.

so to summarize:

1. heavy paging for 2.5 hour period every day (consistent)
2. need to identify root process / root cause.
 
J

Jason Tan

Hi Bob,

Thanks for posting!

I understand that some application is triggering page faults from about
10:00 to 12:30 every day and you need to trace what application is
triggering the page faults. If I have misunderstood your concerns, please
feel free to let me know.

Based on my research, the Windows Task Manager can monitor the page faults.

1. Ctrl+ Alt+ Del -> Click Task Manager

2. Click View tab->Select Columns->Check Page Faults

Then you can view which applications are using the Page Faults.

In addition, I would like to suggest the following steps.

Step 1: Running Spyware software and cleaning the system.
=======================================================

Microsoft Windows Anti-Spyware (Beta)
http://www.microsoft.com/athome/security/spyware/software/default.mspx

Spy-killer
http://www.spy-killer.com/

Ad-Aware (free version)
http://www.lavasoft.de

SpyBot
http://www.download.com/3000-8022-10122137.html

Step 2: Try the following on-line free virus scanner.
===========================================================

http://housecall.antivirus.com/housecall/start_corp.asp#top
http://security.symantec.com/ssc/home.asp

Hope the information helps. If there is anything that is unclear, please
feel free to let me know.

Thanks & Regards,

Jason Tan

Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security

=====================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.










--------------------
| From: "Bob" <[email protected]>
| Subject: performance - identify process
| Date: Wed, 25 May 2005 08:47:58 -0400
| Lines: 35
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.win2000.general
| NNTP-Posting-Host: smtp.pcb.com 64.80.104.131
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.win2000.general:55423
| X-Tomcat-NG: microsoft.public.win2000.general
|
| We have an application server running W2k server SP4. IT has four
| processors, 4gb of ram.
|
| during business hours, from about 10:00 to 12:30 every day, page faults
sky
| rocket and disk i/o goes crazy.
|
| what i need to do is find some tools to pinpoint what application process
is
| triggering the paging.
|
| in other words, i need to find out root cause.
|
| their is a db server that i suspect is causing the issue. but i need to
| confirm WHICH process is causing paging.
|
| the O/S has 4gb of physical RAM and never peaks more than 3gb committed.
yet
| paging is significant during these time periods.
|
| it could be that there's some report tool running that is scanning
millions
| of records that is causing the O/S to page. i'm not sure.
|
| if i can identify which process(es) are triggering the paging, then i can
| begin to dig into those applications to see what's happening within them
to
| tune.
|
| i have more than enough free RAM on the system that is not being used, so
if
| i can identify the process, maybe there are ways i can allocate more ram
or
| adjust it's settings to utilize memory more effectively.
|
| so to summarize:
|
| 1. heavy paging for 2.5 hour period every day (consistent)
| 2. need to identify root process / root cause.
|
|
|
|
 

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