Shadowsocks bandwidth monitoring with netdata

The [cci]community/shadowsocks[/cci] package on Arch itself doesn't offer much support for bandwidth monitoring, so we must build our own. My Shadowsocks setup includes a few ports for different client users. Bandwidth data for each separate port that Shadowsocks uses allows me to monitor usage by each client.

The bandwidth data ... Read more

Odroid XU4 temperature monitoring with netdata

Since Odroid isn't as widespread as Raspberry Pi, I had to do some digging to find out how to monitor its temperature, CPU frequency, and fan speed. Odroid comes with 5 temperature sensors on its chip, each of which can be read by the command
[cc lang="bash"]$ cat /sys/devices/virtual/thermal/thermal_zone0/temp[/cc]
where ... Read more