1. NetApp ONTAP 9 Commands Manual Page Reference: The manual page for sysstat describes it as a command to "Display a one-line summary of system performance." The available options are command-line flags such as -s
-c
-x
and -i
with no mention of using XML or preset files for customization.
Source: NetApp ONTAP 9 Documentation Center
sysstat man page.
2. NetApp ONTAP 9 Commands Manual Page Reference: The manual page for statistics preset file create explicitly states
"This command creates a user-defined preset file. The preset file is an XML file that is stored in the /etc/stats/presets/ directory on the cluster." This confirms that XML preset files are used by the statistics command family and are stored in the /etc/stats/presets directory.
Source: NetApp ONTAP 9 Documentation Center
statistics preset file create man page.
3. NetApp ONTAP 9 Performance Management Guide for Clustered Data ONTAP: This guide details the performance monitoring tools available in ONTAP. It distinguishes between the legacy sysstat command for quick checks and the comprehensive statistics command framework for detailed analysis
which relies on presets for customized counter collection and reporting.
Source: TR-4369: Performance Management Guide for Clustered Data ONTAP
Section "Performance monitoring tools". This technical report clarifies that the statistics commands are the primary tool for customized performance analysis
superseding the simpler sysstat command.