On Thu, Jan 31, 2013 at 2:12 AM, Lighton Phiri <[email protected]> wrote: > If you're doing a comparison, could you also include AIPs? > Not a problem. I've taken note of this. Are you interested in specific > metrics? I ask because my interest in these benchmarks is purely > response times relative to scale.
There's little else I can think of. Perhaps peak memory consumption, but it might be hard to measure. Anyway, if you want to try, here's a tool I like to use that can help with that (and many other things): http://code.google.com/p/psi-probe/ BTW I looked at the Batch Metadata Importer source and it seems to load the whole CSV into memory, so my previous comment was wrong. It also does the CSV parsing itself, which can lead to unnecessary parsing errors and could be handled by an external library instead like OpenCSV (that DSpace uses elsewhere). So it might benefit from a rewrite. Other than that, it works just fine and I use it regularly. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

