Re: Per databse CPU usage
From: Adam Machanic (amachanic_at_hotmail._removetoemail_.com)
Date: 01/03/05
- Next message: Wayne Snyder: "Re: Duplicate tables"
- Previous message: Adam Machanic: "Re: Duplicate tables"
- In reply to: Maxime Ducharme: "Per databse CPU usage"
- Next in thread: Maxime Ducharme: "Re: Per databse CPU usage"
- Reply: Maxime Ducharme: "Re: Per databse CPU usage"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 3 Jan 2005 14:27:57 -0500
You might want to use a server-side trace instead of Profiler if you're
going to run the trace over a long period of time. This article is a pretty
good intro, and the techniques also apply to extracting data from trace
tables saved via Profiler:
http://www.dbazine.com/larsen6.shtml
-- Adam Machanic SQL Server MVP http://www.sqljunkies.com/weblog/amachanic -- "Maxime Ducharme" <mducharme@cybergeneration.com> wrote in message news:TVgCd.30250$nN6.4259@edtnps84... > > Hi, > we have a single server which hosts ~150 different databases > with an average of 60 user connections. > > We are experiencing CPU performance issues, some requests just > take all the CPU for 10 to 20 seconds. > > I'm currently trying to track down these heavy requests to determine > which databses are using CPU the most, and I need help. > > I used SQL Profiler to extract requests, CPU time used, I/O reads/writes, > ... > > An idea I had was to read data from the profiler, and keep a cumulative > CPU time usage seperated by databases. > > At the end of a day, I should know which database used CPU the most. > > Is it possible to extract profiler's data easily ? > > Any better idea ? > > Thanks in advance and happy new year ! :) > > Maxime Ducharme > >
- Next message: Wayne Snyder: "Re: Duplicate tables"
- Previous message: Adam Machanic: "Re: Duplicate tables"
- In reply to: Maxime Ducharme: "Per databse CPU usage"
- Next in thread: Maxime Ducharme: "Re: Per databse CPU usage"
- Reply: Maxime Ducharme: "Re: Per databse CPU usage"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|