Skip to content

Open source Azure network monitoring tools repository.

Notifications You must be signed in to change notification settings

gusdrawn/NetworkMonitoring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

0

NetworkMonitoring

EJECUCION

Ejecutar Modo Administrador

Set-ExecutionPolicy RemoteSigned (new-object Net.WebClient).DownloadString("https://aka.ms/AzureCT") | Invoke-Expression Install-LinkPerformance Y Get-LinkPerformance -RemoteHost X.X.X.X

Iperf -s <-USA PUERTO 5201

Azure / NetworkMonitoring is a repository for open source Azure network monitoring tools. Each tool or collection of tools lives in a folder under the main NetworkMonitoring repo.

The current tools/tool-sets are:

AzureCT

The Azure Connectivity Toolkit (AzureCT) is a PowerShell module and collection of server side web pages will test, generate, collect, store, and display performance and availability statistics of the network between you and Azure. The two main areas of functionality are:

  • A network availability test (Get-AzureNetworkAvailability) that runs pings and traceroutes over an extended period of time to show end to end availability and hop latency.
  • A bandwidth and latency tester (Get-LinkPerformance) that runs a series of iPerf3 load tests while concurently doing a TCP ping to show latency under various loads.

LogConverter

LogConverter contains code for downloading operational network logs and converting them to .CSV files. Files can then be uploaded to Power BI for analysis.

About

Open source Azure network monitoring tools repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 41.1%
  • C# 36.5%
  • JavaScript 12.3%
  • Shell 4.8%
  • Classic ASP 2.2%
  • HTML 1.7%
  • CSS 1.4%