############################################################################## # # File Access IO Load Driver Configuration File # Re. SNIA Emerald Power Efficiency Measurement Specification # # History: # 2017_07_26 Initial script. # 2017_08_30 Approved for release by Green TWG. # # Copyright (c) 2017 Storage Networking Industry Association # # This template file is provided to facilitate file access testing of Online and Near Online storage systems # in accordance with the SNIA Emerald Power Efficiency Measurement Specification. # # Specify SPEC SFS 2014 parameters for SNIA Emerald Power Efficiency Measurement runs using this file as the template. # # SNIA provides this template only as an example and does not guarantee its correctness. # SNIA may change this template at any time. # Responsibility for compliance with the SNIA Emerald Power Efficiency Measurement Specification resides with the test sponsor. # The SNIA Emerald Power Efficiency Measurement Specification takes precedence over this template if there is a conflict. # # Any parameters not listed below shall not be changed for SNIA Emerald Power Efficiency Measurement runs. # # The parameters appearing below are configurable as specified within the SNIA Emerald Power Efficiency Measurement Specification # and the SPEC SFS 2014 Run and Reporting Rules. # # For each workload, create a file using this template and setting the BENCHMARK parameter to identify the workload. # Allowed BENCHMARK values are: # - DATABASE # - SWBUILD # - VDA # - VDI # ############################################################################## # Mandatory Parameters ############################################################################## BENCHMARK= LOAD=10 INCR_LOAD=10 NUM_RUNS=10 CLIENT_MOUNTPOINTS= EXEC_PATH=/usr/local/bin/netmist USER=root ############################################################################## # Optionally Adjustable Parameters ############################################################################## WARMUP_TIME=300 IPV6_ENABLE=0 NETMIST_LOGS= ############################################################################## # Specifying a password is only required for Windows clients ############################################################################## PASSWORD= ############################################################################## # end of file ##############################################################################