On Wed, 14 May 2025 19:02:03 +0200 Marek Marczykowski-Górecki wrote:

> Simply don't run it every second... If you really need to, make a
> script that runs continuously and outputs new info every second.

But that is not possible. The data (RX/TX transfer bytes) is in sys-net
and needs to be read frequently to make realtime monitoring.
Calculations can happen either in dom0 or in sys-net.

If in dom0: There need to be at least 4 polls (4 x qvm-run), i.e. even
worse.
If in sys-net: There will be only one poll per cycle (one qvm-run),
pulling the result only (what I use).

The only problem is the slowness of qvm-run.

Or... I don't understand your idea. I hope you can clarify.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-devel+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/qubes-devel/20250514173854.2bf9460d%40localhost.

Reply via email to