Web VMStat

美化浏览器中的 vmstats。「Prettify vmstats in your browser」

Github星跟踪图

Web VMStat

Display live Linux system stats (memory, CPU, IO, etc) in a pretty web-page, with charts and everything.

Screenshot

Overview

Linux (and many other UNIXy operating systems) have a command line tool called
vmstat for monitoring system stats.

It looks like this (a new line is output every second showing the latest values):

$ vmstat 1
procs -----------memory---------- ---swap-- -----io---- -system-- ----cpu----
r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa
3  0  43652 2742600 453820 2829164    0    0     1    10    0    0  6  1 93  0
1  0  43652 2742784 453820 2829164    0    0     0     0 3106 5701 11  1 87  0
0  0  43652 2742908 453820 2829164    0    0     0     0 3898 6703 11  2 87  0
1  0  43652 2743672 453820 2829164    0    0     0    32 3844 6708 11  2 87  0
2  0  43652 2743980 453820 2829164    0    0     0    80 4130 7164 11  2 87  0

Useful, but fugly.

This is a tiny application that streams these stats over a WebSocket using
websocketd and charts them
using SmoothieCharts.

Why?

Why not? A handy little process to install on machines you care about.
After building this for my own needs, I thought it would make a great
little demo.

And if you want to use it or hack on it yourself, here it is.

Running

See ./run script for instructions.

主要指标

概览
名称与所有者joewalnes/web-vmstats
主编程语言JavaScript
编程语言Shell (语言数: 4)
平台
许可证MIT License
所有者活动
创建于2013-11-26 20:27:25
推送于2016-11-04 12:45:39
最后一次提交2015-02-17 12:41:15
发布数0
用户参与
星数1k
关注者数53
派生数137
提交数8
已启用问题?
问题数6
打开的问题数3
拉请求数1
打开的拉请求数2
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?