./wip/sysstat, System performance tools for Linux

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


Branch: CURRENT, Version: 6.0.1, Package name: sysstat-6.0.1, Maintainer: reed

The sysstat utilities are a collection of performance monitoring
tools for Linux. These include mpstat, iostat, sar, sadc, sadf and
sa tools. They are front-ends to the kernel proc filesystem.

The mpstat tool reports statistics for each processor. iostat
reports CPU stats and input/output statistics for devices and
partitions. sar is used to collect, report, or save system activity
information.


Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

RMD160: 3210e755e3f238f8e8c120453a8fbd5007f5a317
Filesize: 147.625 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 18:23:08 by Aleksej Saushev | Files touched by this commit (87)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-10-11 12:45:10 by Thomas Klausner | Files touched by this commit (261)
Log message:
Remove obsolete @dirrm lines.
   2008-06-04 23:49:12 by Tonnerre | Files touched by this commit (1)
Log message:
Add sysstat TODO entry about CVE-2007-3852

   2007-01-08 02:03:29 by Sergey Svishchev | Files touched by this commit (1)
Log message:
Linux-only package.
   2006-07-16 18:08:38 by Sergey Svishchev | Files touched by this commit (22)
Log message:
Follow redirects in MASTER_SITEs and HOMEPAGEs.
   2006-04-12 23:10:37 by Jeremy C. Reed | Files touched by this commit (1)
Log message:
Just reformat.
   2006-03-14 02:28:12 by Johnny C. Lam | Files touched by this commit (27)
Log message:
Catch up to modern pkginstall framework: USE_PKGINSTALL has been dead
for a while now, and *_EXTRA_TMPL are generally not needed anymore.
   2005-11-28 01:27:22 by Roland Illig | Files touched by this commit (79)
Log message:
Ran pkglint --autofix over the complete pkgsrc-wip. This changed all
instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form,
VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary.

Manually reviewed the changes.