Mention "Leo" and it'll end up with me :)
ClickHouse ships with a command line tool which does this (without the actual database server): ps aux | tail -n +2 | awk '{ printf("%s\t%s\n", $1, $4) }' | \ clickhouse-local -S "user String, mem Float64" \ -q "SELECT…
There are, fundamentally, two different kinds of attacks: - Volumetric attacks like this one, mostly reflection. - Application level attacks like SYN floods or protocol-specific attacks. Defending against both costs a…
I'm working for Nitrado (Europe's largest gameserver provider), and we happen to have lots of experience in building and scaling indie game server infrastructures :)
ClickHouse ships with a command line tool which does this (without the actual database server): ps aux | tail -n +2 | awk '{ printf("%s\t%s\n", $1, $4) }' | \ clickhouse-local -S "user String, mem Float64" \ -q "SELECT…
There are, fundamentally, two different kinds of attacks: - Volumetric attacks like this one, mostly reflection. - Application level attacks like SYN floods or protocol-specific attacks. Defending against both costs a…
I'm working for Nitrado (Europe's largest gameserver provider), and we happen to have lots of experience in building and scaling indie game server infrastructures :)