From 45db86efb9f7367dcc3809f1f4cc180f1bf79ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20D=C3=A9ly?= Date: Tue, 12 Mar 2024 03:04:00 +0000 Subject: [PATCH] Added package umriss (#2832) --- packages.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 79b9edf..4663e06 100644 --- a/packages.json +++ b/packages.json @@ -32840,5 +32840,20 @@ "description": "A lightweight and extremely fast nginx log parser that stores the result into a sqlite3 database for further analysis and action", "license": "MIT", "web": "https://github.com/pouriyajamshidi/nginwho" + }, + { + "name": "umriss", + "url": "https://github.com/tdely/umriss", + "method": "git", + "tags": [ + "cli", + "syscalls", + "tool", + "seccomp", + "strace" + ], + "description": "Extract syscall stats from strace output files", + "license": "MIT", + "web": "https://github.com/tdely/umriss" } -] \ No newline at end of file +]