Skip to content

manuelAlvarezMarban/UDP-Statistics-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDP Statistics Server

Simple UDP Server, for exporting received UDP traffic statistics to files. Suited for Big Data pipelines or data collectors tests.
Good for embedded systems.

Exports UDP traffic statistics per minute to a file, allowing fast checking of data stream size.

The data gathered is: Total (KB|B) received, total messages, maximum message size, mean of messages size, KB received per minute and per second, messages received per minute and per second.

-This is stored in file each minute, but if the server doesn´t receive data, will write nothing until next minute with data, taking this into account for calculation of stream rates.-

Prerequisites:

  • Linux (because of C socket dependencies)

Installing - Run:

On project folder:

  • "make" to compile.
  • "./sserver --port--" to run.

The text files for data exporting will be under /DataFiles/ on project folder.

About

Exports UDP traffic received data. For embedded systems.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published