System - how much ASP % is used

By kimot, 24 December, 2022

If you need to know find out how much ASP % is used

SELECT asp_num, 
       totcap, 
       totcapa, 
       100 - (totcapa * 100)/totcap as Filling FROM QSYS2.ASP_INFO;