# File lib/mongo/collection.rb, line 942
    def stats
      @db.command({:collstats => @name})
    end