gentoo/dev-util/0xtools/metadata.xml
Maciej Barć 5912a2b7f1
dev-util/0xtools: new package; add 1.2.4
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2023-09-15 14:25:28 +02:00

28 lines
1.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>xgqt@gentoo.org</email>
<name>Maciej Barć</name>
</maintainer>
<longdescription>
0x.tools is a set of open-source utilities for analyzing application
performance on Linux. It has a goal of deployment simplicity and minimal
dependencies, to reduce friction of systematic troubleshooting. Theres no
need to upgrade the OS, install kernel modules, heavy monitoring
frameworks, Java agents or databases. These tools also work on
over-decade-old Linux kernels, like version 2.6.18 from 14 years ago.
0x.tools allow you to measure individual thread level activity, like thread
sleep states, currently executing system calls and kernel wait locations.
Additionally, you can drill down into CPU usage of any thread or the system
as a whole. You can be systematic in your troubleshooting - no need for
guessing or clever metric-voodoo tricks with traditional system-level
statistics.
</longdescription>
<upstream>
<bugs-to>https://github.com/tanelpoder/0xtools/issues</bugs-to>
<remote-id type="github">tanelpoder/0xtools</remote-id>
</upstream>
</pkgmetadata>