Update README and Makefile

This commit is contained in:
Tyler Perkins 2022-04-29 15:20:19 -04:00
parent 174e1ac2a9
commit 3db4a8fcaa
2 changed files with 18 additions and 4 deletions

View File

@ -10,7 +10,7 @@ FLAGS = -pipe
CFLAGS = -Wall
CFLAGS += -Ofast
#CFLAGS += -flto
CFLAGS += -flto
#CFLAGS += -g
#CFLAGS += -pg
@ -23,7 +23,7 @@ BIN = ./bin
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
TARGET = crowtest
TARGET = proc-api
MAKEFLAGS += --jobs=4

View File

@ -1,4 +1,18 @@
Learn crow
Proc-API
==========
Learning the crow web framework
This is a lightweight, fast, RESTful API designed around the /proc filesystem
in linux. It allows for stateless monitoring of remote linux systems with
automated tools.
What is this good for?
----------------------
* Remote monitoring
* Collecting stats on a remote system
* Client applications for VPS hosters
What is the API?
----------------
See [DOCUMENTATION.md](DOCUMENTATION.md)