From 1273b2d61319b3e593c0a02005c4f99b264326df Mon Sep 17 00:00:00 2001 From: Pouriya Jamshidi <54482226+pouriyajamshidi@users.noreply.github.com> Date: Thu, 11 Aug 2022 21:41:54 +0200 Subject: [PATCH] add qwatcher (#2319) * add qwatcher * improve description --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 0b261a9..bf8ebdb 100644 --- a/packages.json +++ b/packages.json @@ -27077,5 +27077,21 @@ "description": "Simple command line arguments parsing", "license": "MIT", "web": "https://github.com/HTGenomeAnalysisUnit/nim-simpleargs" + }, + { + "name": "qwatcher", + "url": "https://github.com/pouriyajamshidi/qwatcher", + "method": "git", + "tags": [ + "buffer-monitoring", + "queue", + "linux", + "tcp", + "udp", + "network" + ], + "description": "Monitor TCP connections and diagnose buffer and connectivity issues on Linux machines related to input and output queues", + "license": "MIT", + "web": "https://github.com/pouriyajamshidi/qwatcher" } ]