[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Network Speed Testing and Monitoring Platform
- Subject: Network Speed Testing and Monitoring Platform
- From: christoffer at netravnen.de (Christoffer Hansen)
- Date: Wed, 16 Jan 2019 18:07:15 +0100
- In-reply-to: <CAMDdSzOVPPc59xMwgU_7rQpji=gic2RjqpzK84=zTZq8fSMC8w@mail.gmail.com>
- References: <CAMDdSzOVPPc59xMwgU_7rQpji=gic2RjqpzK84=zTZq8fSMC8w@mail.gmail.com>
On 16/01/2019 17:52, Colton Conor wrote:
> We are looking for a way to remotely test customers internet connections
> besides telling the customer to go to speedtest.net, or worse sending a
> tech out with a laptop to do the same thing.
>
> What opensource and commercial options are out there?
You could optionally run tools such as iperf[123] on the CPE device
directly. If you can install it on the CPE, that is.
Alternative is the classic of doing a L2 loop with dedicated VLANs on
the CPE. E.g. Server1 -> VlanX -> CPE -> VlanY -> Server2 in your own
network.
-Christoffer