Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新建v0.1分支,该分支 支持读取配置文件 #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 1 addition & 33 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1 @@

# rtop

[![Join the chat at https://gitter.im/rapidloop/rtop](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/rapidloop/rtop?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

`rtop` is a remote system monitor. It connects over SSH to a remote system
and displays vital system metrics (CPU, disk, memory, network). No special
software is needed on the remote system, other than an SSH server and
working credentials.

Only Linux systems can be monitored, and most modern distros will work.

`rtop` is MIT-licensed and can be used anywhere with attribution.

*`rtop`'s [home page](http://www.rtop-monitor.org/) has more information
and screenshots!*

## build

`rtop` is written in [go](http://golang.org/), and requires Go version 1.2
or higher. To build, `go get` it:

go get github.com/rapidloop/rtop

You should find the binary `rtop` under `$GOPATH/bin` when the command
completes. There are no runtime dependencies or configuration needed.

## contribute

Pull requests welcome. Keep it simple.

## changelog
* 9-May-2015: first public release
# 支持读取配置文件