hmmm... let me try.. don't have a system.. You may need to make some adjustments. I am using Chan's example
sar -uq 1 2 |sed '/HP-UX/d'|awk '{ l = NR % 2 ; if (l) printf ("%s", $0) ;else print $0 }'
-Sri
You may be disappointed if you fail, but you are doomed if you don't try