# [jump](https://github.com/xxjwxc/jump/)
remote monitoring . 远程监控工具
# 支持
- 默认配置 (jump config),保存公共配置
- 登录(jump in),远程登录(支持tab键)
- 监控(jump run),远程监控(支持登录命令行预执行,支持文件监控,tail -f)
- ptrace 远程进程调试
## 设置配置文件(jump config)
```
./jump config -d=~ -i=127.0.0.1 -p=123456 -u=ubuntu -P=22 -c="cd /var/log/,ls,ll"
```
### 更多:
```
./jump config -h
```
## 远程登录(jump in)
```
./jump in
```
## 远程监控(jump run)
```
./jump run -f=nginx/access.log
```
- 支持预定义命令
./jump config -c = "cd /var/log/,ls,ll" 添加
### 更多:
```
./jump run -h
```
# SSH ==> [myssh](https://github.com/xxjwxc/public/blob/master/myssh/myssh.go)
# [感谢您的点星支持](https://github.com/xxjwxc/jump/)
有疑问加站长微信联系(非本文作者)