Link to home
Start Free TrialLog in
Avatar of anushahanna
anushahannaFlag for United States of America

asked on

Process(_Total)\Working Set

On a Dedicated SQL Server, I am observing the following counter value over a week's time:

Process(_Total)\Working Set

Min 1204593651
Average 1299979594
Max 1687249807

This is 1.12GB, 1.21GB, 1.57GB respectively.

The Server has 8GB Ram, and 6GB max set to SQL; 0 as min.

What does these numbers mean?

thanks
ASKER CERTIFIED SOLUTION
Avatar of sameer2010
sameer2010
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of anushahanna

ASKER

So, technically, if Working set is less than available mem, page fault would never occur?

So the average of 1.21Gb from above, is for all the processes that are running, not just SQL, right?

Would this be the sum of 'Mem Usage' column in Task Manager->Processes?

Thanks
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
LMiller7
Thanks for the helpful info.

Process(_Total)\Working Set is for Windows. See attached..
WorkingSet.bmp
I did a quick run on just the main numbers. I am getting an average of

684MB AvailableRAM
43MB Pool Nonpaged
51MB Pool paged Resident
127MB System Cache Resident
0 System Code Resident
3MB System Driver Resident
1175MB Total Private Mem
8025MB Total Virtual Mem
1266 Total Working Set

Do you think maybe I should ignore the Process(_Total)\Working Set Counter, and come up with a formula with the above numbers?

thanks
Do you need this for calculating if your hardware is sufficient or processes are efficient?
sameer2010
it is more to confirm if memory is doing ok, and if more is needed, to handle the processes.
experts, can you help me figure working set from system counters, please:


684MB AvailableRAM
43MB Pool Nonpaged
51MB Pool paged Resident
127MB System Cache Resident
0 System Code Resident
3MB System Driver Resident
1175MB Total Private Mem
8025MB Total Virtual Mem

thanks