Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Virtual Machine Monitoring Tools

Virtual Machine Monitoring Tools

Scheduled Pinned Locked Moved C#
dotnettoolstutorialquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Matt Gerrans
    wrote on last edited by
    #1

    Any suggestions on tools for monitoring the current state of the CLR while running an app? For example, I'd like to know how many instances there are of a particular class and how many are eligible for collection, etc. Alterntatively, (or additionally, it would be a handy enhancement to the log files) I'd appreciate any suggested starting points for namespaces to look into for getting this kind of information to do it myself. I had a quick look at System.Diagnostics, System.Threading, Microsoft.Win32 and a few others, but nothing jumped out at me. Matt Gerrans

    N L 2 Replies Last reply
    0
    • M Matt Gerrans

      Any suggestions on tools for monitoring the current state of the CLR while running an app? For example, I'd like to know how many instances there are of a particular class and how many are eligible for collection, etc. Alterntatively, (or additionally, it would be a handy enhancement to the log files) I'd appreciate any suggested starting points for namespaces to look into for getting this kind of information to do it myself. I had a quick look at System.Diagnostics, System.Threading, Microsoft.Win32 and a few others, but nothing jumped out at me. Matt Gerrans

      N Offline
      N Offline
      Nick Parker
      wrote on last edited by
      #2

      You should check out and download the CLR Profiler (v2.0)[^] - Nick Parker
      My Blog | My Articles

      M 1 Reply Last reply
      0
      • M Matt Gerrans

        Any suggestions on tools for monitoring the current state of the CLR while running an app? For example, I'd like to know how many instances there are of a particular class and how many are eligible for collection, etc. Alterntatively, (or additionally, it would be a handy enhancement to the log files) I'd appreciate any suggested starting points for namespaces to look into for getting this kind of information to do it myself. I had a quick look at System.Diagnostics, System.Threading, Microsoft.Win32 and a few others, but nothing jumped out at me. Matt Gerrans

        L Offline
        L Offline
        leppie
        wrote on last edited by
        #3

        Various perfomance monitors get installed too. top secret xacc-ide 0.0.1

        1 Reply Last reply
        0
        • N Nick Parker

          You should check out and download the CLR Profiler (v2.0)[^] - Nick Parker
          My Blog | My Articles

          M Offline
          M Offline
          Matt Gerrans
          wrote on last edited by
          #4

          Thanks, I gave it a whirl. Pretty nifty graphs. Good thing I have a lot of memory! Matt Gerrans

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups