TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Colony Graphs: Visualizing the Cloud (2014)

75 pointsby gszrabout 1 year ago

7 comments

lmeyerovabout 1 year ago
Seeing an entire subnet or fleet is fascinating. I hadn&#x27;t seen the perf engineer side before, which is interesting. Process graphs are so fun!<p>We 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.<p>Edit: Meant to add -- we are launching louie.ai to &#x27;talk&#x27; to your DB&#x2F;SIEM&#x2F;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&#x27;d happy to onboard net eng etc folks wanting to do that too!
txutxuabout 1 year ago
&gt; My jaw dropped when I first saw this.<p>This is why cron tasks, always, should have some blocking (like flock) and&#x2F;or timeout (like timeout from coreutils) and some kind of notification, better if it&#x27;s something external to the server, like healthchecks.io
FredPretabout 1 year ago
So cool!<p>Here&#x27;s how to make them: <a href="https:&#x2F;&#x2F;www.brendangregg.com&#x2F;ColonyGraphs&#x2F;cloud.html#Implementation" rel="nofollow">https:&#x2F;&#x2F;www.brendangregg.com&#x2F;ColonyGraphs&#x2F;cloud.html#Impleme...</a>
sigmonsaysabout 1 year ago
i&#x27;ve created graphs of arbitrary sizes and loaded the data into a graphing database for machines on the network.<p>by 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.<p>With a graphing database it becomes easy to query and render N degree graphs of connected devices, pops, roles.<p>it&#x27;d definitely interesting approach to visualizing systems and networks and would recommend it to anyone
malkiaabout 1 year ago
Reminds me of <a href="https:&#x2F;&#x2F;www.graphistry.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.graphistry.com&#x2F;</a>
dangabout 1 year ago
Related:<p><i>Visualizing All Processes in a Datacenter</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15180048">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15180048</a> - Sept 2017 (5 comments)
Solvencyabout 1 year ago
Why isn&#x27;t there software that lets you visualize&#x2F;zoom&#x2F;interact with a live cloud status like this using D3? Or does Azure have something like this in its admin tools?