Пакет sysstat: Информация

  • Default inline alert: Версия в репозитории: 12.7.5-alt1

Исходный пакет: sysstat
Версия: 12.6.0-alt2
Последняя версия по данным Repology
Собран:  18 ноября 2022 г. 10:28 в задании #310200
Категория: Мониторинг
Сообщить об ошибке в пакете
Домашняя страница: http://sebastien.godard.pagesperso-orange.fr/

Лицензия: GPL-2.0-or-later
О пакете: Performance monitoring tools for Linux
Описание: 
The sysstat package contains various utilities, common to many commercial
Unixes, to monitor system performance and usage activity:

- iostat reports CPU statistics and input/output statistics for block devices
  and partitions.
- mpstat reports individual or combined processor related statistics.
- pidstat reports statistics for Linux tasks (processes) : I/O, CPU, memory,
  etc.
- tapestat reports statistics for tape drives connected to the system.
- cifsiostat reports CIFS statistics.

Sysstat also contains tools you can schedule via cron or systemd to collect and
historize performance and activity data:

- sar collects, reports and saves system activity information (see below a list
  of metrics collected by sar).
- sadc is the system activity data collector, used as a backend for sar.
- sa1 collects and stores binary data in the system activity daily data file.
  It is a front end to sadc designed to be run from cron or systemd.
- sa2 writes a summarized daily activity report. It is a front end to sar
  designed to be run from cron or systemd.
- sadf displays data collected by sar in multiple formats (CSV, XML, JSON, etc.)
  and can be used for data exchange with other programs. This command can also
  be used to draw graphs for the various activities collected by sar using SVG
  (Scalable Vector Graphics) format.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
sysstat (x86_64, ppc64le, i586, armh, aarch64)
sysstat-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
sysstat-isag (noarch)

Сопровождающий: Alexander Danilov


Права:
Alexey Melyashinsky
@everybody

    1. /proc
    2. desktop-file-utils
    3. libsensors3-devel

Последнее изменение


18 ноября 2022 г. Alexander Danilov 12.6.0-alt2
28 июня 2022 г. Vitaly Chikunov 12.6.0-alt1
- Update to v12.6.0 (2022-05-29).
- Fixed 'egrep is obsolescent' warning (actually since v12.5.5).
- Update package description and Group tag.
- Enable LFS on 32-bit architectures.
- Apply systemd Unit hardening.
- Work via crontab on sysv and timers on systemd.
- spec: Add %check section with a simple test.
10 декабря 2020 г. Aleksei Nikiforov 12.5.1-alt2
- Fixed issue on 32bit systems where generated system activity file could not be read.