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.

Homegrown DevOps Tools at Stack Exchange

144 pointsby KyleBrandtover 11 years ago

10 comments

WestCoastJustinover 11 years ago
I think Stack Exchange has a secret weapon which will likely greatly improve their backend systems. Tom Limoncelli, who used to work at Google as a Site reliability engineer (SRE), now works at Stack Exchange [1]. He pretty much wrote the bible for sysadmins entitle &quot;<i>The Practice of System and Network Administration</i>&quot; [2]. I wouldn&#x27;t be surprised if we start seeing more posts like this!<p>[1] <a href="http://everythingsysadmin.com/2013/09/the-team-im-on-at-stack-exchan.html" rel="nofollow">http:&#x2F;&#x2F;everythingsysadmin.com&#x2F;2013&#x2F;09&#x2F;the-team-im-on-at-stac...</a><p>[2] <a href="http://www.amazon.com/dp/0321492668/tomontime-20" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;dp&#x2F;0321492668&#x2F;tomontime-20</a>
评论 #6335085 未加载
lifeisstillgoodover 11 years ago
This oddly sounds like a death knell for Windows. I am not seeing anything here that is not in the LAMP &#x2F; OSS stack as standard (graphite, nagios &#x2F; Munin)<p>If we rephrase the blog post as &quot;we could not find any good tools in the Windows devops space so we wrote them&quot; and add it to the departure of the only CEO willing to dance on stage chanting developers developers developers and Windows is not an ecosystem but a hub with a few brave outlying satellites.<p>I am impressed by the stacke change folks and their story and skills but it feels like amazing stories of software skill written for one company and never released in the open - it just leaves no legacy
评论 #6335630 未加载
评论 #6334857 未加载
评论 #6335103 未加载
评论 #6334794 未加载
benjaminwoottonover 11 years ago
It&#x27;s always nice to see new products in the DevOps space, but be careful not to re-invent the wheel if you do this kind of stuff as the open source world is coming on leaps and bounds.<p>LogStash, ElasticSearch and Kibana are a great open source stack for log management.<p>StatsD and Graphite are nice tools for metric tracking and visualization.<p>There are lots of open source dashboard offerings which combined with a bit of scripting can get you far.<p>You are also spoiled for choice with SAAS monitoring stuff such as NewRelic and Server Density, even if the OP isn&#x27;t a fan of cloud based tools.
评论 #6335286 未加载
stephengillieover 11 years ago
That dashboard looks really neat. I&#x27;ve been searching for a good Windows dashboard, and I like the patching views. Where&#x27;s the download link?
评论 #6334509 未加载
评论 #6334503 未加载
stevenjmurawskiover 11 years ago
jmelloy (<a href="https://news.ycombinator.com/item?id=6334778" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=6334778</a>) had a really good point that wasn&#x27;t covered in the post, since it was a post about what we are doing not necessarily why we are doing it.<p>One of our major problems with existing monitoring and management systems is the lack of good APIs. We are a shop of developers and sysadmins who all understand the real management systems need to be composable. The system needs to understand that it won&#x27;t solve every case out of the box and expose hooks into management and functionality, allowing us to tie disparate systems together and enhance their coverage. I&#x27;d rather take a bunch of existing products and put some cool dashboards on top, but most enterprise solutions (and some of the open source ones) don&#x27;t offer a decent API to work with.
评论 #6335797 未加载
dredmorbiusover 11 years ago
OK, I&#x27;ll be that guy.<p>This makes that page much easier to read. Especially the headings, which are all mashed together for some reason...<p><pre><code> #content { margin-left: auto; margin-right: auto; float: none; width: 40em; font-size: 15pt; line-height: 1.4em; } h1 { font-size: 180%; line-height: 1.2em; margin-top: 2em; margin-bottom: 0.5em; } h2 { font-size: 160%; line-height: 1.2em; margin-top: 2em; margin-bottom: 0.5em; } #wrap { width: 100%; }</code></pre>
cllnsover 11 years ago
An interesting consulting niche would be to help companies open source software they want to release.<p>Basically:<p>- clean up code,<p>- make sure the infrastructure is sufficient,<p>- help with marketing and adoption,<p>- write documentation
评论 #6334715 未加载
评论 #6338432 未加载
pionarover 11 years ago
I wonder how much investment they have in this vs. going with a pre-existing monitoring system like ExtraHop?
评论 #6334478 未加载
jmelloyover 11 years ago
Where does the patching dashboard pull data from? Is it tracked by hand or is there a scanner? We use Orion at work, and it&#x27;s got a decent amount of data in it, but is kind of kludgy and slow.
评论 #6335348 未加载
jamraover 11 years ago
I am curious to how they deploy database schema and stored procedure updates. That is a much harder problem.
评论 #6335613 未加载