How to find the bandwidth usage in SQL Azure

The system view sys.bandwidth_usage which is available in SQL Azure gives you detailed information about the bandwidth usage in SQL Azure, these are the principal columns returned by this view:

 

time

The hour when the bandwidth was consumed

direction

The type of bandwidth that was used.

  • Ingress is data moving into the SQL Azure database.
  • Egress is data moving out of the SQL Azure database.

class

The class of bandwidth that was used.

  • Internal is data moving into the Windows Azure platform.
  • External is data moving out of the Windows Azure platform.

quantity

The amount of bandwidth, in kilobytes (KBs)

Source: http://msdn.microsoft.com/en-us/library/ff951628.aspx

 

Regards,

 

Ing. Eduardo Castro Martínez, PhD – Microsoft SQL Server MVP

http://mswindowscr.org

http://comunidadwindows.org

Costa Rica

Technorati Tags: SQL Server

LiveJournal Tags: SQL Server

del.icio.us Tags: SQL Server

http://ecastrom.blogspot.com

http://ecastrom.wordpress.com

http://ecastrom.spaces.live.com

http://universosql.blogspot.com

http://todosobresql.blogspot.com

http://todosobresqlserver.wordpress.com

http://mswindowscr.org/blogs/sql/default.aspx

http://citicr.org/blogs/noticias/default.aspx

http://sqlserverpedia.blogspot.com/

Note: Cross posted from Eduardo Castro.

Permalink

Comments

Popular posts from this blog

Cómo identificar consultas más pesadas en SQL Server

Machine Learning Services con SQL Server Managed Instance

Demostración de SQL Server Query Store