health-check 0.03.11-1 source package in Ubuntu

Changelog

health-check (0.03.11-1) unstable; urgency=medium

  * Makefile: bump version
  * syscall.c: remove empty line
  * json.c, net.c: define _GNU_SOURCE
  * debian/control: update standards version to 4.6.1
  * syscall: memset regs structures and add const to arrays
  * syscall: various constifications of units pointers
  * json.c: constify 1st argument in j_obj_is_null function
  * syscall: use strlcpy instead of unsafe strncpy
  * Update copyright

 -- Colin Ian King <email address hidden>  Wed, 7 Dec 2022 14:43:44 +0000

Upload details

Uploaded by:
Colin Ian King
Uploaded to:
Sid
Original maintainer:
Colin Ian King
Architectures:
i386 amd64 armel armhf arm64 powerpc ppc64 ppc64el
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
health-check_0.03.11-1.dsc 1.9 KiB eb0e849b36929a559eae1f8682a29db419395bec2935a6ae94de790856b8bd5d
health-check_0.03.11.orig.tar.gz 59.7 KiB d6fd86718121c6799db3132198c170430c73491abe01af261a20f601941c9114
health-check_0.03.11-1.debian.tar.xz 8.2 KiB 3ee4a48946a8a319c16b29b1f4a5fdb6e49552f3f2a6557a80cfbd729dd4d0a0

Available diffs

No changes file available.

Binary packages built by this source

health-check: process monitoring tool

 Health-check monitors processes and optionally their child
 processes and threads for a given amount of time. At the end
 of the monitoring it will display the CPU time used, wakeup
 events generated and I/O operations of the given processes.
 It can be used to diagnose unhealthy bad processes.

health-check-dbgsym: debug symbols for health-check