Documentation > Deployment > Catalog Viewer Tool
The H-Store distribution provides a GUI tool to examine the contents of a benchmark JAR file. This allows you view the table information, the stored procedure query plans, and host specification.
How To Use
The catalog-viewer command will bring up the Catalog Viewer Tool for a given benchmark. Note that you must have created the project jar file first before it can be loaded into the tool:
ant catalog-viewer -Dproject=$BENCHMARK
Of if there is a specific JAR file that you would to examine, you can simply pass in that using the jar parameter:
ant catalog-viewer -Djar=/path/to/project.jar