| From: | John A Meinel <john(at)arbash-meinel(dot)com> |
|---|---|
| To: | Lane Van Ingen <lvaningen(at)esncc(dot)com>, Postgresql Performance <pgsql-performance(at)postgresql(dot)org> |
| Subject: | Re: Is There A Windows Version of Performance Tuning Documents? |
| Date: | 2005-08-03 15:07:47 |
| Message-ID: | 42F0DDC3.9080707@arbash-meinel.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-performance |
Lane Van Ingen wrote:
> I have in my possession some performance tuning documents authored by Bruce
> Momjian, Josh Berkus, and others. They give good information on utilities to
> use (like ipcs, sar, vmstat, etc) to evaluate disk, memory, etc. performance
> on Unix-based systems.
>
> Problem is, I have applications running on Windows 2003, and have worked
> mostly on Unix before. Was wondering if anyone knows where there might be a
> Windows performance document that tells what to use / where to look in
> Windows for some of this data. I am thinking that I may not seeing what I
> need
> in perfmon or the Windows task manager.
>
> Want to answer questions like:
> How much memory is being used for disk buffer cache?
> How to I lock shared memory for PostgreSQL (if possible at all)?
> How to determine if SWAP (esp. page-in) activity is hurting me?
> Does Windows use a 'unified buffer cache' or not?
> How do I determine how much space is required to do most of my sorts in
> RAM?
>
I don't know of any specific documentation. I would mention the
TaskManager as the first place I would look (Ctrl+Shift+Esc, or right
click on the task bar).
You can customize the columns that it shows in the process view, so you
can get an idea if something is paging, how much I/O it is using, etc.
I'm sure there are other better tools, but this one is pretty easy to
get to, and shows quite a bit.
John
=:->
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Matthew Schumacher | 2005-08-04 08:13:55 | Re: Performance problems testing with Spamassassin 3.1.0 |
| Previous Message | Lane Van Ingen | 2005-08-03 13:15:34 | Is There A Windows Version of Performance Tuning Documents? |