1

I wanted to measure the execution time of my code running on windows azure cloud across multiple instances. Can anyone tell me how to do it.

4

2 に答える 2

1

You can enable the diagnostics logging and put the intrumentation/logging from the ap into an Azure Table. Then download into Excel or whatever for analysis. You can also capture perfmon data to do correlation (e.g. CPU vs workingset).

于 2010-06-29T06:12:25.220 に答える
0

You have to compute this manually.

Just in case you are requesting this to derive billing information, remember that in Windows Azure, you are charged by reserved instance not necesarily "running".

If your application is "suspended" you still pay. If your code application is running, but "idling" (like 99% CPU free), you still pay the same.

于 2010-06-21T21:19:46.803 に答える