Skip to content

This is a project to try and create a really lightweight stats daemon

License

Notifications You must be signed in to change notification settings

sdowsland/stats-daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Stats daemon

This is a project to try and create a really lightweight stats daemon

For example to collect memory stats you can run:

echo {\"date\": \"$(date +"%Y-%m-%dT%T")\", $(free -m | grep Mem: | awk '{print "\"total\": "$2", \"available\":" $6 "}"}')

Loggers can also be passed through docker containers via std-in/out

echo "Hello world!" | sudo docker run -i  ubuntu cat 

About

This is a project to try and create a really lightweight stats daemon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published