How can I measure SQL Azure bandwidth usage per client?
I have an SQL Azure database that multiple client programs are connecting to. I would like to log the network usage of the SQL Azure traffic 开发者_如何学Pythonper client. Is there a better alternative then aggregating the BytesReceived/ByteSent connection statistics?
You can query usage per database, but I don't think you can segment it any further than that.
精彩评论