Gateway server: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
This page provides details on the tools and interfaces provided to monitor and diagnose issues with the Gateway Server | |||
= Glances / top = | = Glances / top = | ||
These tools are provided to visually display the performance and load of the operating system and to view running services; | These tools are provided to visually display the performance and load of the operating system and to view running services. Administrators should be cognisant of: | ||
* High CPU load and any associated warnings; | |||
* High memory usage and any associated warnings - including swap file usage; | |||
* High file system usage | |||
=== Glances === | === Glances === |
Revision as of 15:24, 6 July 2020
This page provides details on the tools and interfaces provided to monitor and diagnose issues with the Gateway Server
Glances / top
These tools are provided to visually display the performance and load of the operating system and to view running services. Administrators should be cognisant of:
- High CPU load and any associated warnings;
- High memory usage and any associated warnings - including swap file usage;
- High file system usage
Glances
Click here to learn more about Glances.
There are 2 ways to access Glances on the Gateway Server
- Method 1: Access via the Web Interface, or
- Method 2: Start an ssh session and at the prompt:
jmoss2@prod_tms_server:~$ glances
.
top
Click here to learn more about top.
To access top, start an ssh session and at the prompt: jmoss2@prod_tms_server:~$ top
.