stress-ng 0.15.06-1 source package in Ubuntu

Changelog

stress-ng (0.15.06-1) unstable; urgency=medium

  * Makefile: bump version
  * README.md: add another citation
  * Manual: update date
  * debian/testing/fast-test-all: remove --klog-check
  * stress-ng: fix truncated pr_inf call
  * stress-ng: add --oom-avoid-bytes option for the free memory avoid
    allocation threshold
  * stress-cache: remove % operator, using compare and re-assign to zero
  * stess-msg: add --msg-bytes option to specify size of message being
    sent/recv'd
  * stress-msg: voidify return of msgctl
  * stress-*, test-*: remove trailing spaces at end of lines
  * stress-shm-sysv: define SHM_HUGE_* macros if required, drop IPC_PRIVATE
    error check
  * stress-shm-sysv: add SHM_HUGE_2MB flag when using SHM_HUGETLB
  * stess-shm-sysv: plumb in --sym-sysv-bytes option to correct ID
  * stress-shm-sysv: replace IPC_RMID with IPC_PRIVATE in error message
  * stress-shm-sysv: add missing space in error message
  * stress-cyclic: report the number of samples required for the test run
  * stress-memrate: make vector types based on uint32_t, add prefetch 128
  * stress-memrate: make prefetch offset 2K
  * stress-memrate: remove inner loops for non-memory rate timed functions
  * stress-memrate: remove keep_stressing check, use siglongjmp in alarm
    handler
  * stress-memrate: add in further loop optimizations
  * stress-vm: explicitly add modulo inline helper function
  * core-helper: add stress_get_prime64 to get prime above a given value
  * core-helper: rename stress_get_prime64 to stress_get_next_prime64
  * stress-memrate: fix --memrate-wr-mbs/rd-mbs, use best fit size, add
    memset writes too
  * stress-vm: skip stressor when out of resources, return EXIT_NO_RESOURCES
  * stress-vm: fix prime index accumulation overflow and speed up modulo
  * stress-vm: compute a new prime that is larger than sz rather than use
    PRIME_64

 -- Colin Ian King <email address hidden>  Thu, 16 Mar 2023 12:47:17 +0000

Upload details

Uploaded by:
Colin Ian King
Uploaded to:
Sid
Original maintainer:
Colin Ian King
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
stress-ng_0.15.06-1.dsc 2.5 KiB 904ab86e494f5a7b6a8cbeb8de04c8ed8161ff4788ba4bc57027d3656fe5a73a
stress-ng_0.15.06.orig.tar.xz 3.1 MiB 5eeec9ac1f7e973ccb7e3c9c55159ad8c72e442d207b0fa15e661eb0eeb7a434
stress-ng_0.15.06-1.debian.tar.xz 157.3 KiB 29ab33fe7000728c7a16aa379978ff3f1339bf41826bceb8a085e44601e39561

Available diffs

No changes file available.

Binary packages built by this source

stress-ng: tool to load and stress a computer

 stress-ng can stress various subsystems of a computer. It can stress load
 CPU, cache, disk, memory, socket and pipe I/O, scheduling and much more.
 stress-ng is a re-write of the original stress tool by Amos Waterland but
 has many additional features such as specifying the number of bogo operations
 to run, execution metrics, a stress verification on memory and compute
 operations and considerably more stress mechanisms.

stress-ng-dbgsym: debug symbols for stress-ng