NAME: chunkstats Prints statistics related to chunks in a DSPACK file. USAGE: chunkstats [-hsn] dspackfile OPTIONS: -h, --help -- Print help text and exit. -n nevents -- Specify number of events to process [default = 1] -s -- Sort by size [default = sort by name] Prints a summary of the average size of chunks found in a DSPACK file. Note that the sizes are non-compressed values. Compression will make the actual files smaller. By default the first event is examined. If the '-n nevents' option is used, the average size of the chunks for the specified number of events is calculated. The results are by default sorted by chunk name. To sort by chunk size, use the '-s' option.