1
0
mirror of https://github.com/google/gops.git synced 2024-11-24 08:22:25 +02:00
gops/README.md

18 lines
299 B
Markdown
Raw Normal View History

2016-11-06 08:49:51 +02:00
# gops
gops is a command to list and diagnise Go processes currently running in your system.
```
$ gops
2016-11-06 08:50:39 +02:00
983 uplink-soecks (/usr/local/bin/uplink-soecks)
52697 gops (/Users/jbd/bin/gops)
51130 gocode (/Users/jbd/bin/gocode)
2016-11-06 08:49:51 +02:00
```
## Installation
```
$ go get -u github.com/google/gops
```