An open API service indexing awesome lists of open source software.

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

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)

![Example](./record.png "Example")

## 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.