Changeset 1146 for OAIHarvester


Ignore:
Timestamp:
02/24/11 14:01:38 (13 years ago)
Author:
oschonef
Message:
  • include bytes in per prefix stats output
File:
1 edited

Legend:

Unmodified
Added
Removed
  • OAIHarvester/trunk/OAIHarvester/src/test/java/eu/clarin/cmdi/oai/harvester/HarvesterTest.java

    r1144 r1146  
    220220                        stats.getRequestCount() + " requsts(s) [" +
    221221                        stats.getResumptionCount()  + " time(s) resumed] / " +
    222                         "latestDatestamp = " + stats.getLatestDatestamp());
     222                        stats.getBytesTransferred() + " byte(s) / latest = " +
     223                        stats.getLatestDatestamp());
    223224            }
    224225        } catch (HarvesterProtocolErrorException e) {
Note: See TracChangeset for help on using the changeset viewer.