diff --git a/meta-oe/recipes-connectivity/nethogs/nethogs.inc b/meta-oe/recipes-connectivity/nethogs/nethogs.inc
new file mode 100644
index 0000000000..78c92915c9
--- /dev/null
+++ b/meta-oe/recipes-connectivity/nethogs/nethogs.inc
@@ -0,0 +1,18 @@
+SUMMARY = "NetHogs is a small 'net top' tool that can group bandwidth by process"
+HOMEPAGE = "https://github.com/raboof/nethogs"
+SECTION = "console/network"
+LICENSE = "GPL-2.0-only"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+SRC_URI = "git://github.com/raboof/nethogs.git;branch=main;protocol=https"
+DEPENDS = "ncurses libpcap"
+
+do_compile() {
+    oe_runmake nethogs
+}
+
+do_install() {
+    oe_runmake install PREFIX=${prefix} DESTDIR=${D}
+}
+
+FILES:${PN} = "${sbindir}/nethogs"
diff --git a/meta-oe/recipes-connectivity/nethogs/nethogs_0.8.8.bb b/meta-oe/recipes-connectivity/nethogs/nethogs_0.8.8.bb
new file mode 100644
index 0000000000..cb0c4b68eb
--- /dev/null
+++ b/meta-oe/recipes-connectivity/nethogs/nethogs_0.8.8.bb
@@ -0,0 +1,4 @@
+require nethogs.inc
+
+# tag for v0.8.8
+SRCREV = "632a78846eb3cc3259dc45c59a47fa9c293a2831"
