Scroll to navigation

pttree(1) General Commands Manual pttree(1)

NAME

pttree - prints a quick overview of the contents of PyTables HDF5 files.

SYNOPSIS

pttree [ OPTIONS ] filename[:nodepath]

DESCRIPTION

pttree is designed to give a quick overview of the contents of a PyTables HDF5 file by printing a depth-indented list of nodes, similar to the output of the Unix `tree` function. It can also display the size, shape and compression states of individual nodes, as well as summary information for the whole file. For a more verbose output (including metadata), see `ptdump`.

OPTIONS

A summary of options is included below.

maximum branch depth of tree to display (-1 == no limit)
artificially order nodes, can be either "size", "name" or "none"
print size of each node/branch
print shape of each node
print compression library(level) for each compressed node
print size of each node as a % of the total tree size on disk
report sizes in SI units (1 MB == 10^6 B)
report sizes in binary units (1 MiB == 2^20 B)
Print help on usage.

SEE ALSO

ptdump(1).
These utilities are documented fully by PyTables user's manual.

AUTHOR

This manual page was written by Antonio Valentino <antonio.valentino@tiscali.it>.

May 15, 2013