{"id":16863164,"url":"https://github.com/stevenjoezhang/web-vmstats","last_synced_at":"2025-07-05T11:40:48.191Z","repository":{"id":56141891,"uuid":"224994142","full_name":"stevenjoezhang/web-vmstats","owner":"stevenjoezhang","description":"Prettify vmstats in your browser","archived":false,"fork":false,"pushed_at":"2024-12-08T21:52:16.000Z","size":22,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T16:38:12.304Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stevenjoezhang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-30T10:17:56.000Z","updated_at":"2022-01-13T19:20:00.000Z","dependencies_parsed_at":"2025-03-18T16:38:57.366Z","dependency_job_id":"9c1edafb-18ad-4c9f-a7fc-29af643f5273","html_url":"https://github.com/stevenjoezhang/web-vmstats","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stevenjoezhang/web-vmstats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenjoezhang%2Fweb-vmstats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenjoezhang%2Fweb-vmstats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenjoezhang%2Fweb-vmstats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenjoezhang%2Fweb-vmstats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevenjoezhang","download_url":"https://codeload.github.com/stevenjoezhang/web-vmstats/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenjoezhang%2Fweb-vmstats/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263735423,"owners_count":23503509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T14:37:55.158Z","updated_at":"2025-07-05T11:40:48.173Z","avatar_url":"https://github.com/stevenjoezhang.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web VMStat\n\nDisplay live Linux system stats (memory, CPU, IO, etc) in a pretty web-page, with charts and everything.\n\n![Screenshot](https://github.com/joewalnes/web-vmstats/raw/master/screenshot.png)\n\n## Overview\n\nLinux (and many other UNIXy operating systems) have a command line tool called [vmstat](http://en.wikipedia.org/wiki/Vmstat) for monitoring system stats.\n\nIt looks like this (a new line is output every second showing the latest values):\n\n    $ vmstat 1\n    procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----\n    r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st\n    0  0 246784  88976 144640 502132    0    0     9    15   15    6  0  0 99  0  0\n    0  0 246784  88984 144640 502132    0    0     0     0   79  155  0  0 100  0  0\n    0  0 246784  89488 144640 502132    0    0     0    24   99  229  1  0 99  0  0\n    0  0 246784  89504 144640 502132    0    0     0     0   79  168  0  1 99  0  0\n    0  0 246784  89504 144640 502132    0    0     0     0   74  163  0  0 100  0  0\n\nUseful, but fugly.\n\nThis is a tiny application that streams these stats over a WebSocket using [ws](https://github.com/websockets/ws) and charts them using [SmoothieCharts](http://smoothiecharts.org).\n\n## Why?\n\nWhy 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.\n\nAnd if you want to use it or hack on it yourself, here it is.\n\n## Credits\n\nInspired by the original [web-vmstats](https://github.com/joewalnes/web-vmstats) by [Joe Walnes](https://github.com/joewalnes).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenjoezhang%2Fweb-vmstats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevenjoezhang%2Fweb-vmstats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenjoezhang%2Fweb-vmstats/lists"}