Skip to content

localhosts-A/Ward

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo


关于

Ward 是一个简单而轻便的服务器监控工具。Ward 支持自适应设计系统,并且支持深色主题。 它只显示主要信息并且可以使用,如果你想看到漂亮的仪表板而不是查看一堆数字和图表。 Ward 在所有流行的操作系统上都运行良好,因为它使用 OSHI

所有功能都经过测试: Windows Linux

Preview Image 演示图片


特点

Processor name Card 1
Processor utilization percentage
Processor cores count (Logical and physical ones)
Current frequency of the processor
Does the processor supports 64-bit instructions

Type of operating system and it's version Card 2
RAM utilization percentage
Amount of total installed RAM
Generation of the installed RAM (If you have dmidecode)
Current processes count

Host0 storage name Card 3
Storage utilization percentage
Total current storage installed (Including external drives)
Installed disks count
Total amount of virtual memory (Swap in Linux)

Card 4
This block contain uptime and chart sections. Uptime represent time since last boot on Linux, and time between hard resets on Windows. Also it have paginator which can be useful to get author contacts. Chart section display last fifteen seconds of server utilization. (Proccesor, ram, storage) You can hide separated datasets by clicking on rectangles on the top right corner of chart section.

Installation

Create your own jar

1. Clone the project
2. Import project in your IDE as Maven project
3. mvn clean package
4. jar will be in the target folder

Run jar file

1. Create you own jar as described above
2. Execute jar on Windows or Linux with administrative rights
3. Enter localhost:4000 and set up application

Build for Docker

1. Clone the project
2. docker build --tag ward
3. docker run --rm -it --name ward -p 4000:4000 -p <application port>:<application port> --privileged ward
4. Go to localhost:4000 in web browser, input the same application port
5. If you get error after being redirected to application port try hitting refresh

Packages

No packages published

Languages

  • CSS 39.2%
  • Java 27.7%
  • JavaScript 17.8%
  • HTML 14.8%
  • Dockerfile 0.5%