Getting Data In

How to configure inputs.conf on forwarder to collect Active Request and Request per second Perfmon data?

ulikabbq
Path Finder

I have a forwarder on an IIS web server and I want to get some info on the Active Request and Request per sec.

So I am able to get some data back with this in my inputs.conf

[perfmon://W3SVC_W3WP]
index = winmon
object = Process.*
counters = *
instances = *

but it does not have the Active Request or Request / Sec. When I try to specify Active Request in the object then it doesn't work at all.

1 Solution

ulikabbq
Path Finder

enough trial and error and I finally got it

 [perfmon://W3SVC_W3WP]
    index = winmon
    object = W3SVC_W3WP
    counters = Active Requests;Requests / Sec
    instances = _Total
    interval = 30
    disabled = 0

View solution in original post

ulikabbq
Path Finder

enough trial and error and I finally got it

 [perfmon://W3SVC_W3WP]
    index = winmon
    object = W3SVC_W3WP
    counters = Active Requests;Requests / Sec
    instances = _Total
    interval = 30
    disabled = 0
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...