:
This can get the time total to HTTP GET about specified URL.
Requirement: curl
Note: You may change the {time_total} to other parameter. ex) http_code, time_namelookup, time_connect, speed_download
see man curl more detail.
Module data
module_begin module_name http_time_total module_type generic_data module_exec curl --output /dev/null --write-out "%{time_total}" --silent http://example.com/some/where.html module_end
(Visited 983 times, 1 visits today)