Chris Monahan
Chris Monahan
What are you comparing Vitals to?
Boot rx is the SUM of all interfaces in /sys/class/net. In each interface directory, there is a file called statistics/rx_bytes. Excluding the lo directory, if the sum of all of...
for i in /sys/class/net/*; do echo -n "$i: "; cat $i/statistics/rx_bytes; done If you can share the output of that along with the screenshot from Vitals (at the same moment)...
The wg0 interface should be excluded from Boot RX. Would you mind looking inside each of the in the wg0/ and wlp61s0/ directories, (including statistics/ directories) to see if there...
I don't own the arch repositories for Vitals. They were created by someone else. Do you know of a way to get a hold of them?
Related to #415
How did you install Vitals? Do you have a custom installation or did you modify metadata.json? add_actor is no longer in the current codebase. It was changed to add_child.
I'm not too familiar with that distribution pipeline as someone else set it up. I was under the impression it was setup to pull from the master branch. Wait, I...
The Device rx/tx is the sum of all of your network devices. Can you provide a screenshot of your entire network menu? I would assume there is something adding up...
Please see the wiki entry on this topic: https://github.com/corecoding/Vitals/wiki/System-periodically-freezes