简体   繁体   中英

Profiling Azure Worker Role

I am looking for something to do for Azure Worker Roles what New Relic and AppDynamics can do for Azure Web Roles. I have tried both solutions for my background workers with little success. Am I missing something in configuration for either of these services or is there another service out there that can do what I need? I am open to hosting my own service if there is an option I run "locally".

What I'm looking for:

  • See hot paths (Which methods are taking up the most CPU)
  • See bottle necks (Methods that are stalling, and the callers would be nice)
  • Near real-time CPU/Memory/Disk/Network usage
  • Web Interface to view all of these stats

Nice to have:

  • Pull windows and azure event logs from the server

您应该尝试Compuware的dynaTrace

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM