Bela Ban created JGRP-2457:
------------------------------
Summary: Make time and byte values more legible
Key: JGRP-2457
URL:
https://issues.redhat.com/browse/JGRP-2457
Project: JGroups
Issue Type: Enhancement
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 5.0
In an XML configuration, we can already define {{send_buf_size=20M}}, but when printing
protocol attribute values, we'll print {{20000000}} instead.
Change this to print time and bytes values in a more readable format, for all protocol
attributes.
Examples:
* {{max_credits=3000000}} -> {{max_credits=3m}}
* {{time=45000}} -> {{time=45s}}
* {{avg_delivery_time=250.09us}} (note the suffix)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)