Page file profiler
-
Wednesday, March 07, 2012 6:31 AM
Hello,
I was wondering what is the best way to diagnose a performance problem in the pagefile, I have a .NET application that allocates and deallocates a lot of memory constantly, now checking my app on two machines which are rather the same hardware wise I found that in one computer my program runs a lot faster, I am trying to figure out what the reason for that is, and one of the things I wanted to check is if th problem is in the paging file which is not set correctly, and I wondered what is the best way to check it.
Any comments would be appreciated.
Thank you,
Gil
- Moved by Mike FengMicrosoft Contingent Staff, Moderator Friday, March 09, 2012 6:44 AM CLR (From:Building Development and Diagnostic Tools for .Net)
All Replies
-
Thursday, March 08, 2012 2:14 PMModerator
Hi Gil,
Welcome to the MSDN Forum.
This is just a quick note to let you know that we are performing research on this issue and will get back to you as soon as possible.
I appreciate your patience.
Best regards,
Mike Feng
MSDN Community Support | Feedback to us
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
-
Thursday, April 12, 2012 8:27 AM
Hi,
Here are some suggestions, hope could make some help:
1. Make sure the hardware settings and OS settings, and work load of two machines are the similar.
2. You could use the Performance Profiling tool in VS, to do the analysis and make the comparsion on two machines.
Regards
-
Thursday, April 12, 2012 10:02 AM
Hello,
Follow the threads below. It may help you.
http://www.theeldergeek.com/paging_file_performance_monitoring.htm
- Edited by Karel ZikmundMicrosoft Employee, Moderator Thursday, April 12, 2012 4:58 PM Link the links
-
Thursday, April 12, 2012 11:04 AM
Hi Gil,
You can chose Ants profiler
http://www.red-gate.com/products/dotnet-development/ants-performance-profiler/
which is with 14 days free trail,
also look into AlertGrid plugin.
and
Here is the nice article on PerfMonitor http://technet.microsoft.com/en-us/query/aa266946
As Kan Ta mentioned, make sure most of the significant settings in both computers are same.
I hope this helps you...
If this post answers your question, please click "Mark As Answer". If this post is helpful please click "Mark as Helpful".

