class Puma::Server

def stats

Other tags:
    Version: - 5.0.0
def stats
  STAT_METHODS.map {|name| [name, send(name) || 0]}.to_h
end