sys-process/forkstat: new package, add 0.03.02

Signed-off-by: Carlos Eduardo <carana2099@gmail.com>
This commit is contained in:
Carlos Eduardo
2024-04-20 20:42:01 -03:00
parent 6c7137c6c9
commit 2b7196457c
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>carana2099@gmail.com</email>
<name>Carlos E.</name>
</maintainer>
<longdescription lang="en">
Forkstat is a program that logs process fork(), exec() and
exit() activity. It is useful for monitoring system behaviour
and to track down rogue processes that are spawning off
processes and potentially abusing the system.
</longdescription>
<upstream>
<remote-id type="github">ColinIanKing/forkstat</remote-id>
<changelog>https://github.com/ColinIanKing/forkstat/blob/master/debian/changelog</changelog>
</upstream>
</pkgmetadata>