简体   繁体   中英

signalR performance counters + azure VM+ full IIS + windows server 2012

Really stuck on this problem. I have a signalr test harness app on a azure VM ful iis running on redis backplane using Linux. The app works as expected locally. I can connect to my Linux node running redis server. And performance counters show messages received per second.

But when I load the app on azure VM, the app still connects to redis backplane but the performance counters for messages recevied or published stay at zero. I logged into Linux node and checked redis server was receiving messages but the performance counters showed zero on azure VM...

Any ideas ?

unfortunately, it seems that we can't add performance counters to collect performance data.

Maybe we can use OMS/Log Analytics , that can pull in custom performance counters and display them.

About use OMS to collect custom performance data, please refer to this link .

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