summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2024-05-10 10:49:57 +0000
committerSimon McVittie <smcv@collabora.com>2024-05-10 10:49:57 +0000
commit42327d71f4f5d175ace5dfb4b5c65c4766f36cc8 (patch)
tree1c6cca1e6d38b8744012c4b2fbccf34e77137c01
parente277bf9070fa76712c6f113fbccc7c3b107297dd (diff)
parent236aef6e18c8031e9e165fe0529855fbcb2b64bf (diff)
Merge branch 'update_api_design_doc' into 'master'HEADmaster
doc/dbus-api-design: Update Bustle URL and replace deprecated D-Feet with d-spy See merge request dbus/dbus!460
-rw-r--r--doc/dbus-api-design.duck10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/dbus-api-design.duck b/doc/dbus-api-design.duck
index c8db6427..6cf4ebdd 100644
--- a/doc/dbus-api-design.duck
+++ b/doc/dbus-api-design.duck
@@ -857,7 +857,7 @@ it is typically not a security boundary.
Debugging services running on D-Bus can be tricky, especially if they are
launched via service activation and hence in an environment out of your control.
-Three main tools are available: D-Bus Monitor, Bustle and D-Feet.
+Three main tools are available: D-Bus Monitor, Bustle and d-spy.
=== D-Bus Monitor
[id="dbus-monitor"]
@@ -878,15 +878,15 @@ system bus without modifying its security policy.
=== Bustle
[id="bustle"]
-$link[>>https://gitlab.freedesktop.org/bustle/bustle](Bustle) is a graphical version of
+$link[>>https://gitlab.gnome.org/World/bustle](Bustle) is a graphical version of
$cmd(dbus-monitor), with a UI focused on profiling D-Bus performance by plotting
messages on a timeline. It is ideal for finding bottlenecks in IPC performance
between a service and client.
-=== D-Feet
- [id="d-feet"]
+=== d-spy
+ [id="d-spy"]
-$link[>>https://wiki.gnome.org/Apps/DFeet](D-Feet) is an introspection tool for
+$link[>>https://gitlab.gnome.org/GNOME/d-spy](d-spy) is an introspection tool for
D-Bus, which displays all peers on the bus graphically, with their objects,
interfaces, methods, signals and properties listed for examination. It is useful
for debugging all kinds of issues related to presence of services on the bus