User Guide
大綱:
- User Guide
- what is sysd?
- screenshot ( webui + console json output )
- 基本架構示意圖
- demo
- Use cases 應用範例 ( How to use it? )
- Try It
- Document Links
- Contact Info / Feedback
What is sysd?
基本架構示意圖:
(todo: 先草圖, 之後再改成電腦圖 )

WebUI screenshot:

fine output command line tool screenshot:

console screenshot:

類似專案:
- http://phpsysinfo.github.io/phpsysinfo/
Use Cases
( 舉出一些 sysd 的應用範例,增進新手對 sysd 的實際了解 )
- yan 使用 sysd 取得 system data 作成 qtile 的 widget
- ...
Try it -- How to install / setup ?
Installation Guide
- Ubuntu
- Debian
- Centos
- Mac OS X
- Windows
- other -- Binaries
- Docker
- $ cd dockerfiles/DISTRO/VERSION
- $ docker build -t sysd .
- $ docker run --rm -p 8080:8080 sysd
Setup
- setup port number
- file permission ( chmod/ group / ... )
Usage
- http://127.0.0.1:8080/ui/
- sysd-cli ifconfig / sysd-cli route / ...
- netstat -ltn => 檢查 port
FAQ