On 8/30/2012 7:25 AM, David S Hustace wrote:
On Aug 30, 2012, at 1:19 AM, Ron Roskens <rosk...@elfin.net <mailto:rosk...@elfin.net>> wrote:

Attached is a zip file with logs from running opennms-rrd-stresser using CassandraRrdStrategy, JRobinRrdStrategy, and JniRrdStrategy.

Could you show us how you configured and setup the environment and ran the RRD Stressor?

I included the shell scripts I used to run the stresser in the zip for each strategy.

/usr/java/jdk1.7.0_06/bin/java -jar -Xmx1024m \
    -Ddebug=true \
    -Dorg.opennms.rrd.queuing.writethreads=2 -Dstresstest.filecount=30000 \
-Dstresstest.modulus=1000 -Dstresstest.threadcount=50 -Dstresstest.maxupdates=100000 \
    -Dstresstest.file=${RRDDIR}/ \
    -Dorg.opennms.rrd.storeByGroup=true \
-Dorg.opennms.rrd.strategyClass=org.opennms.netmgt.rrd.cassandra.CassandraRrdStrategy \
${DIR}/opennms-rrd-stresser-1.11.2-SNAPSHOT-jar-with-dependencies.jar

I had two directories that I had compiled things in, so that's why CassandraRrd used a different directory path than JRobinRrd and JniRrd. I had originally had a problem running the JRobinRrd strategy (it ran the CassandraRrd), but once I moved my /opt/opennms directory out of the way, it worked as expected.

For the VirtualBox configuration, it has 8GB of base memory, ICH9 chipset, IO APIC, 8 processors, 100% execution cap, pae/nx enabled, vt-x/amd-v enabled, netsted paging enabled. The are two VDI disks on a SATA controller, both dynamically allocated. The OS is on the first one, with a capacity of 32GB. The 2nd, disk mounted at /itch, has a capacity of 50GB.

Fedora17 was installed using its defaults, so the disks are physical volumes and the filesystems all ext4 on logical volumes.

The tests removed all the jrb/rrd files before the run, and truncated the column families inside cassandra. vmstat and mpstat were ran in the background writing to their own log files, and killed off once the java process had exited.

Ron
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this 
page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel

Reply via email to