Using this:
mysqldump -w 'true LIMIT 1000'
I created a dump of 1000 rows of each table.
From:
http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html
--where='where_condition', -w 'where_condition' Dump only rows selected by the given WHERE condition. Quotes around the condition are mandatory if it contains spaces or other characters that are special to your command interpreter.