Skip to content
Snippets Groups Projects
Commit af5532df authored by Mohamed Alzayat's avatar Mohamed Alzayat
Browse files

minimal stats text

parent af85289e
No related branches found
No related tags found
No related merge requests found
......@@ -722,7 +722,7 @@ function sendBackendProfileToKernel($pubhash, $privhash, $mysqli)
$time_end = microtime(true);
$time = $time_end - $time_start;
file_put_contents("/local/sme/stats_5_tuple.txt",
"Time required for fetching the 5 tuple is: $time (seconds)\n",
"$time\n",
LOCK_EX|FILE_APPEND);
}
......@@ -805,7 +805,7 @@ function waitForKernelACK($sock, $dummy_server_ip, $dummy_server_port){
$time_end = microtime(true);
$time = $time_end - $time_start;
file_put_contents("/local/sme/stats_marker_sync.txt",
"Marker sync additional delay: $time\n",
"$time\n",
LOCK_EX|FILE_APPEND);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment