Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Future of iot.eclipse.org's MQTT sandbox server

Hi Ian,

I ran this command to get a single snapshot:

mosquitto_sub -h iot.eclipse.org -t '$SYS/broker/uptime' -t
'$SYS/broker/bytes/sent' -t '$SYS/broker/bytes/received' -v

In translated form:

uptime: 11 days
bytes received: 75GB
bytes sent: 180GB

That translates to roughly 200GB/month in and 500GB/month out.

Regards,

Roger

On Fri, 23 Nov 2018 at 11:26, Ian Craggs
<icraggs@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> Hi Benjamin,
>
> I have a Paho vserver (paho8181.cloudapp.net) running the Paho Python
> broker which supports MQTT 3.1.1, 5.0, WebSockets and the start of
> MQTT-SN support.  If no-one else steps up, then using this could be the
> IoT MQTT sandbox perhaps with a redirect from an appropriate hostname.
> It could also run Mosquitto concurrently, on different ports, if desired.
>
> How much traffic does the sandbox currently get?
>
> Ian
>
> On 23/11/2018 10:56, Benjamin Cabé wrote:
> > Hi,
> >
> > I would like to bring https://bugs.eclipse.org/bugs/show_bug.cgi?id=541419 to everyone’s attention.
> > As I will be leaving the Eclipse Foundation in a couple months, we need someone (and it could be more than one person!) from the community to step up and help operate the MQTT/Mosquitto sandbox going forward.
> >
> > If nobody from the community has volunteered to take on the management of the sandbox server by January 15th, 2019, it will be shutdown.
> >
> > Thanks,
> > Benjamin —
> > _______________________________________________
> > paho-dev mailing list
> > paho-dev@xxxxxxxxxxx
> > To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> > https://www.eclipse.org/mailman/listinfo/paho-dev
>
> --
> Ian Craggs
> icraggs@xxxxxxxxxx                 IBM United Kingdom
> Eclipse Paho Project Lead & Mosquitto Committer
>
> _______________________________________________
> paho-dev mailing list
> paho-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/paho-dev


Back to the top