You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/12/15 19:15:00 UTC

[jira] [Commented] (ARTEMIS-3993) WebConsole shows sizes in KB but actually uses 1024 multipliers

    [ https://issues.apache.org/jira/browse/ARTEMIS-3993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17648215#comment-17648215 ] 

ASF subversion and git services commented on ARTEMIS-3993:
----------------------------------------------------------

Commit 065e4246e1c2c2022d1cd0ffa021080bb140d013 in activemq-artemis's branch refs/heads/main from Erwin Dondorp
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=065e4246e1 ]

ARTEMIS-3993 changed some MB style uses to use MiB; added support for MiB/GiB/etc in config


> WebConsole shows sizes in KB but actually uses 1024 multipliers
> ---------------------------------------------------------------
>
>                 Key: ARTEMIS-3993
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3993
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: 2.25.0
>            Reporter: Erwin Dondorp
>            Priority: Minor
>         Attachments: screenshot-1.png, screenshot-2.png, screenshot-3.png
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> To make the actual size clear, the binary version of the prefix should be used.
> See https://en.wikipedia.org/wiki/Binary_prefix
> changes:
> * apply binary prefixes on output, e.g. Ki/Mi/Gi
> * recognize binary prefixes on input, continue recognizing previous style which uses the "K/M/G" prefixes but was already 1024 based.
> * make units consistent: always present with uppercase first character Ki/Mi/Gi (not k/m/g)
> * updated documentation to match
> Status screen:
> !screenshot-1.png! 
> Browse queue (queue):
> !screenshot-2.png! 
> Browse queue (message):
> !screenshot-3.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)