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
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 sp_monitor

Author  Topic 

hirani_prashant
Yak Posting Veteran

93 Posts

Posted - 2008-11-12 : 02:28:33
Hi,

i run the sp_monitor procedure and finds below output.

is below output reliable or not? i mean shall i need to perform any corrective steps?


last_run current_run seconds
2008-11-12 02:23:55.850 2008-11-12 02:24:11.943 16

cpu_busy io_busy idle
689544(10)-62% 67614(1)-6% 5367526(50)-312%

packets_received packets_sent packet_errors
1841909814(44382) 1851460723(44395) 12(0)

total_read total_write total_errors connections
648526(0) 2965004(28) 0(0) 3297575(30)
   

- Advertisement -