Print

Print


Commit in hps-java/scripts on MAIN
et_monitor_test.sh+6added 1.1
et_producer_test.sh+3added 1.1
et_server_test.sh+5added 1.1
+14
3 added files
test scripts for ET system

hps-java/scripts
et_monitor_test.sh added at 1.1
diff -N et_monitor_test.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ et_monitor_test.sh	16 Feb 2012 19:29:45 -0000	1.1
@@ -0,0 +1,6 @@
+et=~/.m2/repository/org/lcsim/hps-et-java/12.0-SNAPSHOT/hps-et-java-12.0-SNAPSHOT.jar
+
+monitor="java -classpath $et org.jlab.coda.et.apps.EtMonitor -f ETBuffer -h localhost" 
+
+echo "$monitor"
+exec $monitor

hps-java/scripts
et_producer_test.sh added at 1.1
diff -N et_producer_test.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ et_producer_test.sh	16 Feb 2012 19:29:45 -0000	1.1
@@ -0,0 +1,3 @@
+prod="java -classpath /Users/jeremymccormick/.m2/repository/org/lcsim/hps-et-java/12.0-SNAPSHOT/hps-et-java-12.0-SNAPSHOT.jar org.jlab.coda.et.apps.Blaster -f ETBuffer -host localhost"
+echo $prod
+exec $prod

hps-java/scripts
et_server_test.sh added at 1.1
diff -N et_server_test.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ et_server_test.sh	16 Feb 2012 19:29:45 -0000	1.1
@@ -0,0 +1,5 @@
+et=~/.m2/repository/org/lcsim/hps-et-java/12.0-SNAPSHOT/hps-et-java-12.0-SNAPSHOT.jar
+#server="java -classpath $et org.jlab.coda.et.apps.StartEt -p 11111 -f ETBuffer -n 100 -s 1024 -v -d" 
+server="java -classpath $et org.jlab.coda.et.apps.StartEt -f ETBuffer" 
+echo "$server"
+exec $server
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1