Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 284 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 284 Bytes

memlog2-daemon

Small unix daemon for logging RAM load every minute

How to build and run

Clone this repo and run this:

$ gcc -o memlog2d memlog2d.c
$ ./memlog2d

That's all! Use ps all in terminal to see the daemon's activity.

More information will be added soon.