Re: dmesg - cpu, smt, core, package

2022-02-09 Thread Hrvoje Popovski
On 9.2.2022. 19:04, Kapetanakis Giannis wrote:
> On 09/02/2022 19:48, Mihai Popescu wrote:
>> $ dmesg | grep smt
>> cpu0: smt 0, core 0, package 0
>> cpu1: smt 1, core 0, package 0
>> cpu2: smt 0, core 1, package 0
>> cpu3: smt 1, core 1, package 0
>>
>> for
>>
>> AMD A8-5500B APU with Radeon(tm) HD Graphics, 3194.46 MHz, 15-10-01
>>
>> What could be the "smt" thing?
>>
> 
> multi threading
> 
> # sysctl hw.smt
> 
> G
> 

and i think that "package" is cpu socket ..




Re: Anyone successfully using encrypted mosquitto over websockets?

2022-02-09 Thread Jeff Ross




On 2/8/22 12:58 AM, Rémi Bougard wrote:

Hi Jeff,

On Mon, Feb 07, 2022 at 04:21:37PM -0700, Jeff Ross wrote
I don't know the nuts and bolts of your configuration but I think
a secure websocket connection must begin with "wss://", so maybe
just change

ws://ip_cam.openvistas.net:9001/mqtt
into
wss://ip_cam.openvistas.net:9001/mqtt

and it will work ?

I hope this helps.

Rémi



Good idea, Rémi but it doesn't make a change.   I'm now looking into 
using a reverse proxy on my apache2 web server to redirect the mqtt 
traffic and take care of encryption.


Thanks for replying!

Jeff


Re: dmesg - cpu, smt, core, package

2022-02-09 Thread Kapetanakis Giannis
On 09/02/2022 19:48, Mihai Popescu wrote:
> $ dmesg | grep smt
> cpu0: smt 0, core 0, package 0
> cpu1: smt 1, core 0, package 0
> cpu2: smt 0, core 1, package 0
> cpu3: smt 1, core 1, package 0
>
> for
>
> AMD A8-5500B APU with Radeon(tm) HD Graphics, 3194.46 MHz, 15-10-01
>
> What could be the "smt" thing?
>

multi threading

# sysctl hw.smt

G



Re: dmesg - cpu, smt, core, package

2022-02-09 Thread Mihai Popescu
$ dmesg | grep smt
cpu0: smt 0, core 0, package 0
cpu1: smt 1, core 0, package 0
cpu2: smt 0, core 1, package 0
cpu3: smt 1, core 1, package 0

for

AMD A8-5500B APU with Radeon(tm) HD Graphics, 3194.46 MHz, 15-10-01

What could be the "smt" thing?