FdbTop 7.4.2
dotnet tool install --global FdbTop --version 7.4.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local FdbTop --version 7.4.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=FdbTop&version=7.4.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package FdbTop --version 7.4.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
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 |
|---|---|---|
| 7.4.2 | 0 | 7/13/2026 |
| 7.3.1 | 253 | 5/30/2025 |
| 7.3.0-preview2 | 242 | 10/18/2024 |