NetworkMonitoring/README.md

20 строки
1.0 KiB
Markdown
Исходник Обычный вид История

2016-04-06 01:23:21 +03:00
![0]
# NetworkMonitoring
**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
[AzureCT][AzureCT] is a collection of server side web pages and local PowerShell that will generate, collect, store, and display availability statistics of the network between you and a newly built Windows VM in Azure. It will do more in the future, but currently only provides availability information.
2016-04-06 01:32:03 +03:00
#### LogConverter
2016-04-06 01:33:32 +03:00
[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.
2016-04-06 01:32:03 +03:00
2016-04-06 01:23:21 +03:00
<!--Image References-->
[0]: ./AzureCT/media/AzureNMT.png "Azure Network Monitoring Tools"
<!--Link References-->
[LogConverter]: https://github.com/Azure/NetworkMonitoring/tree/master/LogConverter "LogConverter tree"
2017-04-28 23:18:01 +03:00
[AzureCT]: https://github.com/Azure/NetworkMonitoring/tree/master/AzureCT "AzureCT tree"