Tuesday, December 18, 2007

lxb0970 : a new client machine! access using dfrodrig user

killing everything on a pattern:

kill -9 `ps -ag | egrep "consumerAgent" | awk '{print $1}'`

Monday, December 3, 2007

Back on track:

activemq.prefetchSize = ....


When subscribing a topic, we should be setting as an header the prefetchSize (number of messages to be sent to a particular client without getting any receipt that we will allow).

this should be sent as an header when subscribing!

Friday, October 19, 2007

Useful things for continuing the report

todo:

finish document under:
/afs/cern.ch/user/d/dfrodrig/workspace/docs/reports

Add more results to *.sxc :
/afs/cern.ch/user/d/dfrodrig/workspace/docs/testResults
Go get them at:
/afs/cern.ch/user/d/dfrodrig/workspace/GMAN/tests/results

lxb6117, lxb6118 configurations also under ~/workspace/docs/reports/tmp!

Command for running consumer: tail -n 100 -f cons | nc lxb6118 6163 > /tmp/tmp

and not referring to the report:
:: http://lxb6118:8161/admin/topics.jsp

Wednesday, October 17, 2007

Getting this:

Exception in thread "ActiveMQ Transport Server: ssl://localhost:61617" java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.io.ByteArrayOutputStream.(ByteArrayOutputStream.java:60)
at com.sun.net.ssl.internal.ssl.OutputRecord.(OutputRecord.java:56)
at com.sun.net.ssl.internal.ssl.OutputRecord.(OutputRecord.java:66)
at com.sun.net.ssl.internal.ssl.AppOutputStream.(AppOutputStream.java:33)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.init(SSLSocketImpl.java:519)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.(SSLSocketImpl.java:433)
at com.sun.net.ssl.internal.ssl.SSLServerSocketImpl.accept(SSLServerSocketImpl.java:255)
at org.apache.activemq.transport.tcp.TcpTransportServer.run(TcpTransportServer.java:153)
at java.lang.Thread.run(Thread.java:619)



From time to time... I'll have to carefully analyse.


right now, I am running the tests veryfing saturation and before saturation. Up to now:






























MessageSize Nmessages Speed Saturation SpeedAfterSaturation
1000B 16384 8822.15 [~1.85s] 15 Messages 334M/s[~49s]
8192 9102 m/s[~0.9s] 20 Messages 334M/s [~24.5s]
32768 8936 m/s[~3.6s] 6 Messages 334M/s [~98s]

Tuesday, October 16, 2007

Configuration at lxb6118

James installed Activemq 5.0 (latest release )

configuration files are under
/etc/activemq

activemq-wrapper.conf (for configuring the activemq wrapping)
activemq.xml (for configuring the activemq broker)
log4j.properties

logs/journal are under /var/lib/activemq

and stopping starting has a dedicated start script :
service activemq start|stop



lxb6117 will keep activemq4.1.1

Brief notes on remake of the tests

Additional variables to take into account:






Maybe it' snot the same in 5.0