If you are on a unix system you can use the find command to list files in your assetstore that are small
cd /dspace/assetstore
find . -type f -and -size -900c -exec basename {} \;
the names that are printed correspond to the internal ids of bitstreams
given those internal ids you can go to the database and try to get to the information with SQL queries. personally I dislike that approach. For that reason I developed a small ruby gem that interacts with the DSPACE API classes so that I can script these maintenance activities
using the gem I put a script together that reads internal ids from a file or stdin and then prints information about the corresponding bitstreams; a line for each internal id:
96563514287524427390952035236210734474 99343 ITEM.80161 99999/fk4vq36h8m COLLECTION.87 88435/dsp01x633f104k COMMUNITY.67 88435/dsp01td96k251d
Have a look at
you can run the script (once you have jruby installed) as follows
cd dspace-cli
DSPACE_HOME = dspace install dir if different from /dspace
bundle exec statistics/bitstreams_from_internalids.rb file_with_bitstream_internal_ids
I hope this helps
Monika
----
Monika Mevenkamp
Digital Repository Infrastructure Developer
Princeton University
Skype: mo-meven