Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
checkpoint:gateway:performanceanalysis [2015/01/13 22:24] daniel Seite von checkpoint:edge:checkpoint:checkpoint:edge:checkpoint:vpn1edge:gateway:performanceanalysis nach checkpoint:gateway:performanceanalysis verschoben |
checkpoint:gateway:performanceanalysis [2018/04/30 10:29] (aktuell) daniel |
||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ===== Performance Analysis ===== | ||
| + | |||
| ----- | ----- | ||
| **sk-33781** | **sk-33781** | ||
| Zeile 6: | Zeile 8: | ||
| The following is a list of commands that can be run to monitor the Performance of the Security Gateway. | The following is a list of commands that can be run to monitor the Performance of the Security Gateway. | ||
| + | ===CPU=== | ||
| ''top'' - Verify the CPU/memory usage. \\ | ''top'' - Verify the CPU/memory usage. \\ | ||
| Note: CPUs above 90% may be problematic and may be the result of: \\ | Note: CPUs above 90% may be problematic and may be the result of: \\ | ||
| Zeile 12: | Zeile 15: | ||
| Identify the top CPU consuming processes from the output of this command. Verify the memory consumption. | Identify the top CPU consuming processes from the output of this command. Verify the memory consumption. | ||
| + | ===Network=== | ||
| ''ethtool -S ethx'' - Checks the NICs statistics. \\ | ''ethtool -S ethx'' - Checks the NICs statistics. \\ | ||
| Verify the rx/tx drop/error statistics. | Verify the rx/tx drop/error statistics. | ||
| Zeile 26: | Zeile 30: | ||
| Verify that HyperThreading is disabled when working with Performance Pack. | Verify that HyperThreading is disabled when working with Performance Pack. | ||
| + | ''cpstat os -f ifconfig'' - nice summary of network statistic. Also try ''watch -d 'cpstat os -f ifconfig''' | ||
| + | |||
| + | === General === | ||
| ''/var/log/messages'' - system log file \\ | ''/var/log/messages'' - system log file \\ | ||
| Verify the NICs model. The model can be found in this file after reboot. It is recommended to use the PCI-Express NICs (called PCIe, or PCI-E), because they have better performance than PCI eXtended NICs (called PCI-X). | Verify the NICs model. The model can be found in this file after reboot. It is recommended to use the PCI-Express NICs (called PCIe, or PCI-E), because they have better performance than PCI eXtended NICs (called PCI-X). | ||