Perfx 1.1.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global Perfx --version 1.1.3
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local Perfx --version 1.1.3
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Perfx&version=1.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Perfx --version 1.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
perfx
Azure API Performance benchmarking tool based on App-Insights
USAGE
perfx
[2
] (to override the number of iterations in the settings file)
Results are saved to your
Documents
folder with the name:Perfx.csv
- Enter
r
to run the benchmarks - Enter
s
to print the stats/details for the previous run - Enter
l
:1h:10
to fetch logs for the previous run in the last1 hour
with10 retries
(app-insightsdurations
) - Enter
c
to clear the console - Enter
q
to quit - Enter
?
to print this help
PRE-REQ: Populate the following JSON and save it to your
Documents
folder with the name:Perfx.json
{ "UserId": "", "Password": "", "Authority": "https://login.microsoftonline.com/YOUR_COMPANY.onmicrosoft.com", "ClientId": "", "ApiScopes": [ "api://YOUR-API-SCOPES" ], "Endpoints": [ "https://YOUR-API.COM/route1", "https://YOUR-API.COM/route2" ], "Iterations": 5, "ReadResponseHeadersOnly": false, "AppInsightsAppId": "", "AppInsightsApiKey": "" }
OPTIONAL: Populate the following JSON and save it to your
Documents
folder with the name:Perfx.Settings.json
{ "Logging": { "LogLevel": { "Default": "Warning" }, "Console": { "IncludeScopes": true, "LogLevel": { "Default": "Warning" //,"System.Net.Http.HttpClient": "Information" } }, "Debug": { "LogLevel": { "Default": "Information" } } } }
Also, see
"allowPublicClient": true
# Install from nuget.org
dotnet tool install -g perfx --no-cache
# Upgrade to latest version from nuget.org
dotnet tool update -g perfx --no-cache
# Install a specific version from nuget.org
dotnet tool install -g perfx --version 1.0.x
# Uninstall
dotnet tool uninstall -g perfx
NOTE: If the Tool is not accessible post installation, add
%USERPROFILE%\.dotnet\tools
to the PATH env-var.
CONTRIBUTION
# Install from local project path
dotnet tool install -g --add-source ./bin perfx
# Publish package to nuget.org
nuget push ./bin/Perfx.1.0.0.nupkg -ApiKey <key> -Source https://api.nuget.org/v3/index.json
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
1.3.4 | 610 | 10/9/2020 |
1.3.3 | 511 | 4/23/2020 |
1.3.2 | 461 | 4/23/2020 |
1.3.1 | 507 | 4/22/2020 |
1.3.0 | 468 | 4/22/2020 |
1.2.9 | 532 | 4/17/2020 |
1.2.8 | 508 | 4/16/2020 |
1.2.4 | 513 | 4/2/2020 |
1.2.3 | 551 | 4/2/2020 |
1.2.2 | 496 | 4/1/2020 |
1.2.1 | 513 | 3/20/2020 |
1.1.8 | 479 | 3/19/2020 |
1.1.7 | 485 | 3/19/2020 |
1.1.6 | 500 | 3/18/2020 |
1.1.4 | 511 | 3/17/2020 |
1.1.3 | 496 | 3/17/2020 |
1.1.2 | 476 | 3/16/2020 |
1.1.1 | 525 | 3/16/2020 |
1.1.0 | 529 | 3/15/2020 |
1.0.9 | 541 | 3/14/2020 |
1.0.8 | 489 | 3/13/2020 |
1.0.7 | 490 | 3/13/2020 |
1.0.5 | 541 | 3/13/2020 |
1.0.4 | 542 | 3/12/2020 |
1.0.3 | 491 | 3/11/2020 |
1.0.1 | 512 | 3/10/2020 |