问题情形

为了使用Application Insights也可以监控Azure VM中的相关性能数据,如CPU, Memory,IIS Reuqest等信息,可以在VM中开始一个一个扩展插件: Azure Monitor Application Insights Agent

在Azure Application Insights的最终效果如下图(可直接在Live Metrics页面查看VM中的实时指标,Incoming Requests/Outgoing Requests/Overall Health):

操作步骤

1) 在Azure中创建VM并远程登陆 (RDP)到虚拟机中启用IIS。这是安装Azure Monitor Application Insights Agent的前提条件

2) 在Azure VM的门户页面中,选择扩展(Extensions )页面,选择添加扩展

3) 选择Application Insights Agent. 然后把Application Insights中复制出连接字符串,数据到页面中

填入Applicaiton Insights的连接字符串

4)完成以上步骤后,等待安装成功。即可回到Applicaiton Insights页面中,查看实时数据(第一次查看可能需要等待几分钟时间) 或是Logs中查看Requests表中数据。

最新文章

  1. c 语言的位运算符复习
  2. jsf初学解决faces 中文输入乱码问题
  3. 团队开发——冲刺2.g
  4. Java与模式读书笔记
  5. hadoop Error: JAVA_HOME is not set and could not be found.
  6. C#高级进阶--重写函数
  7. android 编译错误 com/android/dx/command/dexer/Main : Unsupported major.minor version 52.0
  8. PHP二维数组根据某个键名排序
  9. delete-node-in-a-bst
  10. Robots协议具体解释
  11. Android5.0之CoordinatorLayout的使用
  12. poj 1383 Labyrinth【迷宫bfs+树的直径】
  13. Oracle EBS-SQL (WIP-4):检查检查成品标准作业是否勾选"固定"标识.sql
  14. java中数据库通用层
  15. YUI Compressor压缩失效的场景-eval和with
  16. CTF入门指南
  17. redis 写入的时候报错
  18. Mac下安装MySQL及启动等常用命令
  19. 输出一个对象,会默认执行toString()方法
  20. maven+springMVC(二)

热门文章

  1. shell变量操作${}详细用法
  2. 从CSDN博客下载的图片如何无损去水印
  3. mysql读写分离--一主多从,冗余存储
  4. mysql之慢日志查询
  5. 3.GoolgeProtoBuffer序列化反序列化
  6. tensorflow-GPU配置
  7. MySQL 5.7安装与配置
  8. Python-类属性查询协议-__getattr__ __getattribute__
  9. 硬核测试:Pulsar 与 Kafka 在金融场景下的性能分析
  10. Linux安装软件方法总结