Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 3 KB

README.md

File metadata and controls

48 lines (36 loc) · 3 KB

Ward

简单和极简的服务器仪表盘

Ward


Ward 是一个简单而简约的服务器监视工具,主要包括本机操作系统和硬件信息。

  • 支持自适应设计系统且支持深色主题
  • 只显示操作系统最为基本且重要的信息
# Build for Docker
1. git clone https://github.com/B-Software/Ward.git; cd Ward
2. mvn clean package
3. docker build --squash --no-cache --tag ward:latest .
4. docker run --rm -it --name ward -p 8000:80 ward
5. Go to localhost:8000 in web browser
  • Processor
Processor name Card 1
Processor utilization percentage
Processor cores count (Logical and physical ones)
Maximum frequency of the processor
Does the processor supports 64-bit instructions
  • Machine
Type of operating system and it's version Card 2
RAM utilization percentage
Amount of total installed RAM
Generation of the installed RAM
Current processes count
  • Storage
Host0 storage name Card 3
Storage utilization percentage
Total Storage installed (Including external drives)
Installed disks count
Total amount of virtual memory (Swap in Linux)