You are not logged in.

#1 2004-12-12 18:25:28

kpiche
Forum Fellow
From: Ottawa, ON, Canada
Registered: 2004-03-30
Posts: 246
Website

[system:monitoring] sysstat 5.0.6 (stable)

The sysstat package contains the monitoring utilities sar, iostat, etc.  The start/stop script is included but setting up cron for automatic collection/reports is up to the admin.  To save someone the trouble the dev version 5.1.3 doesn't compile under 2.6...

# Contributor: K. Piche <kpiche@rogers.com>
pkgname=sysstat
pkgver=5.0.6
pkgrel=1
pkgdesc="System performance tools for Linux"
url=(http://perso.wanadoo.fr/sebastien.godard/)
source=(http://perso.wanadoo.fr/sebastien.godard/$pkgname-$pkgver.tar.bz2)
depends=('glibc' 'bash')

build() {
  cd $startdir/src/$pkgname-$pkgver
  yes "" | make config
  sed -e 's@/usr/local@/usr@' -i build/CONFIG
  make || return 1
  make DESTDIR=$startdir/pkg install

  #  sysstat start script.
  install -D -m 755 sysstat $startdir/pkg/etc/rc.d/sysstat
}
md5sums=('3daf8ef3d480dec0c99983cc9a1b4a20')

The package and PKGBUILD are available at http://ca.geocities.com/kpiche@rogers.com/

Offline

#2 2006-03-21 18:33:12

kozaki
Member
From: London >. < Paris
Registered: 2005-06-13
Posts: 671
Website

Re: [system:monitoring] sysstat 5.0.6 (stable)

Thank you kpiche
Here is the updated PKGBUILD up to this date :

install -m 644 -g root man/iostat.1 /var/abs/local/sysstat/pkg/usr/man/man1
# Contributor: K. Piche <kpiche@rogers.com>
pkgname=sysstat
pkgver=6.1.1
pkgrel=1
pkgdesc="System performance tools for Linux"
url=(http://perso.wanadoo.fr/sebastien.godard/)
source=(http://perso.wanadoo.fr/sebastien.godard/$pkgname-$pkgver.tar.bz2)
depends=('glibc' 'bash')

build() {
  cd $startdir/src/$pkgname-$pkgver
  yes "" | make config
  sed -e 's@/usr/local@/usr@' -i build/CONFIG
  make || return 1
  make DESTDIR=$startdir/pkg install

  #  sysstat start script.
  install -D -m 755 sysstat $startdir/pkg/etc/rc.d/sysstat
}
md5sums=('ad60c5bb5e1a77aa3ea8611c4fb83c7f')

Package home page : http://perso.wanadoo.fr/sebastien.godard/
+ sar

CLI Magic: Tracking system performance with sar

Monday March 20, 2006 (09:01 AM GMT)

By: Keith Winston

Sar is the "system activity report" program found on *nix systems. In Linux, you can usually find it in the sysstat package, which includes programs and scripts to capture and summarize performance data, then produce detailed reports. This suite of programs can be useful in tracking down performance bottlenecks and providing insight into how the system is used throughout the day.


Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery smile) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9

Offline

Board footer

Powered by FluxBB