how many processes will be created by this iostat/nawk command
How many processes (and how often) will the following command create?
iostat -McxnzTd 15 | nawk '{ "date" | getline d ; close("date") } { print d,$0 }' > iostat.$HOSTNAME.$(date '+%m%d%Y%H:%M:%S') &is is
Thanks,
GlenG
[edit] support believes the problem is related to:
a regression in the fix for bug 6535949 - availability of 2M pages degrades over time on Solaris x64, which was fixed in 147148-03