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

https://github.com/modlfo/ps_memory

Runs a process and calls ps to get the memory usage
https://github.com/modlfo/ps_memory

Last synced: about 1 year ago
JSON representation

Runs a process and calls ps to get the memory usage

Awesome Lists containing this project

README

          

# ps_memory
Runs a process and calls ps to get the memory usage

### Build

```
$ ocamlbuild -use-ocamlfind -pkg unix ps_memory.native
```

### Usage

```
$ ps_memory.native cmd arg1 ... argn
```