What’s the ATH?
As of the past hour or so:
$ curl -s https://damus.io/stats/connections.txt | awk '{ print $2 }' | sort -n | tail -n1
3621
Please Login to reply.
$2 > maxx {maxx = $2} END {print maxx}
nerd