Is there any option to get all domain related HTTP connections that are made without exec
?
I am using netstat | grep http | wc -l
in terminal, and in php I am using exec.
The question is if there is any option to get this without the "exec" function.