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

ASF GitHub Bot commented on FLINK-3056:
---------------------------------------

GitHub user sachingoel0101 opened a pull request:

    https://github.com/apache/flink/pull/1419

    [FLINK-3056][web-dashboard] Represent bytes in more readable form.

    Bytes are now displayed in the following fashion:
    1. For [0, 1000) units, display three significant digits.
    2. For [1000,1024) units, display 2 decimal points for the next higher unit.
    For example, 1010 KB is displayed as 0.99 MB, 10 MB is displayed as 10.0 MB 
and 230 MB is displayed as such.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sachingoel0101/flink 3056-ui-bytes

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1419.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1419
    
----
commit fc65aa4287689e05cd00fde82e2acbc45f28e854
Author: Sachin Goel <sachingoel0...@gmail.com>
Date:   2015-11-28T11:24:23Z

    [FLINK-3056][web-dashboard] Represent bytes in more readable form.
    Bytes are now displayed in the following fashion:
    1. For [0, 1000) units, display three significant digits.
    2. For [1000,1024) units, display 2 decimal points for the next higher unit.
    For example, 1010 KB is displayed as 0.99 MB, 10 MB is displayed as 10.0 MB 
and 230 MB is displayed as such.

----


> Show bytes sent/received as MBs/GB and so on in web interface
> -------------------------------------------------------------
>
>                 Key: FLINK-3056
>                 URL: https://issues.apache.org/jira/browse/FLINK-3056
>             Project: Flink
>          Issue Type: Improvement
>          Components: Webfrontend
>            Reporter: Robert Metzger
>            Assignee: Sachin Goel
>
> It would be great if the web interface would round show the bytes in an 
> appropriate (=human readable) unit.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to