Bench\HttpLoad::fetchReqSec PHP Method

fetchReqSec() protected method

protected fetchReqSec ( $log_file )
    protected function fetchReqSec($log_file)
    {
        $lines = file($log_file);
        return (float) $lines[2];
    }