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
- Host: GitHub
- URL: https://github.com/modlfo/ps_memory
- Owner: modlfo
- Created: 2015-11-06T14:45:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T15:50:43.000Z (over 10 years ago)
- Last Synced: 2025-03-23T18:25:46.407Z (about 1 year ago)
- Language: OCaml
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```