Git Product home page Git Product logo

Comments (7)

carlpett avatar carlpett commented on June 6, 2024

I'm working on this via the Win32_PerfRawData_W3SVC_WebService class. There are a lot of different sources for IIS in perfmon however, so maybe there are other classes which are better suited?

from windows_exporter.

martinlindhe avatar martinlindhe commented on June 6, 2024

Very nice! I was thinking earlier today about other Windows metrics, in particular SQL Server stuff (which I will need to investigate sooner or later anyway), and if they are exposed in WMI, would they fit this collector, or as separate project.

Assuming they are available as WMI, I guess they can fit in this project.

In any case I think it would make sense for the user to be able to configure the exported collectors, since in this case IIS might not be useful as enabled by default for all users.

from windows_exporter.

carlpett avatar carlpett commented on June 6, 2024

Yup, I'm thinking we should just copy the structure used in node_exporter, with a flag for enabled-collectors

from windows_exporter.

martinlindhe avatar martinlindhe commented on June 6, 2024

Agreed. Perhaps the "perf" and "os" ones should be exported by default.

from windows_exporter.

brian-brazil avatar brian-brazil commented on June 6, 2024

IIS is a network service, so should have its own exporter (unless you're going to go down the JMX exporter route).

from windows_exporter.

carlpett avatar carlpett commented on June 6, 2024

From the discussions in #5:

What I'd see happening for IIS/SQL is that you'd run the WMI exporter but with different flags just pulling in IIS/SQL metrics.

@brian-brazil With users running multiple exporters for servers with multiple databases/webapps, much like for other exporters, I assume? We'll need to test that at larger scales, I think. I've seen non-negligible performance impact from running many WMI queries (the current approach would just be one query for all say 20 sites, rather than 20 queries for one site each).

from windows_exporter.

martinlindhe avatar martinlindhe commented on June 6, 2024

This is related to #12

from windows_exporter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.