# aix-sar-graphs **Repository Path**: mirrors_Matty9191/aix-sar-graphs ## Basic Information - **Project Name**: aix-sar-graphs - **Description**: Create gnuplots of AIX sar data. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-11 - **Last Updated**: 2025-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Generate AIX Performance Graphs The aix-sar-graphs tools allow you to collect sar data from an AIX host and plot it with gnuplot. To get a useful graph you will first need to run r-sar-data.sh on a server to grab CPU, memory, disk, etc. data. The script takes the sa file days you want to collect (so to collect june 24 - june 27 you would run the script with the option 24 25 26 27): $ gather-sar-data.sh 24 25 26 27 > sarcpu.in Once you have the sar data you can fire up GNUplot to produce a graph: $ gnuplot sar-gnuplot.cfg A sample gnuplot configuration file is included with this repo.