FdbTop.linux-x64
7.4.2
dotnet add package FdbTop.linux-x64 --version 7.4.2
NuGet\Install-Package FdbTop.linux-x64 -Version 7.4.2
<PackageReference Include="FdbTop.linux-x64" Version="7.4.2" />
<PackageVersion Include="FdbTop.linux-x64" Version="7.4.2" />
<PackageReference Include="FdbTop.linux-x64" />
paket add FdbTop.linux-x64 --version 7.4.2
#r "nuget: FdbTop.linux-x64, 7.4.2"
#:package FdbTop.linux-x64@7.4.2
#addin nuget:?package=FdbTop.linux-x64&version=7.4.2
#tool nuget:?package=FdbTop.linux-x64&version=7.4.2
FdbTop
A command-line tool for monitoring a live FoundationDB cluster: a top-style live view of what the cluster is doing.
Install
FdbTop is a .NET tool. Install it globally:
dotnet tool install --global FdbTop
Usage
fdbtop
It shows a continuously-updating dashboard of throughput, latencies, and process/role health, handy for watching a cluster under load during development or testing.
Connecting
By default fdbtop uses the standard FoundationDB cluster file. A few options make it easy to point it elsewhere, in particular at a cluster running locally in Docker:
- a positional path, or
-c,-C,--connfile <path>: path to a cluster file. --connStr <string>: a connection string, instead of a file.--docker <port>: connect to a local FoundationDB running in Docker on the given port.--aspire: connect to a local FoundationDB Docker instance managed by .NET Aspire.--api <version>: the API version level to use.--timeout <seconds>(-t): default transaction timeout.
fdbtop # the default cluster file
fdbtop /path/to/fdb.cluster # a specific cluster file
fdbtop --docker 4550 # a cluster running in Docker on port 4550
fdbtop --aspire # a cluster managed by .NET Aspire
Requires the native FoundationDB client (
fdb_c/libfdb_c) matching your cluster's version.
Learn more about Target Frameworks and .NET Standard.
This package has 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 |
|---|---|---|
| 7.4.2 | 245 | 7/13/2026 |