HdrHistogram 2.5.0
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.
Install-Package HdrHistogram -Version 2.5.0
dotnet add package HdrHistogram --version 2.5.0
<PackageReference Include="HdrHistogram" Version="2.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HdrHistogram --version 2.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: HdrHistogram, 2.5.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install HdrHistogram as a Cake Addin #addin nuget:?package=HdrHistogram&version=2.5.0 // Install HdrHistogram as a Cake Tool #tool nuget:?package=HdrHistogram&version=2.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
NetStandard release
Dependencies
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on HdrHistogram:
Package | Downloads |
---|---|
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/
|
|
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).
|
|
Steeltoe.CircuitBreaker.HystrixBase
An implementation of Neflix's Hystrix, for .NET
|
GitHub repositories (8)
Showing the top 5 popular GitHub repositories that depend on HdrHistogram:
Repository | Stars |
---|---|
EventStore/EventStore
The stream database optimised for event sourcing
|
|
disruptor-net/Disruptor-net
Port of LMAX Disruptor to .NET
|
|
googleapis/google-cloud-dotnet
Google Cloud Client Libraries for .NET
|
|
SteeltoeOSS/Steeltoe
Steeltoe .NET Core Components: CircuitBreaker, Configuration, Connectors, Discovery, Logging, Management, and Security
|
|
AdaptiveConsulting/Aeron.NET
Efficient reliable UDP unicast, UDP multicast, and IPC message transport - .NET port of Aeron
|