Play and learn 300 000+ tabs online

Monday, August 9, 2010

Memory Leak Finding Script


while true
do
echo "---------------------------------" >> /tmp/mem_usage
date >> /tmp/mem_usage
ps aux >> /tmp/mem_usage
sleep 60
done

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.