内容简介:Ward is a simple and and minimalistic server monitoring tool. Ward supports adaptive design system. Also it supports dark theme. It shows only principal information and can be used, if you want to see nice looking dashboard instead looking on bunch of numb
About
Ward is a simple and and minimalistic server monitoring tool. Ward supports adaptive design system. Also it supports dark theme. It shows only principal information and can be used, if you want to see nice looking dashboard instead looking on bunch of numbers and graphs. Ward works nice on all popular operating systems, because it uses OSHI .
All features tested on: Windows Linux
Preview Image
Features
| Processor name | |
| Processor utilization percentage | |
| Processor cores count (Logical and physical ones) | |
| Maximum frequency of the processor | |
| Does the processor supports 64-bit instructions |
| Type of operating system and it's version | |
| RAM utilization percentage | |
| Amount of total installed RAM | |
| Generation of the installed RAM | |
| Current processes count |
| Host0 storage name | |
| Storage utilization percentage | |
| Total Storage installed (Including external drives) | |
| Installed disks count | |
| Total amount of virtual memory (Swap in Linux) |
| |
| This block contain uptime and chart modules. Uptime represent time since last boot on Linux, and time between hard resets on Windows. Chart display last fifteen seconds of server utilization. (Proccesor, ram, storage) You can hide separated datasets by clicking on rectangles on re top right corner of chart module. |
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. Download jar file from latest release (Or build you own as described above) 2. Execute jar on Windows or Linux with administrative rights 3. Enter "your patht":4000 and set up application
Build for Docker 1. Clone the project 2. mvn clean package 3. docker build --tag ward 4. docker run --rm -it --name ward -p 8082:80 ward 5. Go to localhost:8082 in web browser NOTE: Thanks to NangiDev
以上所述就是小编给大家介绍的《Ward: Minimalistic server dashboard》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
HTML网页设计参考手册
张金霞 / 清华大学 / 2006-9 / 39.00元
本书由最基本的HTML语法开始讲解网页设计的基础技术,详细介绍了各种网页制作的标记;然后介绍如何运用CSS控制网页画面中文字与图片的样式;接下来讲解了JavaScript语言与网页特效的制作;最后以应用最广泛的Drcamweaver为例,介绍网页设计的方法。在讲解中配有大量范例,使读者在实际操作中学习制作网页。 HTML语言是制作网页的基础语言。作为一个网页制作爱好者或者专业的网......一起来看看 《HTML网页设计参考手册》 这本书的介绍吧!