From: Michal Voců Date: Thu, 22 Jun 2006 12:46:34 +0000 (+0000) Subject: * perftest setup & run examples X-Git-Tag: gridsite-core_R_1_3_2~94 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=d6c3c0c993272f338db2e1c4f695e95d4af577a2;p=jra1mw.git * perftest setup & run examples --- diff --git a/org.glite.lb/doc/perf_clear_proxy b/org.glite.lb/doc/perf_clear_proxy new file mode 100644 index 0000000..237df95 --- /dev/null +++ b/org.glite.lb/doc/perf_clear_proxy @@ -0,0 +1 @@ +CLPR=1; for jobid in `./stage/sbin/glite-lb-perftest_logjobs -m scientific.civ.zcu.cz:10000 -f stage/examples/perftest/perf_simple_avg_events.log -n 1000 -p /tmp/perftest_michal.log -s /tmp/proxy_michal.perf|grep https`; do stage/bin/glite-lb-logevent -x -S /tmp/proxy_michal.perfstore.sock -c $SEQCODE -j $jobid -s UserInterface -e Abort --reason Purge; done diff --git a/org.glite.lb/doc/perf_purge b/org.glite.lb/doc/perf_purge new file mode 100644 index 0000000..4bcc881 --- /dev/null +++ b/org.glite.lb/doc/perf_purge @@ -0,0 +1 @@ +./stage/sbin/glite-lb-purge -j /tmp/perftest_1000.jobids -m scientific.civ.zcu.cz:10000 -s diff --git a/org.glite.lb/doc/perf_reg_jobs b/org.glite.lb/doc/perf_reg_jobs new file mode 100644 index 0000000..20923a1 --- /dev/null +++ b/org.glite.lb/doc/perf_reg_jobs @@ -0,0 +1 @@ + REG=1; for jobid in `./stage/sbin/glite-lb-perftest_logjobs -m scientific.civ.zcu.cz:10000 -f stage/examples/perftest/perf_simple_avg_events.log -n 1000 -p /tmp/perftest_michal.log -s /tmp/proxy_michal.perf|grep https`; do stage/examples/glite-lb-job_reg -j $jobid -s UserInterface ; done diff --git a/org.glite.lb/doc/perf_run_interlogd b/org.glite.lb/doc/perf_run_interlogd new file mode 100644 index 0000000..00d60ed --- /dev/null +++ b/org.glite.lb/doc/perf_run_interlogd @@ -0,0 +1 @@ + ./stage/bin/glite-lb-interlogd -d -s /tmp/perftest_michal.sock --file-prefix=/tmp/perftest_michal.log --lazy diff --git a/org.glite.lb/doc/perf_run_proxy b/org.glite.lb/doc/perf_run_proxy new file mode 100644 index 0000000..5d88382 --- /dev/null +++ b/org.glite.lb/doc/perf_run_proxy @@ -0,0 +1 @@ +./stage/bin/glite-lb-proxy -d --silent -p /tmp/proxy_michal.perf --proxy-il-sock /tmp/perftest_michal.sock --proxy-il-fprefix /tmp/perftest_michal.log diff --git a/org.glite.lb/doc/perf_run_server b/org.glite.lb/doc/perf_run_server new file mode 100644 index 0000000..b11eb79 --- /dev/null +++ b/org.glite.lb/doc/perf_run_server @@ -0,0 +1 @@ +./stage/bin/glite-lb-bkserverd -d --perf-sink=4 -p 10000 -w 10003 -S /tmp/purge_michal -D /tmp/dump_michal --silent diff --git a/org.glite.lb/doc/perf_run_test b/org.glite.lb/doc/perf_run_test new file mode 100644 index 0000000..2e31b83 --- /dev/null +++ b/org.glite.lb/doc/perf_run_test @@ -0,0 +1 @@ +TEST=1; ./stage/sbin/glite-lb-perftest_logjobs -d proxy -m scientific.civ.zcu.cz:10000 -f stage/examples/perftest/perf_simple_avg_events.log -n 1000 -p /tmp/perftest_michal.log -s /tmp/proxy_michal.perf