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.

Psdash: A linux system information web dashboard using Psutils and Flask

67 pointsby r4umabout 11 years ago

6 comments

shirroabout 11 years ago
Not picking on this tool specifically but I see these sorts of things posted on HN a bit and I am struggling to understand the appeal. So genuine quesion: I can understand it is a fun task to build but what advantages does it bring in real world use? Is it just a novelty thing or do people use these sorts of tools and if so why and what advantages do they have over ssh&#x2F;cli?<p>My sysadmin brain is always looking to reduce the dependencies and the attack surface. Ideally I want less services running on less ports. Less software to install, maintain and secure. As a result I stick to ssh and shell most of the time. Generally any admin tool that has big library dependencies (eg anything python, node.js or ruby) is on my shit list. I am a bit more sympathetic to Go because of the single static exe but otherwise I prefer plain old shell.<p>I understand historical graphs are nice to look at and time series data is one of the areas where web tools are a win. Though I am probably more likely to look at alerts based on triggers than watch a graph in real time. I don&#x27;t understand what advantage tables of process stats in html offers over the same in the cli.
评论 #7500003 未加载
nathancahillabout 11 years ago
Use with caution. I was able to print my &#x2F;etc&#x2F;passwd file using &#x2F;log&#x2F;read.
评论 #7498180 未加载
评论 #7497736 未加载
评论 #7497166 未加载
评论 #7498851 未加载
napsterbrabout 11 years ago
Seems interesting, but I need to see some charts. I think I will use psdash + loadavg (<a href="http://loadavg.com/" rel="nofollow">http:&#x2F;&#x2F;loadavg.com&#x2F;</a>). Until now I was using New Relic server monitoring.
ams6110about 11 years ago
How much load do tools like this add to the system. Ideally you want monitoring tools to be like using a voltmeter on an electronic circuit... display what&#x27;s happening but adding very little influence of its own.
评论 #7497650 未加载
saltyknucklesabout 11 years ago
This is awesome
rmchughabout 11 years ago
looks interesting, will give it a try.