Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Monitoring SQL server

Author  Topic 

techbabu303
Starting Member

1 Post

Posted - 2006-12-05 : 05:56:38
Iam new to Sql server 2000 administration , would need inputs on counters to monitor so that I can do regular health check up of the system.

Environment:

Sql server 2000 SP3
windows 2003 sp1
2GB RAM
2GHZ processor
Total size of 23 databases = 7.38GB

Counters currently montioring using the task manager on sqlserv.exe :

1. Mem Usage I assuume amount of RAM is consuming
2. VM size is virtual memory in play
3. Page Pool - Not sure what this is ? assuming paging mechnaism in windows
4. NP pool - Not sure on this
5. I/O reads - reads like select to db
6. I/0 writes - insert and update to DB
7. Page File usage - Not sure on this too, please explain

Any other counters or freeware tools to use please suggest and also please explain the above counters 3,4,7 in detail please or point me to links if possible.

Thx in Advance
Sat

Page47
Master Smack Fu Yak Hacker

2878 Posts

Posted - 2006-12-05 : 08:23:58
sql-server-performance.com has some good articles on using perfmon to monitor health. I don't see any CPU data points in your set and I think you are overdoing the RAM monitoring for basic health monitoring.

Jay
to here knows when
Go to Top of Page

monty
Posting Yak Master

130 Posts

Posted - 2006-12-06 : 01:44:57
plz go thru these links:

http://www.windowsitlibrary.com/Content/77/15/1.html

http://www.sql-server-performance.com/performance_monitor_counters_sql_server.asp



its me monty
Go to Top of Page

Norwich
Posting Yak Master

158 Posts

Posted - 2006-12-06 : 07:22:28
Advice: If there is absolutely no reason why you can't migrate to SQL SP4 then MIGRATE.
Service Packs fix errors that make your life easier.

Regards
N

The revolution won't be televised!
Go to Top of Page
   

- Advertisement -