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