
ALDA, tool to analyze the log data

Although there are graphical tools that display the cryptic output of INPUT_LOG, DISTRIBUTION_LOG, PRODUCTION_LOG, OUTPUT_LOG and DELETE_LOG, there is also a command line tool that prints this output in any form that the user wants. This tool is called alda AFD Log Data Analyzer.

To give a list of all file names that have entered AFD just issue the following command:
        alda -f -L I -o "%IF"

To also show the size in bytes:
        alda -f -L I -o "%IF %ISB"
