./devel/libstatgrab, Provides a useful interface to system statistics

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.92.1, Package name: libstatgrab-0.92.1, Maintainer: pkgsrc-users

The libstatgrab library provides an easy to use interface for
accessing system statistics and information. Available statistics
include CPU, Load, Memory, Swap, Disk I/O, and Network I/O.

Also part of the package are two tools; saidar provides a curses-based
interface to viewing live system statistics, and statgrab is a
sysctl-like interface to the statistics.


Required to run:
[lang/perl5] [devel/log4cplus]

Required to build:
[pkgtools/cwrappers]

Package options: saidar, statgrab

Master sites:

Filesize: 798.37 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-06 09:02:05 by pin | Files touched by this commit (2) | Package updated
Log message:
devel/libstatgrab: update to 0.92.1

libstatgrab 0.92.1 [2021/07/27]

This release includes minor bugfixes and is API and ABI compatible with 0.92.
 - Fix build with autoconf 2.70+.
 - Fix CPU stats on older Linux kernels.
 - Make sure to count processes in an unknown state.
 - Check if -ltinfo is needed when linking ncurses.
 - Fixes to build when cross-compiling.
 - Fix build with -DNDEBUG.
 - Handle vmmeter changes in FreeBSD 12.
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2020-05-22 15:45:11 by Joerg Sonnenberger | Files touched by this commit (5)
Log message:
Use uvm/uvm_extern.h directly on NetBSD.
   2020-03-24 17:54:37 by Nia Alarie | Files touched by this commit (2)
Log message:
libstatgrab: Update to 0.92

libstatgrab 0.92 (16 July 2019)
 * Fix various file descriptor leaks.
 * On Linux, read process thread name from comm where available (fixes
   FreeScale ARM BSP).
 * Add more process stat information on MacOS/Darwin.
 * Fix build on Alpine Linux and NetBSD 8.
 * Fix build on FreeBSD 12 without COMPAT_FREEBSD11.
 * Improve collection of data for non-standard Solaris interfaces.
 * Improve detection of interface link status on Solaris.
 * Various configure and build fixes.
 * Ensure modern log4cplus is used correctly.