Wiki

Clone wiki

gnrs / Experiment List

Performance Experiments

The following experiments are designed to exercise the GNRS system in a testbed framework. The focus is on evaluating the performance limits of the system: latency, scalability, robustness, and expandability. Unless otherwise noted, all experiments are designed to run on the Orbit testbed facility. Please see the experiment instructions page for more details on how these experiments are configured and run.

Required NodesExperiment NameExperiment ArchiveDescription
2Sequential Access 10Kn2_seq10k_1.tgzA single client inserts 10,000 records, in increasing GUID order, and then performs lookups in the same order.
2Sequential Access 100Kn2_seq100k_1.tgzA single client inserts 100,000 records, in increasing GUID order, and then performs lookups in the same order.
2Random Access 10KA single client inserts 10,000 records, in random order, and then performs lookups in the same order.
2Random Access 100KA single client inserts 100,000 records, in random order, and then performs lookups in the same order.
6Sequential Access 10Kn6_seq10k_1.tgzA single client inserts 10,000 records, in increasing GUID order, and then performs lookups in the same order.
11Sequential Access 10Kn11_seq10k_1.tgzA single client inserts 10,000 records, in increasing GUID order, and then performs lookups in the same order.
51Sequential Access 10Kn51_seq10k_1.tgzA single client inserts 10,000 records, in increasing GUID order, and then performs lookups in the same order.

Updated