Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xybu authored Oct 15, 2016
1 parent dcd9db8 commit 1f5762c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@ $ sudo apt install python3-dev
$ wget -O- https://bootstrap.pypa.io/get-pip.py | sudo python3
```

To install from repository,
Use `pip` to pull the repository and install:

```bash
# Install to user space. Remove "--user" to install system-wide.
$ pip install --user git+ssh://[email protected]/xybu/python-resmon.git
```

Or install from repository manually,

```bash
# Grab source code.
Expand Down Expand Up @@ -80,6 +87,8 @@ optional arguments:
"psstat.csv".
```
To terminate the monitor, send `SIGINT` signal to the process.
# Example
Sample output of resource monitor (note that the operation of obtaining statistics is not atomic -- there is slight
Expand Down

0 comments on commit 1f5762c

Please sign in to comment.