There are the following tools you can used to monitor the performance:
-
http watcher professional
- Install it.
- Open it by clicking View->Explorer Bar->HTTPWatcher Professional
-
Visit a web page to watch the performance.
(Before watching, you need to click Record button in the tool.)
-
Performance tool built in the OS
- Click Control Panel->Administration Tools->Performance
- If want to view other performance indexes, you can right click the graph and select Add Counters
-
Performance tools built in SQL Server
-
Profiler
- Click SQL Server Profiler in SQL Server tools of the SQL Server group of Start->Program.
- Start new trace by clicking File->New trace, and connect to a database.
- In the Trace property, you can set what should be traced by clicking Events Selection tab.
-
Click Run to start.
(before it runs normally, you may need to change the system font to TrueType)
-
You can monitor the performance of a store procedure, a SQL command, etc.