Table of Contents
Diagnostic Improvements
Description
Diagnostic improvements of OMERO.server and OMERO.importer for post-install verification and performance testing.
Usage
source:trunk/components/tools/OmeroPy/src/omero/util/importperf.py
Usage: ./importperf.py [options...] <importer_log_file> Generate performance metrics from an OMERO.importer log file. Options: --series_report Print a CSV report for each import's series I/O --help Display this help and exit Examples: src/omero/util/importperf.py importer.log src/omero/util/importperf.py --series_report importer.log > series_report.csv Report bugs to ome-devel@lists.openmicroscopy.org.uk
Example graph of series report CSV data
Breakdown
Attachments
-
series_report.csv
(142.6 KB) - added by cxallan
7 weeks ago.
CSV report from importperf.py
-
series_elapsed.png
(212.4 KB) - added by cxallan
7 weeks ago.
Graph of elapsed times from CSV report
