diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-06 00:18:08 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-06 00:18:08 (EST) |
commit | 063f50a4c9ed8b4d345ab8d94f88a0a5a5d72e58 (patch) | |
tree | 3703f01cdbab801683ce898dd1de814c095d596a | |
parent | c6858ace569336da4833b618d677d90f69555658 (diff) |
stress, stress-doc: Add packages
-rw-r--r-- | stress-doc.pkg/control | 8 | ||||
-rw-r--r-- | stress-doc.pkg/files | 2 | ||||
-rw-r--r-- | stress.pkg/control | 6 | ||||
-rw-r--r-- | stress.pkg/docs | 2 | ||||
-rw-r--r-- | stress.pkg/files | 1 | ||||
-rw-r--r-- | substvars | 6 |
6 files changed, 25 insertions, 0 deletions
diff --git a/stress-doc.pkg/control b/stress-doc.pkg/control new file mode 100644 index 0000000..d990da7 --- /dev/null +++ b/stress-doc.pkg/control @@ -0,0 +1,8 @@ +Architecture: all +Platform: all +Section: doc +Depends: stress (>= ${Source-Version}) +Description: Tool to impose load on and stress test systems - documentation + ${Common-Description} + . + This package provides documentation for the stress tool. diff --git a/stress-doc.pkg/files b/stress-doc.pkg/files new file mode 100644 index 0000000..cf6898e --- /dev/null +++ b/stress-doc.pkg/files @@ -0,0 +1,2 @@ +/usr/share/info/stress.info +/usr/share/man/man1/stress.1 diff --git a/stress.pkg/control b/stress.pkg/control new file mode 100644 index 0000000..f9aab0f --- /dev/null +++ b/stress.pkg/control @@ -0,0 +1,6 @@ +Architecture: any +Platform: all +Section: util +Depends: ${Shlib-Depends} +Description: Tool to impose load on and stress test systems + ${Common-Description} diff --git a/stress.pkg/docs b/stress.pkg/docs new file mode 100644 index 0000000..122c388 --- /dev/null +++ b/stress.pkg/docs @@ -0,0 +1,2 @@ +src/AUTHORS +src/README diff --git a/stress.pkg/files b/stress.pkg/files new file mode 100644 index 0000000..f1c1e08 --- /dev/null +++ b/stress.pkg/files @@ -0,0 +1 @@ +/usr/bin/stress diff --git a/substvars b/substvars new file mode 100644 index 0000000..105a664 --- /dev/null +++ b/substvars @@ -0,0 +1,6 @@ +Common-Description: + `stress' is not a benchmark, but is rather a tool designed to put given + subsytems under a specified load. Instances in which this is useful include + those in which a system administrator wishes to perform tuning activities, a + kernel or libc programmer wishes to evaluate denial of service possibilities, + etc. |