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.

Show HN: Sysplatter – all server metrics in one place

2 pointsby andriussevalmost 8 years ago

1 comment

andriussevalmost 8 years ago
Hey, hackernews!<p>I&#x27;ve build sysplatter to accomodate my open source Golang tool server-seer ( <a href="https:&#x2F;&#x2F;github.com&#x2F;andriussev&#x2F;server-seer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;andriussev&#x2F;server-seer</a> ), which basically runs any defined commands at any interval. server-seer then send the data to sysplatter.<p>Sysplatter allows to set up a number of dashboards and provides some customization for them.<p>In the start, I&#x27;ve built that for personal projects and I currently use it for some more intersting stuff for sysplatter itself, like, total number of data entries, number of active dashboards, etc.<p>By the way, server-seer does not have to be used with sysplatter and can be used by itself 100%. There&#x27;s a small example of the API call that it does and you can build whatever tool you want for handling the data (or you can just use the local sqlite database).