Skip to content

Instantly share code, notes, and snippets.

@Mikulas
Last active July 28, 2017 08:13
Show Gist options
  • Save Mikulas/a026e8107b197d95c8bd53944725dca2 to your computer and use it in GitHub Desktop.
Save Mikulas/a026e8107b197d95c8bd53944725dca2 to your computer and use it in GitHub Desktop.
SELECT srcaddr, srcport, sum(bytes)
FROM vpc
WHERE crosszone=1
AND external=0
AND dstaddr='172.31.29.150'
GROUP BY srcaddr, srcport
ORDER BY 3 desc;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment