All Projects → B-Software → Ward

B-Software / Ward

Licence: mit
Server dashboard

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Ward

Rebuild
Building your business-systems freely! 高度可定制化的企业管理系统 企业中台
Stars: ✭ 169 (-83.53%)
Mutual labels:  spring-boot, spring, dashboard
Spring Boot Actuator Demo
Spring Boot Actuator: Health Check, Metrics Gathering, Auditing, and Monitoring
Stars: ✭ 61 (-94.05%)
Mutual labels:  spring-boot, monitoring, dashboard
Linux Dash
A beautiful web dashboard for Linux
Stars: ✭ 9,813 (+856.43%)
Mutual labels:  server, monitoring, dashboard
Mmorpg
springboot编写的轻量级高性能mmorpg手游服务端框架,基本功能逐渐完善中。
Stars: ✭ 309 (-69.88%)
Mutual labels:  spring-boot, spring, server
Spring Reactive Sample
Spring 5 Reactive playground
Stars: ✭ 867 (-15.5%)
Mutual labels:  spring-boot, spring
Spring Cloud Examples
Examples of microservice instrastructures
Stars: ✭ 11 (-98.93%)
Mutual labels:  spring-boot, spring
Jbone
jbone基于Spring Cloud框架开发,旨在为中小企业提供稳定的微服务解决方案,为开发人员提供基础开发骨架,jbone包含微服务中所有常用组件,例如注册中心、服务管理、服务监控、JVM监控、内存分析、调用链跟踪、API网关等等。业务功能包括系统权限的统一管理、单点登录、CMS、电商平台、工作流平台、支付平台等等。
Stars: ✭ 961 (-6.34%)
Mutual labels:  spring-boot, spring
Devops Service
DevOps Service is the core service of Choerodon. It integrated several open source tools to automate the DevOps process of planning, coding, building, testing, and deployment, operation, monitoring.
Stars: ✭ 36 (-96.49%)
Mutual labels:  spring-boot, spring
Devdash
🍱 Highly Configurable Terminal Dashboard for Developers and Creators
Stars: ✭ 939 (-8.48%)
Mutual labels:  monitoring, dashboard
Pgwatch2
PostgreSQL metrics monitor/dashboard
Stars: ✭ 960 (-6.43%)
Mutual labels:  monitoring, dashboard
Spring Boot
spring-boot 项目实践总结
Stars: ✭ 989 (-3.61%)
Mutual labels:  spring-boot, spring
Disconf Spring Boot Starter
disconf-spring-boot-starter 让你可以使用spring-boot的方式开发依赖disconf的程序 只需要关心disconfi的配置文件和配置项,省略了编写xml的麻烦
Stars: ✭ 44 (-95.71%)
Mutual labels:  spring-boot, spring
Versionmonitor
Monitors different kinds of software projects for new releases
Stars: ✭ 9 (-99.12%)
Mutual labels:  spring-boot, monitoring
Spring Mvc Thymeleaf Crud
Spring MVC CRUD Application with Thymeleaf, HTML5, CSS3 and Bootstrap
Stars: ✭ 14 (-98.64%)
Mutual labels:  spring-boot, spring
Springbootunity
rabbitmq、redis、scheduled、socket、mongodb、Swagger2、spring data jpa、Thymeleaf、freemarker etc. (muti module spring boot project) (with spring boot framework,different bussiness scence with different technology。)
Stars: ✭ 845 (-17.64%)
Mutual labels:  spring-boot, spring
Cimonitor
Displays CI statuses on a dashboard and triggers fun modules representing the status!
Stars: ✭ 34 (-96.69%)
Mutual labels:  monitoring, dashboard
Karma
Alert dashboard for Prometheus Alertmanager
Stars: ✭ 1,007 (-1.85%)
Mutual labels:  monitoring, dashboard
X509 Certificate Exporter
A Prometheus exporter to monitor x509 certificates expiration in Kubernetes clusters or standalone
Stars: ✭ 40 (-96.1%)
Mutual labels:  monitoring-tool, dashboard
Mini Platform
Mini-Platform致力于更简洁易用的轻量级微服务治理平台。
Stars: ✭ 45 (-95.61%)
Mutual labels:  spring-boot, spring
Mica Example
mica 演示项目
Stars: ✭ 42 (-95.91%)
Mutual labels:  spring-boot, spring

Logo


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 Preview Image


Features

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].