view ChangeLog @ 34:6f68e94c1fb8 default tip

Add CondensedStats monitoring utility, equivalent to vmstat
author Dominic Cleal <dominic-cleal@cdo2.com>
date Thu, 05 Aug 2010 11:07:25 +0100
parents a77f0a9ed93c
children
line wrap: on
line source

2010-06-12  Dan Creswell <dan@dancres.org>

    * Blitz Pure Java Version 2.1.1

	* Add an optimistic log file batcher - disabled by default
		- To enable change: storageModel = new Persistent(true, true, 1, true, 10000, 32768);
		to: storageModel = new Persistent(true, true, 1, false, 10000, 32768);
	
2010-01-04	Dan Creswell <dan@dancres.org>

	* Blitz Pure Java Version 2.1 - full changelog here: 
		http://blitzjavaspaces.hg.sourceforge.net/hgweb/blitzjavaspaces/blitzjavaspaces/log
	
	* Update to DB/Java 3.3.93
	* Add an additional option on Dashboard to display full stats as raw 
strings.
	* Add some cache/memory statistics to help spot potential exhaustion 
and other tuning issues.
	* Add support for cache partitioning to improve concurrency.
	* Add support for nano-second batch windows.