https://github.com/sfluor/gops
gops is a tool to monitor a specific process ressources
https://github.com/sfluor/gops
go golang graph monitoring plot psutil
Last synced: 8 months ago
JSON representation
gops is a tool to monitor a specific process ressources
- Host: GitHub
- URL: https://github.com/sfluor/gops
- Owner: sfluor
- License: mit
- Created: 2018-04-15T14:12:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T15:19:22.000Z (about 8 years ago)
- Last Synced: 2024-06-20T01:56:29.202Z (almost 2 years ago)
- Topics: go, golang, graph, monitoring, plot, psutil
- Language: Go
- Homepage:
- Size: 69.3 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gops
Gops is a tool to monitor a specific process ressources, it's inspired by [psrecord](github.com/astrofrog/psrecord)

## Installation
1. You can download the latest release [here](https://github.com/sfluor/gops/releases)
2. Or you can install it by building it manually with:
```bash
go get github.com/sfluor/gops
cd $GOPATH/github.com/sfluor/gops
dep ensure
go build
```
## Usage
You can monitor firefox usage by doing `gops $(pgrep firefox)` and stop it with `^C` to register firefox resources usage in record.png.