Bug 34067

Summary: Bustle should show statistics about message sizes
Product: Bustle Reporter: Alban Crequy <alban.crequy>
Component: GeneralAssignee: Will Thompson <will>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium CC: robin.bateboerop
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: 0001-bustle-dbus-monitor-add-message-size-in-the-log.patch

Description Alban Crequy 2011-02-09 04:15:12 UTC
Created attachment 43159 [details] [review]
0001-bustle-dbus-monitor-add-message-size-in-the-log.patch

1. bustle-dbus-monitor should record message sizes in the log file.
2. Some tool (similar to bustle-count?) should show statistics about message sizes.

The attached patch fixes the point 1.

Robin is working on point 2. Meanwhile, the patch is still useful for me with some shell scripts:
grep -v nameownerchanged file.log |gawk '{print $4}'
Comment 1 Will Thompson 2011-06-26 04:15:04 UTC
0.2.5 adds a new sidebar to the UI: I think data on message sizes might usefully be shown there (as well as a command-line tool for automation purposes).

Also, on bug 34070 I've started replacing the log format with pcap files, which gets us stuff like message sizes for free.
Comment 2 Will Thompson 2012-01-12 03:18:36 UTC
This is included in Bustle 0.3.1.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.