September 1, 2010 at 1:42 am
Hi, I'm covering a DBA role by default and would really appreciate some help with a third level technical issue.
One of the sql servers I'm managing is encountering performanc issues. When running sp_who2 i note that the log writer is taking up 3011359 instances of CPU time.
Could you tell me what role the log writer performs, and shoud the CPU level be so high.
Many thanks.
September 1, 2010 at 3:22 am
The Log Writer is responsible for writing to the transaction log file.
Can you provide more details regarding the performance issue? What behavior are users experiencing?
Have you tried monitoring using perfmon counters from a seperate server to check CPU, memory and storage performance?
Thank you,
Phillip Cox
September 1, 2010 at 4:40 am
AWE is enabled and there is 8gb of memory of the server. Physical memory usage is continually running at 97%. The server is a busy one with @ 100 users processing transactions. The data and transaction log files are on the same drives. CPU usuage is around 25%.
I am currently capturing %Processor Time, Memory\Pages Sec, Physical disk Disk Time, Queue length,Disk Read Writes.
September 1, 2010 at 4:50 am
paul_johnson (9/1/2010)
AWE is enabled and there is 8gb of memory of the server. Physical memory usage is continually running at 97%. The server is a busy one with @ 100 users processing transactions. The data and transaction log files are on the same drives. CPU usuage is around 25%.I am currently capturing %Processor Time, Memory\Pages Sec, Physical disk Disk Time, Queue length,Disk Read Writes.
Hi Paul,
OK, based on this inital information, my first red flag is the co-location of your data and transaction log files on same volume. In terms of AWE, what is your max memory configured, as SQL Server will not page this memory. CPU seems fine, thus other performance counters will help to nail-down possible bottleneck. How is your storage configured (e.g. local or SAN attached) and what are your RAID levels?
How did the performance issue come to light (e.g. user complaints)?
Thanks,
Phillip Cox
September 1, 2010 at 6:03 am
AWE is enabled and there is 8gb of memory of the server. Physical memory usage is continually running at 97%. The server is a busy one with @ 100 users processing transactions. The data and transaction log files are on the same drives. CPU usuage is around 25%.
I am currently capturing %Processor Time, Memory\Pages Sec, Physical disk Disk Time, Queue length,Disk Read Writes.
September 1, 2010 at 6:12 am
paul_johnson (9/1/2010)
When running sp_who2 i note that the log writer is taking up 3011359 instances of CPU time.
Is that high? How long has the instance been running? That CPU count is cumultive since the process was created (which for system processes is since SQL started)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 12, 2023 at 7:25 pm
This was removed by the editor as SPAM
April 12, 2023 at 7:27 pm
This was removed by the editor as SPAM
April 12, 2023 at 7:28 pm
This was removed by the editor as SPAM
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply