Table of Contents |
---|
Page Properties | ||
---|---|---|
| ||
Guidelines
Disk usage
To check total disk usage and inodes usage, run the following commands: (note that we assume that XTM Cloud is installed in its default location): du -sch /xtm /servers /var/lib/pgsql/.
...
Code Block |
---|
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 4723 xtm 20 0 4573008 331828 16596 S 0.7 8.6 0:33.90 java 10485 root 20 0 61848 2320 1584 R 0.7 0.1 0:00.25 top 4722 xtm 20 0 4578148 340276 16604 S 0.6 8.8 0:38.07 java |
...
There you need to total the % CPU usage for java, httpd and additional user processes to get the total value.