# sysinfo-web
[](https://travis-ci.org/onur/sysinfo-web)
[](https://raw.githubusercontent.com/onur/sysinfo-web/master/LICENSE)
[](https://crates.io/crates/sysinfo-web)
Lightweight web based process viewer built on top of
[sysinfo](https://github.com/GuillaumeGomez/sysinfo).
[See a demo of sysinfo-web](https://docs.rs/@sysinfo/).
## Installation and usage
You can grab a precompiled binary from
[releases](https://github.com/onur/sysinfo-web/releases) page or you can install
sysinfo-web with cargo:
```sh
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
[](https://i.imgur.com/RH8l8Sz.png)