Crates.io | linux-monitor |
lib.rs | linux-monitor |
version | 0.2.7 |
source | src |
created_at | 2022-08-18 03:46:20.047577 |
updated_at | 2022-09-13 09:40:46.045248 |
description | A lightweight Linux monitoring tool, need to be used with api-server. |
homepage | |
repository | https://gitee.com/seeker_rs/linux-monitor/tree/master/linux-monitor |
max_upload_size | |
id | 647957 |
size | 58,796 |
docker run -d --name monitor-api-server -p 8080:8080 seekerman/monitor-api-server:latest
cargo install linux-monitor
or
# CentOS
wget https://gitee.com/seeker_rs/linux-monitor/releases/download/release-0.2.7/linux-monitor-CentOS.zip
# Ubuntu
wget https://gitee.com/seeker_rs/linux-monitor/releases/download/release-0.2.7/linux-monitor-Ubuntu.zip
# show help
linux-monitor -h
# output
linux-monitor 0.2.0
Seeker <womeng209@qq.com>
A lightweight Linux monitoring tool, need to be used with api-server
USAGE:
linux-monitor [OPTIONS] --server <SERVER>
OPTIONS:
-g, --group <GROUP> The group name of the current node, used for grouping all monitored
nodes [default: dev]
-h, --help Print help information
-p, --port <PORT> Api server port [default: 8080]
-s, --server <SERVER> Api server IP address
-V, --version Print version information
# run
# -s: server-api ip
linux-monitor -s 192.168.1.1 -g dev-server
replace api-server-ip to your real ip