Record and inspect D-Bus traffic from the terminal
Project description
DBusLens
DBusLens is a terminal tool for recording and inspecting D-Bus traffic. It stores captures as .dblens bundles, opens them in a Textual UI, and helps you quickly understand who is sending messages, which members are busiest, and where errors are happening.
Highlights
-
A D-Bus inspector that feels like a real tool
Clean, keyboard-first terminal UI built for investigation, not just dumping messages. -
Built for speed
Fast capture, fast load, and responsive browsing even when the trace is noisy. -
From traffic ranking to failure diagnosis
See top senders and members, then drill into error distribution, retries, call context, and arguments. -
Understands changing bus ownership
Recover service and process identity from short-lived unique names with capture-time snapshots and ownership timeline analysis. -
One workflow for session and system bus
Same commands, same bundle format, same inspection model. -
Simple like
perf, focused on D-Bus
Capture now, inspect later, stay in the terminal.
Screenshots
Senders
Members
Errors
Plot
For Users
Requirements
DBusLens currently targets Linux systems with D-Bus tooling available on PATH.
- Linux
dbus-monitorgdbusdotfrom Graphviz forplotSVG output
Install
Recommended:
uv tool install dbuslens
Alternative:
pip install dbuslens
After installation, confirm the command is available:
dbuslens --help
Enable Shell Completion
Bash:
mkdir -p ~/.local/share/bash-completion/completions
dbuslens completion bash > ~/.local/share/bash-completion/completions/dbuslens
Zsh:
mkdir -p ~/.local/share/zsh/site-functions
dbuslens completion zsh > ~/.local/share/zsh/site-functions/_dbuslens
Open a new shell after writing the completion file, or reload your shell configuration.
Basic Usage
Record a capture:
dbuslens record --duration 10
dbuslens record --bus system --duration 60 --output /tmp/system.dblens
Open a saved capture in the terminal UI:
dbuslens report
dbuslens report --input /tmp/system.dblens
Generate a dependency graph:
dbuslens plot
dbuslens plot --input /tmp/system.dblens
dbuslens plot --input /tmp/system.dblens --output graph.svg
dbuslens plot --input /tmp/system.dblens --format dot --output graph.dot
dbuslens plot --input /tmp/system.dblens --raw --output graph-raw.svg
plot writes a simplified dependency graph by default:
- nodes prefer captured well-known service names over transient unique names
org.freedesktop.DBustraffic is hidden- SVG output uses a dark theme aligned with the terminal UI colors
When --output is omitted, plot writes next to the input bundle with a suffix matching --format.
Use --output - when you want the rendered output on stdout.
Use --raw when you want the unfiltered graph with raw unique-name nodes.
Default behavior:
recorduses thesessionbus by defaultreportreadsrecord.dblensby defaultplotreadsrecord.dblensand writesrecord.svgby default
Typical workflow:
- Record traffic during the period you want to observe.
- Open the saved
.dblensbundle withreport. - Switch between
Senders,Members, andErrors. - Move through the table and inspect the detail pane for the selected row or error summary.
- In
Errors, use the details table to inspect resolved caller and target names, per-call arguments, and retry context.
Format reference:
Recent .dblens captures also embed ownership timeline metadata, which helps report resolve
short-lived D-Bus unique names back to service labels, recover error call context across owner
changes, and attach more accurate process metadata in the Errors view.
For Developers
Clone the repository and create the local environment:
git clone https://github.com/hualet/DBusLens.git
cd DBusLens
uv sync
Run the test suite:
./.venv/bin/python -m unittest discover -s tests -v
Run lint:
uv tool run --from pylint --with dbus-fast --with dpkt --with textual pylint $(git ls-files '*.py')
Verify the CLI wiring:
./.venv/bin/python -m dbuslens --help
Run the app from the checkout:
uv run dbuslens record --duration 10
uv run dbuslens report
Keyboard Shortcuts
s: switch toSendersm: switch toMemberse: switch toErrorsLeft/Right: switch between viewsUp/Down: move inside the focused list or tableTab/Shift+Tab: switch focus between panesEnter: jump to the detail paneq: quit
License
Licensed under the GNU General Public License v3.0. See LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dbuslens-2.0.tar.gz.
File metadata
- Download URL: dbuslens-2.0.tar.gz
- Upload date:
- Size: 58.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdad2523989b9652deffcb711a630b2f35cdc1be06459aebc81ebc46f63a73ee
|
|
| MD5 |
3a993b674ef35be3e2ac6e460ec87a92
|
|
| BLAKE2b-256 |
5b6c94e20e0c4208541d174d9204955521bbf58fc484797e45f78b4272621943
|
Provenance
The following attestation bundles were made for dbuslens-2.0.tar.gz:
Publisher:
release.yml on hualet/DBusLens
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dbuslens-2.0.tar.gz -
Subject digest:
cdad2523989b9652deffcb711a630b2f35cdc1be06459aebc81ebc46f63a73ee - Sigstore transparency entry: 1340369764
- Sigstore integration time:
-
Permalink:
hualet/DBusLens@d4922d81bd867fb49041a22b90d614d8b8873be5 -
Branch / Tag:
refs/tags/v2.0 - Owner: https://github.com/hualet
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@d4922d81bd867fb49041a22b90d614d8b8873be5 -
Trigger Event:
push
-
Statement type:
File details
Details for the file dbuslens-2.0-py3-none-any.whl.
File metadata
- Download URL: dbuslens-2.0-py3-none-any.whl
- Upload date:
- Size: 43.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d02512d9f6c15064e8170279be7f76a84ac2310f225fdb1bb130a627169de68
|
|
| MD5 |
1c943178f4ca550d5a846e789b3a859c
|
|
| BLAKE2b-256 |
ac9eacf4543b9396181128628ed6c7bd1031b1a31e7f73882f2ed5bd39925567
|
Provenance
The following attestation bundles were made for dbuslens-2.0-py3-none-any.whl:
Publisher:
release.yml on hualet/DBusLens
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dbuslens-2.0-py3-none-any.whl -
Subject digest:
1d02512d9f6c15064e8170279be7f76a84ac2310f225fdb1bb130a627169de68 - Sigstore transparency entry: 1340369766
- Sigstore integration time:
-
Permalink:
hualet/DBusLens@d4922d81bd867fb49041a22b90d614d8b8873be5 -
Branch / Tag:
refs/tags/v2.0 - Owner: https://github.com/hualet
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@d4922d81bd867fb49041a22b90d614d8b8873be5 -
Trigger Event:
push
-
Statement type: