sp_who2 displays funky CPU usage on pentium4 server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • louis

    sp_who2 displays funky CPU usage on pentium4 server

    I've got a new server with Pentium4 xeon processors. I've used sp_who2
    for quite a while on my old server -- to look at CPU and IO usage. On
    the new server, the CPU times are huge -- although actual performance
    is quite good. I know sp_who2 is an undocumented proc. Has anyone
    experienced this or is it just me?

  • Erland Sommarskog

    #2
    Re: sp_who2 displays funky CPU usage on pentium4 server

    louis (louisducnguyen @gmail.com) writes:[color=blue]
    > I've got a new server with Pentium4 xeon processors. I've used sp_who2
    > for quite a while on my old server -- to look at CPU and IO usage. On
    > the new server, the CPU times are huge -- although actual performance
    > is quite good. I know sp_who2 is an undocumented proc. Has anyone
    > experienced this or is it just me?[/color]

    sp_who2 gets the data from master..sysproc esses. It is difficult to say
    what the changes are due to. But if the processes stays connected for a
    long time, you will see high numbers.

    One possible cause is that there are parallel query plans in use. The
    optimizer appears to be fond of parallelism, but the parallel plans are
    unfortunately always that effective.

    --
    Erland Sommarskog, SQL Server MVP, esquel@sommarsk og.se

    Books Online for SQL Server SP3 at
    Transform your business with a unified data platform. SQL Server 2019 comes with Apache Spark and Hadoop Distributed File System (HDFS) for intelligence over all your data.

    Comment

    Working...