Colony Graphs: Visualizing the Cloud (2014)
brendangregg.com
Colony Graphs: Visualizing the Cloud (2014)
1–8 of 8 posts
Re: Colony Graphs: Visualizing the Cloud (2014)
#2Re: Colony Graphs: Visualizing the Cloud (2014)
#3by tracking network connections and configuration, you can build some really interesting graphs. It gets even more interesting if you overlay data, like roles or users.
With a graphing database it becomes easy to query and render N degree graphs of connected devices, pops, roles.
it'd definitely interesting approach to visualizing systems and networks and would recommend it to anyone
Re: Colony Graphs: Visualizing the Cloud (2014)
#4This is why cron tasks, always, should have some blocking (like flock) and/or timeout (like timeout from coreutils) and some kind of notification, better if it's something external to the server, like healthchecks.io
Re: Colony Graphs: Visualizing the Cloud (2014)
#5Here's how to make them: https://www.brendangregg.com/ColonyGraphs/cloud.html#Impleme...
Re: Colony Graphs: Visualizing the Cloud (2014)
#6We get involved in a lot of graph scenarios, and this one we frequently see in the security side, where folks are coming up with detections or investigating incidents. Imagine checking for shell calls with unexpected arguments, or a fleet not running as uniformly as expected. There was a post a few days ago about OSQuery -- combining these together opens a lot.
Edit: Meant to add -- we are launching louie.ai to 'talk' to your DB/SIEM/etc and get these kind of rich visual investigations, if of interest to anyone. Think notebooks, dashboards, orchestrations, API endpoints, etc . Again, we already expect this use case for security folks, but we are internally using louie.ai for our own general observability tasks, and I'd happy to onboard net eng etc folks wanting to do that too!
Re: Colony Graphs: Visualizing the Cloud (2014)
#7Visualizing All Processes in a Datacenter - https://news.ycombinator.com/item?id=15180048 - Sept 2017 (5 comments)