The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DatabaseTally - a reimplementation of "vnmsh/sample_scripts/database_tally"

SYNOPSIS

 DatabaseTally <vnm-name>

DESCRIPTION

The script will determine how many models of each type are currently in the database. This information can be useful when evaluating system performance.

EXAMPLE

   $ DatabaseTally <vnm-name>

A listing of all the model types and the number of models of each model type is displayed to the screen. It may be more useful to redirect the output to a file.

AUTHOR

Dave Plonka <plonka@doit.wisc.edu>