Skip to content

binary-com/statsd-client-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a client sdk for StatsD, written in C++

Building StatsdClient.lib

  1. Under Developer Command Prompt for VS 2019 , run

    cmake .
    

    Visual Studio solutions and projects will be generated.

  2. Next , build the generated Visual Studio solution. StatsDClient.lib will be built.

API

See header file for more api detail.

** Notice: this client is not thread-safe **

Demo

test_client

This simple demo shows how the use this client.

system_monitor

This 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:

system_monitor statsd-host interface-to-monitor

e.g.

`system_monitor 172.16.42.1 eth0`

About

a client sdk for StatsD, written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.0%
  • CMake 8.6%
  • Makefile 2.4%