system events

  1. T

    System.Diagnostics.Tracing.EventListener increasing CPU usage

    Hi, I'm using the EventListener inside my netcoreapp3.1 application which is running inside a Linux Docker container. The strange thing is that the CPU usage of my app increases over time although the app is not doing anything else. If I comment out the EventListener I did'nt get an increasing...
  2. H

    simulate system events (such as shutdown, log off, etc)

    If I have build an application using visual studio that do something when some system event happens, how can I simulate such system events so that I can debug the application?
Back
Top Bottom