Calculating the space allocated to logical log files

If all of your logical log files are the same size, you can calculate the total space allocated to the logical log files.

To calculate the space allocated to these files, use the following formula:
total logical log space = LOGFILES * LOGSIZE

If you add logical-log files that are not the size specified by the LOGSIZE configuration parameter, you cannot use the LOGFILES * LOGSIZE expression to calculate the size of the logical log. Instead, you need to add the sizes for each individual log file on disk.

Use the onstat -l utility to monitor logical-log files.