sysinfo-web

Crates.iosysinfo-web
lib.rssysinfo-web
version0.1.2
sourcesrc
created_at2017-07-29 18:11:53.295558
updated_at2018-05-22 15:03:40.679109
descriptionLightweight web based process viewer built on top of sysinfo
homepage
repositoryhttps://github.com/onur/sysinfo-web
max_upload_size
id25583
size112,700
Onur Aslan (onur)

documentation

https://docs.rs/sysinfo-web

README

sysinfo-web

Build Status License Crates.io

Lightweight web based process viewer built on top of sysinfo.

See a demo of sysinfo-web.

Installation and usage

You can grab a precompiled binary from releases page or you can install sysinfo-web with cargo:

cargo install --git https://github.com/onur/sysinfo-web

Make sure sysinfo-web is in your PATH and you can run it with:

sysinfo-web <SOCKADDR>

Socket address is optional, by default it will listen: http://localhost:3000/.

Screenshot

sysinfo-web

Commit count: 87

cargo fmt