#!/bin/bash
#
# Copyright (C) 2004 Networks Associates Technology Inc. All rights reserved.
#
# Long term appliance statistics ...
#

# run system activity accounting tool 
/usr/lib/sa/sa1 1 1

# Get the appliance statistics
/usr/sbin/webshield appstats

exit 0

