summaryrefslogtreecommitdiffstats
path: root/utils/latencytop/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'utils/latencytop/DETAILS')
-rwxr-xr-xutils/latencytop/DETAILS16
1 files changed, 16 insertions, 0 deletions
diff --git a/utils/latencytop/DETAILS b/utils/latencytop/DETAILS
new file mode 100755
index 0000000000..99934ae3bd
--- /dev/null
+++ b/utils/latencytop/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=latencytop
+ VERSION=0.5
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.${SPELL}.org/download/${SOURCE}
+ SOURCE_HASH=sha512:
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.latencytop.org/"
+ LICENSE[0]=GPL
+ ENTERED=20090513
+ SHORT="measuring and fixing Linux latency"
+cat << EOF
+LatencyTOP is a Linux* tool for software developers (both kernel and
+userspace), aimed at identifying where in the system latency is happening,
+and what kind of operation/action is causing the latency to happen so that
+the code can be changed to avoid the worst latency hiccups.
+EOF