andy-ms / clr-event-counters-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run:

  • In EventGenerator/EventGenerator: dotnet run EventGenerator.csproj
  • In EventListener/EventListener: In an admin console: dotnet run EventListener.csproj
  • In viewer:
    • npm install (install node.js if npm does not exist)
    • Open index.html in a browser

Note, it should work regardless of the order these three programs are started in, and it should be fine to restart any one without restarting the others.

About


Languages

Language:C# 72.4%Language:JavaScript 22.7%Language:HTML 4.5%Language:CSS 0.4%