The system load incurred during Autosupport compression
Applies to
- ONTAP 9
- Autosupport
Answer
The process of compressing log files using the tar command primarily impacts the CPU and disk I/O resources. Here is a detailed explanation of the resource usage and impact:
- CPU Load:
- The compression process performed by the tar command consumes CPU resources due to the compression algorithm's processing.
- Disk I/O:
- Reading the files to be compressed and writing the compressed file generates disk I/O. This can result in significant disk I/O load, especially when compressing large log files.
- Memory Usage:
- Temporary memory is used during the compression process, but it is typically not significant enough to impact normal system operations.
- Network Bandwidth:
- If the compressed file is transferred to another location, network bandwidth will be used. However, this is not directly related to the compression process itself.
Additional Information
N/A