Comment 12 for bug 787091

Revision history for this message
Royston Carter (rpcarter) wrote :

Output of the following attached:
for i in `pidof kvm`; do
   echo $i >> statusinfo
   cat /proc/$i/status >> statusinfo
   echo >> statusinfo
done