Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jul 2023 18:12:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 272818] hv_kvp_daemon high CPU usage on Internet router
Message-ID:  <bug-272818-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272818

            Bug ID: 272818
           Summary: hv_kvp_daemon high CPU usage on Internet router
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: wencey@apernet.io

The `hv_kvp_daemon` runs scripts such as:

```
sh -c "netstat -rn | grep hn1 | awk '/default/ {print $2 }'"
```

to collect the gateway configuration.

However, on systems used as an Internet router that contain millions of rou=
tes,
this approach drains the CPU, causing Hyper-V Manager to freeze. Additional=
ly,
the script itself is not multi-fib aware.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272818-227>