jhhudso/websysstat
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Websysstat gathers system statistics and presents them in graphs shown via a web interface. To compile: g++ -o websysstat -lhttpserver -ljson-c main.cpp Websysstat should be run from a directory with a htdocs sub-directory. The htdocs sub-directory should contain all of the client-facing html, javascript and images. Websysstat is covered by the GPL v2 or greater license.