Slide 34
Slide 34 text
the solution
engineering overhead
with SQL, asking a question doesn't require writing complex code
•low-level operating system analytics with attention to UEX
SELECT address, mac, count(mac) AS mac_count
FROM arp_cache GROUP BY mac
HAVING count(mac) > 1;