Peter Bailey

Results 15 comments of Peter Bailey

fsck.ext3 http://linux.die.net/man/8/fsck.ext3

I took some notes on concurrency and threading a couple years ago: https://github.com/pyrovski/transmission/blob/tstate/doc/transmission_notes.org. Please forgive the formatting; it's an Emacs Org mode file. My takeaway was that it would be...

You could try [mbpfan](https://github.com/dgraziotin/mbpfan). The macfanctld maintainer [doesn't use it anymore](https://bugs.launchpad.net/macfanctld/+bug/1442415).

I've done some benchmarking on Arm v5te platforms, and CRC calculation seems to be a major bottleneck. Arm didn't add CRC acceleration until v8, so HC2 (Exynos5422 Cortex-A15) doesn't have...

I haven't used MooseFS, but it looks like it also CRCs everything by default. So, probably more profiling is required.

It is probably possible. I haven't used OpenWrt for a few years, but patches are welcome!

I'm guessing those are from distinct IP addresses. I'll look at fixing that.

I suspect this is due to wrtbwmon selecting the wrong network interface or the device not performing any routing. We can start debugging by inspecting output of the following commands:...

There's a similar discussion at https://github.com/Kiougar/luci-wrtbwmon/issues/20; wrtbwmon was not designed to work in bridge mode.

For real-time measurements, you can try iftop. There are other bandwidth monitors available for long-term measurements, such as bandwidthd. On Aug 21, 2017 2:01 PM, "hub2git" wrote: > if wrtbwmon...