From 4bd2b52b235f03bca40dd2d22d2c92411f46a6e7 Mon Sep 17 00:00:00 2001 From: Ludovico de Nittis Date: Fri, 10 May 2024 12:02:13 +0200 Subject: doc/dbus-api-design: Update Bustle URL gitlab.fd.o/bustle/bustle points to the old archived project. The new version has been rewritten in Rust and is now hosted at gitlab.gnome.org/World/bustle Signed-off-by: Ludovico de Nittis --- doc/dbus-api-design.duck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dbus-api-design.duck b/doc/dbus-api-design.duck index c8db6427..0bc5bca6 100644 --- a/doc/dbus-api-design.duck +++ b/doc/dbus-api-design.duck @@ -878,7 +878,7 @@ 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. -- cgit v1.2.3 From 236aef6e18c8031e9e165fe0529855fbcb2b64bf Mon Sep 17 00:00:00 2001 From: Ludovico de Nittis Date: Fri, 10 May 2024 12:07:09 +0200 Subject: doc/dbus-api-design: Replace D-Feet with d-spy D-Feet is no longer maintained and its closest replacement, as mentioned in the D-Feet page https://wiki.gnome.org/Apps/DFeet, is d-spy. The project description doesn't need to be updated because d-spy provides the same set of features that D-Feet had. Signed-off-by: Ludovico de Nittis --- doc/dbus-api-design.duck | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/dbus-api-design.duck b/doc/dbus-api-design.duck index 0bc5bca6..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"] @@ -883,10 +883,10 @@ $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 -- cgit v1.2.3