Differences between revisions 5 and 6
Revision 5 as of 2023-03-31 15:33:10
Size: 1056
Comment:
Revision 6 as of 2023-03-31 15:33:51
Size: 1058
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 - sar: collects and reports system activity information;
 - iostat: reports CPU utilization and disk I/O statistics;
 - tapestat: reports statistics for tapes connected to the system;
 - mpstat: reports global and per-processor statistics;
 -
pidstat: reports statistics for Linux tasks (processes);
 - sadf: displays data collected by sar in various formats;
 - cifsiostat: reports I/O statistics for CIFS filesystems.
 * sar: collects and reports system activity information;
 * iostat: reports CPU utilization and disk I/O statistics;
 * tapestat: reports statistics for tapes connected to the system;
 * mpstat: reports global and per
-processor statistics;
 *
pidstat: reports statistics for Linux tasks (processes);
 * sadf: displays data collected by sar in various formats;
 * cifsiostat: reports I/O statistics for CIFS filesystems.

Translation(s): English - Español ~

(!) Discussion


sysstat contains the following system performance tools:

  • sar: collects and reports system activity information;
  • iostat: reports CPU utilization and disk I/O statistics;
  • tapestat: reports statistics for tapes connected to the system;
  • mpstat: reports global and per-processor statistics;
  • pidstat: reports statistics for Linux tasks (processes);
  • sadf: displays data collected by sar in various formats;
  • cifsiostat: reports I/O statistics for CIFS filesystems.

The statistics reported by sar deal with I/O transfer rates, paging activity, process-related activities, interrupts, network activity, memory and swap space utilization, CPU utilization, kernel activities and TTY statistics, among others. Both UP and SMP machines are fully supported.