You can always try blocking the server using onmode.
onmode -c [block|unblock]
This will block the server in a checkpoint, hence blocking ALL transaction processing.
However, you probably don't want to do this on a production system unless you can have some downtime.
--Ben