GitHub - romanbsd/statsd-c-client: A trivial statsd client in C

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Trivial statsd client in C

See statsd-client.h

Included is a daemon for monitoring a Linux system. It'll wake up every minute and monitor the following:

  • Load
  • CPU
  • Free memory
  • Free swap (disabled)
  • Received bytes
  • Transmitted bytes
  • Procs
  • Uptime

The stats sent to statsd will be in "host.MACAddress" namespace.

Usage:

uptimed statsd-host interface-to-monitor

e.g.

uptimed 172.16.42.1 eth0

About

A trivial statsd client in C

Topics

Resources

Readme

License

MIT license

Activity

Stars

55 stars

Watchers

5 watching

Forks

22 forks

Releases

No releases published

Packages

No packages published