Gunner 0.1.0

dotnet add package Gunner --version 0.1.0
NuGet\Install-Package Gunner -Version 0.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Gunner" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Gunner --version 0.1.0
#r "nuget: Gunner, 0.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Gunner as a Cake Addin
#addin nuget:?package=Gunner&version=0.1.0

// Install Gunner as a Cake Tool
#tool nuget:?package=Gunner&version=0.1.0

Gunner is a proof of concept command line Load test tool for windows to rapid fire requests against a test or pre-production server. A design goal from the outset was to have as small a memory and cpu usage footprint as possible and at the same time be capable of delivering high concurrency load testing, basically it's a super simplified poor man's load runner, and-or a one liner command-line jmeter replacement.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.0 477 8/1/2020

created in 2014, release as open source under LGPL-3 in 2020, will start refactoring and making nuget packages available to accompany this project.