cut down on number of records being cut to out history
using Filterac possibly.
How would we do that?
we want to cut down on number of records being cut to out history files.
As an example just cut records greater than half a second CPU. How to do that?
Using FILTERAC would be the easiest way.
Example supplied
FILTERAC: FILTER (FLASH) ACCT
WHERE THD-ELAPSED > 0.5 /* > half secS
TITLE=('Thread History Filter')