Veritas NetBackup™ Appliance Capacity Planning and Performance Tuning Guide
- About this Guide
- Section I. Capacity planning
- Analyzing your backup requirements
- Designing your backup system
- Section II. Best Practices
- Section III. Performance tuning
- Section IV. Quick reference to Capacity planning and Performance tuning
About memory monitoring and tuning
Besides monitoring CPU usage, vmstat output also displays the memory usage statistics. In the last example, we know memory is not the bottleneck because the Free column shows that there were over 340 GB of free memory. Also the si and so columns were near 0 mostly indicating that there's no memory swapping. These are a clear indication that there were no memory issue at the time of test. If si and so columns constantly show large non-zero values, for example, in the thousands, memory could be a possible bottleneck. You can use top command to check for processes that are consuming memory. If the problem is due to too many concurrent jobs running at the same time, try lowering the batch size to improve per job performance. Once a job is complete, the memory allocated for the process frees up which lowers the memory pressure and swapping activities.