{"id":14063937,"url":"https://github.com/devblackops/AzSpeedTest","last_synced_at":"2025-07-29T17:31:10.870Z","repository":{"id":142025675,"uuid":"129839381","full_name":"devblackops/AzSpeedTest","owner":"devblackops","description":"Azure speed test tool for PowerShell","archived":false,"fork":false,"pushed_at":"2019-08-22T04:27:05.000Z","size":36,"stargazers_count":23,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-16T05:38:17.525Z","etag":null,"topics":["azure","latency","powershell","test"],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devblackops.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":"devblackops","patreon":"devblackops"}},"created_at":"2018-04-17T03:16:13.000Z","updated_at":"2023-03-31T00:53:25.000Z","dependencies_parsed_at":"2024-02-07T17:07:37.296Z","dependency_job_id":"fd9e6666-37e2-47d3-be8d-41ec0e85ee83","html_url":"https://github.com/devblackops/AzSpeedTest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devblackops/AzSpeedTest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devblackops%2FAzSpeedTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devblackops%2FAzSpeedTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devblackops%2FAzSpeedTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devblackops%2FAzSpeedTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devblackops","download_url":"https://codeload.github.com/devblackops/AzSpeedTest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devblackops%2FAzSpeedTest/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267726747,"owners_count":24134901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","latency","powershell","test"],"created_at":"2024-08-13T07:03:35.128Z","updated_at":"2025-07-29T17:31:10.555Z","avatar_url":"https://github.com/devblackops.png","language":"PowerShell","readme":"[![Build status][appveyor-badge]][appveyor-build]\n[![PowerShell Gallery][psgallery-badge]][psgallery]\n# AzSpeedTest\n\n## Overview\n\nAn [Microsoft Azure](https://azure.microsoft.com) speed test module for PowerShell.\nThis module performs basic network latency tests to one or more Azure regions and returns the results.\n\n## Why Would You Care About Latency?\n\nYou can use this module to determine the closest (network-wise) Azure region to you.\nThis information can be helpful in determinining where best to deploy your Azure resources.\n## Installation\n\nThe easiest and prefered way to install AzSpeedTest is via the [PowerShell Gallery](https://www.powershellgallery.com/).\nTo use the PowerShell Gallery,\nyou must be on Windows 10, have PowerShell 5, or PowerShell 3 or 4 with the [PowerShellGet](http://go.microsoft.com/fwlink/?LinkID=746217\u0026clcid=0x409)\nmodule.\nSee the [PowerShell Gallery Getting Started](https://www.powershellgallery.com/GettingStarted?section=Get%20Started) page for more information.\nRun the following command to install AzSpeedTest.\n\n```powershell\nC:\\\u003e Install-Module -Name AzSpeedTest -Repository PSGallery\nC:\\\u003e Import-Module AzSpeedTest\n```\n\n## Usage\n\nGet the list of available Azure regions to test.\n\n```powershell\nC:\\\u003e Get-AzRegion\naustraliaeast\naustraliasoutheast\nbrazilsouth\ncanadacentral\ncanadaeast\ncentralindia\ncentralus\neastasia\neastus\neastus2\nfrancecentral\njapaneast\njapanwest\nkoreacentral\nkoreasouth\nnorthcentralus\nnortheurope\nsouthcentralus\nsoutheastasia\nsouthindia\nuksouth\nukwest\nwestcentralus\nwesteurope\nwestindia\nwestus\nwestus2\n```\n\nTest the latency to the `westus` Azure region. Run 50 iterations and display the results.\n\n```powershell\nC:\\\u003e $results = Test-AzRegionLatency -Region westus -Iterations 50\nC:\\\u003e $results | Format-List\nRawResults   : {@{Time=4/18/18 9:44:59 PM; Timespan=00:00:00.2962200; LatencyMS=296}, @{Time=4/18/18\n               9:44:59 PM; Timespan=00:00:00.0344670; LatencyMS=34}, @{Time=4/18/18 9:45:00 PM;\n               Timespan=00:00:00.0324620; LatencyMS=32}, @{Time=4/18/18 9:45:00 PM;\n               Timespan=00:00:00.0346950; LatencyMS=34}...}\nComputerName : HDK38433FJ\nTotalTime    : 00:00:02.1108190\nRegion       : westus\nMaximum      : 296\nAverage      : 38.32\nMinimum      : 31\n```\n\n[appveyor-badge]: https://ci.appveyor.com/api/projects/status/pc9tyep74esefx5r?svg=true\n[appveyor-build]: https://ci.appveyor.com/project/devblackops/azspeedtest\n[psgallery-badge]: https://img.shields.io/powershellgallery/dt/AzSpeedTest.svg\n[psgallery]: https://www.powershellgallery.com/packages/AzSpeedTest\n","funding_links":["https://github.com/sponsors/devblackops","https://patreon.com/devblackops"],"categories":["PowerShell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevblackops%2FAzSpeedTest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevblackops%2FAzSpeedTest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevblackops%2FAzSpeedTest/lists"}