2

有没有办法为 Azure 虚拟机创建一个端点来监控内存使用情况?

我们希望查看每 24 小时的内存使用情况?

4

1 回答 1

2

There's not really an endpoint to create (endpoints in Azure are ports; I guess you could create an Input Endpoint which is public-facing, and place a service there that you can call externally). But... there are several options for adding monitoring:

With Virtual Machines, you'd install an agent on your VMs.

Each of these is available in the Azure Store: enter image description here

You'll find that each is focused on different aspects. MetricsHub is likely best for your case, looking at all of your Azure-specific resources. NewRelic adds in app-level details, and AppDynamics focuses on app-level details (specifically Java and .net apps, where it can inspect the runtime).

于 2013-04-26T10:44:54.470 回答