Skip to content

An easy and extensible interface for tracking networking metrics

Notifications You must be signed in to change notification settings

stratasy/Web_Performance

Repository files navigation

--To Run --

sudo apt-get install libcurl4-openssl-dev

g++ *.cpp -lcurl -o net_time

./net_time

--To Customize--

The classes in this project were designed with extensibility in mind. There are limited dependencies between classes, so functionality can be added to one area without affecting the others.

-Log: Change the way your results are stored/outputted

-Obtain_urls: Change the way your websites to track are obtained

-Metric: Change your metric(s) to track. https://curl.haxx.se/libcurl/c/curl_easy_getinfo.html for more info.

About

An easy and extensible interface for tracking networking metrics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages