stress-ng 0.13.06-1 source package in Ubuntu

Changelog

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

  [Alexander Kanavin]
  * Makefile: do not write the timestamp into compressed manpage.

  [John Kacur]
  * stress-ng: Conscientious Language effort

  [Colin Ian King]
  * Makefile: bump version
  * Debian: update control - use ubuntu email
  * Add autobuild detection of sys/loadavg.h
  * stress-rdrand: add missing 2x32 read variant of rdseed
  * stress-dev: optimization: cache all dev entries in a hash table
  * debian/watch: update to use github tarball name mangling
  * debian/copyright: Fix URLs to project and email contact
  * Rename HAVE_STRLCPY and HAVE_STRLCAT to fix Nixos libbsd macro clash
  * stress-bad-ioctl: optimization: cache a copy of all dev names
  * voidify returns from fflush and fprintf calls
  * stress-mmap: exercise OpenBSD mquery system call on mapped pages
  * stress-madvise: add OS X MADV_ZERO_WIRED_PAGES madvise advise
  * stress-madvise: Add OpenBSD MADV_SPACEAVAIL madvise option
  * stress-mmap: Add some missing NetBSD and OpenBSD mmap flag types
  * Add stress_killpid helper to kill and fast reap memory
  * stress-bad-altstack: make stack write-only to cause double trap
  * stress-prefetch: stash pre_ptr to force compiler to use it in
    the benchmark loop
  * stress-kill: fix incorrect voidification of return value from kill
  * stress-vm-splice: break open statement into two statements
  * stress-branch: update copyright
  * stress-branch: remove empty line
  * stress-branch: shrink branch code, increase branches from 256 to 1024
  * README.md Add another link to a performance regression found by
    stress-ng
  * stress-rdrand: add option to exercise rdseed x86 instruction
  * core-thermal-zone: replace non-alpha/digits in type name with _
  * core-vmstat: disable iostat for non-linux systems
  * stress-atomic: don't perform atomic 64 bit ops on 32 bit platforms
  * core-vmstat: ensure all fields in vmstat_current are zero'd
  * stress-ng.h: Don't include sys/sysctl.h in Linux, it has been
    deprecated
  * Makefile.config: Fix sys/vmmeter.h autodetection
  * stress-atomic: Add finder build time detection of atomic intrinsics
  * core-vmstat: Add FreeBSD implimentation to system statistics
  * core-helper.c: fix typo, GETLOADAVG should be HAVE_GETLOADAVG
  * core-vmstat: fix buffer overrun on therms
  * Add build time detection for getloadavg
  * Debian control: update homepage URL
  * README.md: Add tarball version information
  * Add build time pragma support detection
  * stress-bad-altstack: move pragmas to be around the function
    stress_bad_altstack_force_fault
  * stress-smi: make not being able to load a module non-fatal
  * core-vmstat: don't build in iostat metrics if major/minor macros
    aren't available
  * REAME.md: Fix typo, 650 -> 260

 -- Colin King <email address hidden>  Thu, 28 Oct 2021 09:36:17 +0100

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.06-1.dsc 2.3 KiB fe20b89a1cf3c8bf5be6abf15a24da4129e6296f95c2a6bbc759449a54ddf5c5
stress-ng_0.13.06.orig.tar.xz 579.7 KiB d1ff0180fe555c760464da00e82023491db7260c83cac77d4943748fca24bf09
stress-ng_0.13.06-1.debian.tar.xz 118.5 KiB 73c71223cae91ef08529db98f39442e9f52f8ded953f4b684b96ce52980b355a

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