HdrHistogram 1.0.120-prerelease
See the version list below for details.
dotnet add package HdrHistogram --version 1.0.120-prerelease
NuGet\Install-Package HdrHistogram -Version 1.0.120-prerelease
<PackageReference Include="HdrHistogram" Version="1.0.120-prerelease" />
paket add HdrHistogram --version 1.0.120-prerelease
#r "nuget: HdrHistogram, 1.0.120-prerelease"
// Install HdrHistogram as a Cake Addin #addin nuget:?package=HdrHistogram&version=1.0.120-prerelease&prerelease // Install HdrHistogram as a Cake Tool #tool nuget:?package=HdrHistogram&version=1.0.120-prerelease&prerelease
HdrHistogram supports low latency recording and analyzing of sampled data value counts across a configurable integer value range with configurable value precision within the range.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on HdrHistogram:
Package | Downloads |
---|---|
NBomber
Modern and flexible load testing framework for Pull and Push scenarios, designed to test any system regardless a protocol (HTTP/WebSockets/AMQP etc) or a semantic model (Pull/Push). |
|
EventStore.Client.Embedded
The embedded client API for Event Store. Get the open source or commercial versions of Event Store server from https://eventstore.com/ |
|
Steeltoe.CircuitBreaker.HystrixBase
Steeltoe's implementation of Netflix's Hystrix, for .NET |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on HdrHistogram:
Repository | Stars |
---|---|
disruptor-net/Disruptor-net
Port of LMAX Disruptor to .NET
|
|
AdaptiveConsulting/Aeron.NET
Efficient reliable UDP unicast, UDP multicast, and IPC message transport - .NET port of Aeron
|
|
Abc-Arbitrage/ZeroLog
A high-performance, zero-allocation .NET logging library.
|
|
Bobris/BTDB
Key Value Database in .Net with Object DB Layer, RPC, dynamic IL and much more
|
|
SteeltoeOSS/CircuitBreaker
.NET Circuit Breaker Pattern Frameworks
|
Rewrite of the HdrHistogram to be .NET idiomatic, package as nuget, add API comments, fix tests, remove usused code.