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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?