Title is pretty self-explanatory..
I've had a good ol google, to no avail.
Anybody done something like this?
Is there a way to measure bandwidth with php?
Moderator: General Moderators
- markusn00b
- Forum Contributor
- Posts: 298
- Joined: Sat Oct 20, 2007 2:16 pm
- Location: York, England
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
Re: Is there a way to measure bandwidth with php?
by "measure bandwidth" do you mean how fast a user's connection is? Like a speed test?
You could stream a fixed amount of data to the host and time how long it takes.
You could stream a fixed amount of data to the host and time how long it takes.
- markusn00b
- Forum Contributor
- Posts: 298
- Joined: Sat Oct 20, 2007 2:16 pm
- Location: York, England
Re: Is there a way to measure bandwidth with php?
Sorry.
I mean track how much bandwidth a visitor uses when they come to my site.
I mean track how much bandwidth a visitor uses when they come to my site.