Azure存储帐户的说明-总请求图 [英] Explaination Of Azure Storage Account - Total Request Chart

查看:65
本文介绍了Azure存储帐户的说明-总请求图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以帮助我了解Azure存储帐户的机制以及进行某些请求"时发生的情况.

Can someone please help me understand the mechanics of an Azure Storage Account and what is happening when certain "requests" are being made.

请求分为Blob,表,队列和文件资源

The requests are broken down into Blobs, Tables, Queues, and File Resources

我的设置是我创建了一个Azure媒体服务,并在上传视频文件时创建了5个斑点".每个视频1个.

My set up is that I have created an Azure Media Service, and in uploading the video files it has created 5 "Blobs". 1 for each video.

某种类型的请求出现高峰时会发生什么?

What is happening when there is a spike in a certain type of request?

实际观看视频时,哪种类型的请求有效?

What type of request is valid when the videos are actually being viewed?

为什么对"blob"的请求会激增到100多个!?

Why would there be a spike of 100s of requests for the "blob"!?

推荐答案

基础REST API支持与blob,表,队列和文件的每次交互.所以您看到的是api调用频率.

Every interaction with blobs, tables, queues and files is supported by an underlying REST API. So you're seeing api call frequency.

没有确切的方法可以确切地说出为什么您在特定时间出现峰值,但是这可能与将内容上传到blob存储或从blob存储下载内容有关.您还可能在表存储中出现尖峰(并且表用于记录/诊断信息).

There's no real way to say, exactly, why you have spikes at specific times, but it's likely related to uploading or downloading content to/from blob storage. You also have spikes in table storage (and tables are used for logging/diagnostic information).

您可以启用存储分析(针对Blob),以查看要访问的确切Blob,以及何时(如果需要)详细程度(这些设置位于存储帐户的设置刀片中).

You can enable storage analytics (for blobs), to see the exact blobs being accessed, and when, if you want that level of detail (those settings are located in the storage account's settings blade).

顺便说一句:您显示的频率非常低.对于视频文件中的多个顺序块Blob序列,这些请求峰值很可能会出现.从成本的角度来看,这种类型的交易量也是无关紧要的(假设存储交易每300,000美分有1美分).

By the way: The frequency you're showing is extremely low. Those request spikes are likely for multiple sequential block blob sequences in your video files. That type of transactional volume is inconsequential from a cost perspective as well (given that storage transactions run a penny per 300,000).

这篇关于Azure存储帐户的说明-总请求图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆