DDN IME Evaluation
Go to file
Eugen Betke 6e1d6cb4ce Results with 128GB test file 2018-10-21 22:38:23 +02:00
output Results for 1 node for 1MB and 10MB 2018-10-21 18:22:48 +02:00
output.old Results with 128GB test file 2018-10-21 22:38:23 +02:00
LICENSE Initial commit 2018-10-04 16:02:57 +02:00
README.md Update README.md 2018-10-09 11:13:31 +02:00
batch_job.sh Comments 2018-10-09 10:49:40 +02:00
drop_caches.sh Drop caches script 2018-10-21 20:46:34 +02:00
eval_analysis.R Evaluation scripts 2018-10-04 16:53:44 +02:00
eval_netcdfbench.R Evaluation scripts 2018-10-04 16:53:44 +02:00
eval_openclose.R Evaluation scripts 2018-10-04 16:53:44 +02:00
eval_performance.R Evaluation scripts 2018-10-04 16:53:44 +02:00
eval_readwrite.R Evaluation scripts 2018-10-04 16:53:44 +02:00
micro_run.py Results for 1 node for 1MB and 10MB 2018-10-21 18:22:48 +02:00
mkdb.py Converter of output files to sqlite3 database 2018-10-04 16:49:15 +02:00
run.sh Results for 1 node for 1MB and 10MB 2018-10-21 18:22:48 +02:00
show_node_status.sh Results for 1 node for 1MB and 10MB 2018-10-21 18:22:48 +02:00

README.md

I/O-Performance exploration

Running performance tests

sbatch ./batch_job.sh

Put all results in a SQLite3 data base

./mkdb.py <perf_results_folder> <db_file_name.db>

Evaluation with R

  1. ./eval_analysis.R <db_file_name.db> <output_folder>
  2. ./eval_netcdfbench.R <db_file_name.db> <output_folder>
  3. ./eval_openclose.R <db_file_name.db> <output_folder>
  4. ./eval_performance.R <db_file_name.db> <output_folder>
  5. ./eval_readwrite.R <db_file_name.db> <output_folder>