stress-ng 0.13.07-1 source package in Ubuntu

Changelog

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

  * Makefile: bump version
  * Makefile: update copyright
  * manual: update date, author email and copyright
  * debian/copyright: update copyright
  * debian/control: update email address
  * stress-resched: move declaration of j, clean up build warning
  * stress-resched: fix build error on systems without sched_setscheduler
  * stress-sigq: exercise invalid signal on rt_sigqueueinfo call
  * core-log: don't open/close stdout, use fileno on stdout instead
  * stress-ng: remove commented out stress_set_proc_name call
  * stress-vecwide: add a wide vector math stressor
  * Makefile.config: add alderlake optimization target clones
  * stress-filename: stat file before creation, during and after unlink
  * stress-prctl: exercise Linux 5.15 ARCH_GET_XCOMP_ arch_prctl calls
  * stress-vm: add grayflip method.
  * debian/control: update standards version
  * stress-hdd: ensure offset is aligned to 512 byte boundary
  * Refine target-clones attribute to determine attributes at build time
  * stress-prctl: fix typo in comment: fine -> find
  * stress-futex: add Linux 5.16 futex_waitv call
  * Make one thousanth, one millionth and one billionth constants
  * core-vmstat: remove tabs and spaces
  * stress-atomic: add more contention by running 4 processes per stressor
  * stress-atomic: use lower optimization level on sh gcc
  * core-time: scale by multiplying by one millions
  * Add --resched rescheduling stressor

 -- Colin Ian King <email address hidden>  Mon, 16 Nov 2021 00:01:02 +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.13.07-1.dsc 2.3 KiB 855b68b8c36be0d7a1f10125cd04ff0c6bc82ebcd91f407107c999966282b05b
stress-ng_0.13.07.orig.tar.xz 582.8 KiB ecde2f6a134fee08067c30ffcb4936119973e42cea347baa12832446b7aa4a8c
stress-ng_0.13.07-1.debian.tar.xz 118.9 KiB a701aec1903b023ad318afeced8e28e21888ea6929ad0f31ae35549104bc85e8

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