Re: Batch Requests/Sec counter
From: Andrew J. Kelly (sqlmvpnooospam_at_shadhawk.com)
Date: 07/02/04
- Next message: Andrew J. Kelly: "Re: Primary File Group Full"
- Previous message: Peter Yeoh: "Re: Recovering (local) server and Restoring a Dabase from a clients backup"
- In reply to: anonymous_at_discussions.microsoft.com: "Re: Batch Requests/Sec counter"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 1 Jul 2004 21:22:12 -0400
It's easier to see the actual values in the Report mode vs. the graph mode
or Perfmon.
-- Andrew J. Kelly SQL MVP <anonymous@discussions.microsoft.com> wrote in message news:2466001c45fca$da3d27d0$a601280a@phx.gbl... > hmm... the scale of the graph is the same as the counter > but the scale in the column beneath it is 1000.... > sorry.... very confusing to me. > > >-----Original Message----- > >The scale on performance monitor only affects the > position of the graph. > >The counter value should be the correct number. > > > >-- > >Geoff N. Hiten > >Microsoft SQL Server MVP > >Senior Database Administrator > >Careerbuilder.com > > > >I support the Professional Association for SQL Server > >www.sqlpass.org > > > ><anonymous@discussions.microsoft.com> wrote in message > >news:240a801c45f46$fb515f60$a301280a@phx.gbl... > >> The performance monitor shows it at the scale of 1000 > so > >> after you times it it's around the same value as > >> sysperfinfo. So I guess that I shouldn't times the > scale? > >> > >> >-----Original Message----- > >> >Sounds like you pulled the raw counters from > >> sysperfinfo. Those are not > >> >time-adjusted. See http://support.microsoft.com/? > >> id=555064 for a short > >> >explanation. You wil need to use the Performance > >> Monitor tool to see the > >> >actual per/second values. > >> > > >> >-- > >> >Geoff N. Hiten > >> >Microsoft SQL Server MVP > >> >Senior Database Administrator > >> >Careerbuilder.com > >> > > >> >I support the Professional Association for SQL Server > >> >www.sqlpass.org > >> > > >> >"debcwong" <debcwong@discussions.microsoft.com> wrote > in > >> message > >> >news:92A9ACE5-072E-4DF4-822F- > >> B5E23B669B49@microsoft.com... > >> >> Hi, > >> >> > >> >> I hope that somebody can help me to clarify for > this. > >> >> Below is an excerpt extracted from the www.sql- > server- > >> performance.com > >> >website. > >> >> > >> >> The batch requests per second shown on the > performance > >> monitor screen is > >> >in the scale of 1000. > >> >> My current server has 6 CPUs but with only 100mb > >> network card. I'm a bit > >> >concern on the values shown for this particular > counter > >> which is average > >> >over 27243187 batch requests/Sec. Also lately the CPU > >> utilization is also > >> >getting higher in the range of above 80%. The question > >> here is whether a > >> >network bottleneck in this can cause an increase in > CPU > >> utilization? if yes > >> >may I know why also? > >> >> > >> >> > >> >> Thanks > >> >> -debbie- > >> >> ---------------------------------------------------- > --- > >> ------------------- > >> >---------------- > >> >> To get a feel of how busy SQL Server is, monitor the > >> SQLServer: SQL > >> >Statistics: Batch Requests/Sec counter. This counter > >> measures the number of > >> >batch requests that SQL Server receives per second, > and > >> generally follows in > >> >step to how busy your server's CPUs are. Generally > >> speaking, over 1000 batch > >> >requests per second indicates a very busy SQL Server, > >> and could mean that if > >> >you are not already experiencing a CPU bottleneck, > that > >> you may very well > >> >soon. Of course, this is a relative number, and the > >> bigger your hardware, > >> >the more batch requests per second SQL Server can > handle. > >> >> > >> >> From a network bottleneck approach, a typical 100Mbs > >> network card is only > >> >able to handle about 3000 batch requests per second. > If > >> you have a server > >> >that is this busy, you may need to have two or more > >> network cards, or go to > >> >a 1Gbs network card. > >> >> ---------------------------------------------------- > --- > >> ------------------- > >> >---------------- > >> >> > >> > > >> > > >> >. > >> > > > > > > >. > >
- Next message: Andrew J. Kelly: "Re: Primary File Group Full"
- Previous message: Peter Yeoh: "Re: Recovering (local) server and Restoring a Dabase from a clients backup"
- In reply to: anonymous_at_discussions.microsoft.com: "Re: Batch Requests/Sec counter"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|