Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

azure blob storage logging / analytics gui tool?

I'm wondering if there is a good tool out there for viewing Azure blob storage logging results.

It's very nice what Azure's dash panel shows you already for total number of requests (in the last 6 hours, successful requests, and so forth), but I assume the logging (which comes at a price) allows greater detail, like how many times a particular blob has been requested in the last 6 hours.

I realize this works somehow by logging the results to a blob (in a root container $logs), but I would like to know if there are any nice GUI tools (3rd party or otherwise) for viewing this analytics data?

UPDATE: Thanks guys. I tried Cloud Storage Studio (2), and while it looked like it had nice graphs and all, the graphs didn't seem to show anything useful, or not at least for any areas I am interested in. For instance: "Container Count" is one of the areas. Do I really need analytics to count the number of containers I have? "Object Count". "Data Capacity" are two others, that I am not sure how that does anything beyond a very broad overview, such as you can already get on the dash panel. I want to see if it is possible to track a specific blob's usage. When you click the option to turn on such logging in the dash, it seemed to say you could do such things as track one blob's usage statistics. But maybe I am missing something with Cloud Storage Studio?

like image 458
Nicholas Petersen Avatar asked Oct 23 '12 20:10

Nicholas Petersen


1 Answers

There's also a Windows 8 Store App for Windows Azure Storage Analytics called Azure Storage Monitor.

Azure Storage Monitor provides a convenient way to access and visualize Windows Azure Storage Analytics data. The graphs provide rich data insights into your blob, table, and queue traffic. Prefer Excel pivot charts instead? No problem. Easily export the data into an Excel spreadsheet which automatically includes the raw data, pivot tables, and charts.

like image 167
Square Fluid Avatar answered Sep 27 '22 17:09

Square Fluid