Skip to content

Commit

Permalink
Merge pull request pmem#1184 from janekmi/tools-perf-config.json.exam…
Browse files Browse the repository at this point in the history
…ple-cleanup

tools: perf: config.json.example cleanup
  • Loading branch information
ldorau committed Jul 30, 2021
2 parents cf24455 + f2a8b8a commit 100bed7
Showing 1 changed file with 7 additions and 28 deletions.
35 changes: 7 additions & 28 deletions tools/perf/config.json.example
Original file line number Diff line number Diff line change
@@ -1,41 +1,20 @@
{
"_comment": "A configuration file providing all information describing the system which are necessary to run ./rpma_fio_bench.sh and ./ib_read.sh.",
"platform_generation": "Cascade Lake",
"server_ip": "192.168.102.5",
"JOB_NUMA": 0,
"AUX_PARAMS": "-d mlx5_0 -R",
"platform_generation": "Cascade Lake/Ice Lake",
"server_ip": "XXX.XXX.XXX.XXX",
"JOB_NUMA": 999,
"AUX_PARAMS": "-d XXX -R",
"IB_PATH": "path",
"FIO_PATH": "path",
"REMOTE_USER": "user",
"REMOTE_PASS": "pass",
"REMOTE_JOB_NUMA": 0,
"REMOTE_AUX_PARAMS": "-d mlx5_0 -R",
"REMOTE_JOB_NUMA": 999,
"REMOTE_AUX_PARAMS": "-d XXX -R",
"REMOTE_IB_PATH": "path",
"REMOTE_SUDO_NOPASSWD": true,
"REMOTE_RNIC_PCIE_ROOT_PORT": "0000:17:00.0",
"REMOTE_DIRECT_WRITE_TO_PMEM": true,
"FORCE_REMOTE_DIRECT_WRITE_TO_PMEM": true,
"REMOTE_DIRECT_WRITE_TO_PMEM": false,
"REMOTE_FIO_PATH": "path",
"REMOTE_JOB_PATH": "path",
"REMOTE_JOB_MEM_PATH": "path",
"BUSY_WAIT_POLLING": true,
"CPU_LOAD_RANGE": "00_99",
"REMOTE_ANOTHER_NUMA": 1,
"REMOTE_RESULTS_DIR": "path",
"OUTPUT_FILE": "output_file.csv",
"_comment": "In case you would like to collect sar data:",
"REMOTE_CMD_PRE": "rm -f ${REMOTE_RESULTS_DIR}sar.dat; numactl -N ${REMOTE_ANOTHER_NUMA} sar -u -P ${REMOTE_JOB_NUMA_CPULIST} -o ${REMOTE_RESULTS_DIR}sar.dat 5 > /dev/null",
"REMOTE_CMD_POST": "sleep 10; killall -9 sar; sadf -d -- -u -P ${REMOTE_JOB_NUMA_CPULIST} ${REMOTE_RESULTS_DIR}sar.dat > ${REMOTE_RESULTS_DIR}sar_${RUN_NAME}.csv",
"_comment": "In case you would like to collect emon data:",
"EVENT_LIST": "path",
"REMOTE_CMD_PRE": "source /opt/intel/sep/sep_vars.sh; numactl -N ${REMOTE_ANOTHER_NUMA} emon -i ${EVENT_LIST} > ${REMOTE_RESULTS_DIR}${RUN_NAME}_emon.dat",
"REMOTE_CMD_POST": "sleep 10; source /opt/intel/sep/sep_vars.sh; emon -stop",
"_comment": "Debug:",
"SHORT_RUNTIME": false,
"TRACER": "gdbserver localhost:2345",
"REMOTE_TRACER": "gdbserver localhost:2345",
"DO_NOTHING": false,
"DUMP_CMDS": false,
"report": {
"_comment": "high_level_setup_figure requires making the path absolute",
"subtitle": "",
Expand Down

0 comments on commit 100bed7

Please sign in to comment.