You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2010/06/26 07:48:51 UTC

[jira] Assigned: (NUTCH-278) Fetcher-status might need clarification: kbit/s instead of kb/s shown

     [ https://issues.apache.org/jira/browse/NUTCH-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann reassigned NUTCH-278:
---------------------------------------

    Assignee: Chris A. Mattmann

> Fetcher-status might need clarification: kbit/s instead of kb/s shown
> ---------------------------------------------------------------------
>
>                 Key: NUTCH-278
>                 URL: https://issues.apache.org/jira/browse/NUTCH-278
>             Project: Nutch
>          Issue Type: Improvement
>          Components: fetcher
>    Affects Versions: 0.8
>            Reporter: Stefan Neufeind
>            Assignee: Chris A. Mattmann
>            Priority: Trivial
>             Fix For: 1.2
>
>         Attachments: PATCH.NUTCH-278
>
>
> In Fetcher.java, method reportStatus() there is
>         + Math.round(((((float)bytes)*8)/1024)/elapsed)+" kb/s, ";
> Is that a bit misleading, since the user reading the status might guess it's "kilobytes" (kb) whereas "kbit/s" would be more clear in this case?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.