SCOM Performance collection rule is collecting 0 value for perfmon counter - "Per Processor Network Interface Card Activity\Received Packets/sec"

swati06 1 Reputation point
2020-09-24T11:04:48.907+00:00

Hello ,

I have a requirement where I want to capture performance counter "Per Processor Network Interface Card Activity\Received Packets/sec" in SCOM. Below is the capture from perfmon-

28081-image.png

I have created performance collection rule in SCOM but its showing value as 0 like below-

28009-image.png

OS is windows server 2012 R2.

Running below sql query returns sampled value as 0-

select Path,
ObjectName,
CounterName,
InstanceName,
SampleValue,
TimeSampled
from PerformanceDataAllView pdv with (NOLOCK)
inner join PerformanceCounterView pcv on pdv.performancesourceinternalid = pcv.performancesourceinternalid
inner join BaseManagedEntity bme on pcv.ManagedEntityId = bme.BaseManagedEntityId
where path is NULL
AND
--objectname = 'Per Processor Network Interface Card Activity'
--AND
countername = 'Received Packets/sec'
AND InstanceName like '%Microsoft Hyper-V Network Adapter%'
order by timesampled DESC

27980-image.png

Thank you.

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,413 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. SChalakov 10,261 Reputation points MVP
    2020-09-24T11:45:36.413+00:00

    Hi,

    how is your rule configured exactly? What target did you chose and what overrides are in place?

    Thanks and Regards,
    Stoyan


  2. Crystal-MSFT 42,961 Reputation points Microsoft Vendor
    2020-09-25T02:04:04.86+00:00

    @swati06 Based on my research, it seems the Performance counter is monitored from the operating system. Would you mind to change the target to Windows server Operating System to see if the result will be different?
    28174-image.png

    Hope it can help.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.