RHEL7 Xeon E5 2630 v4: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
(Created page with "<source lang="bash"> uname -a : ' Linux ihe 3.10.0-327.el7.x86_64 ' </source> <source lang="bash"> lscpu | egrep 'Model name|Socket|Thread|NUMA|CPU\(s\)' : ' CPU(s):...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
uname -a
uname -a
: '
: '
Linux ihe 3.10.0-327.el7.x86_64
Linux cdn 3.10.0-327.el7.x86_64
'
'
</source>
</source>
Line 18: Line 18:
</source>
</source>


==Start to Stop==
==Halting==
<source lang="bash">
<source lang="bash">
free -th
free -th
Line 71: Line 71:
docker stop gitlab-runner
docker stop gitlab-runner
free -th
free -th
: '
               total        used        free      shared  buff/cache  available
               total        used        free      shared  buff/cache  available
Mem:            31G        10G        16G        1.6G        4.7G        18G
Mem:            31G        10G        16G        1.6G        4.7G        18G
Line 88: Line 89:
</source>
</source>
<source lang="bash">
<source lang="bash">
systemctl stop jira1
systemctl stop jira
free -th
free -th
: '
: '
Line 128: Line 129:
</source>
</source>


==Stop to Start==
==Starting==
<source lang="bash">
<source lang="bash">
free -th
free -th
Line 139: Line 140:
</source>
</source>
<source lang="bash">
<source lang="bash">
systemctl start jira
systemctl start httpd
systemctl start httpd
systemctl start docker
systemctl start jenkins
systemctl start jenkins
systemctl start jira
systemctl start atlbitbucket
systemctl start atlbitbucket
systemctl start docker
free -th
free -th
: '
: '

Latest revision as of 10:02, 17 August 2020

uname -a
: '
Linux cdn 3.10.0-327.el7.x86_64
'
lscpu | egrep 'Model name|Socket|Thread|NUMA|CPU\(s\)'
: '
CPU(s):                20
On-line CPU(s) list:   0-19
Thread(s) per core:    2
Socket(s):             1
NUMA node(s):          1
Model name:            Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz
NUMA node0 CPU(s):     0-19
'

Halting

free -th
: '
              total        used        free      shared  buff/cache   available
Mem:            31G         26G        317M        1.6G        4.6G        2.9G
Swap:           15G         79M         15G
Total:          46G         26G         15G
: '
for d in amqpd bootd labsd xlabd itisd fhird;do $d stop;done
free -th
: '
              total        used        free      shared  buff/cache   available
Mem:            31G         22G        3.5G        1.6G        4.6G        6.1G
Swap:           15G         79M         15G
Total:          46G         23G         19G
'
/opt/pro/rupa/rupad stop
free -th
: '
              total        used        free      shared  buff/cache   available
Mem:            31G         21G        4.6G        1.6G        4.6G        7.2G
Swap:           15G         79M         15G
Total:          46G         21G         20G
'
docker stop gitlab
free -th
: '
              total        used        free      shared  buff/cache   available
Mem:            31G         12G         13G        1.6G        4.7G         16G
Swap:           15G         79M         15G
Total:          46G         12G         29G
: '
docker stop nexus
free -th
: '
              total        used        free      shared  buff/cache   available
Mem:            31G         10G         15G        1.6G        4.7G         18G
Swap:           15G         64M         15G
Total:          46G         10G         31G
'
docker stop gitlab-runner
free -th
: '
              total        used        free      shared  buff/cache   available
Mem:            31G         10G         16G        1.6G        4.7G         18G
Swap:           15G         64M         15G
Total:          46G         10G         31G
'
systemctl stop docker
free -th
: '
              total        used        free      shared  buff/cache   available
Mem:            31G         10G         16G        1.6G        4.7G         18G
Swap:           15G         64M         15G
Total:          46G         10G         31G
'
systemctl stop jira
free -th
: '
              total        used        free      shared  buff/cache   available
Mem:            31G        8.7G         17G        1.6G        4.7G         20G
Swap:           15G         59M         15G
Total:          46G        8.7G         33G
'
systemctl stop atlbitbucket
free -th
: '
              total        used        free      shared  buff/cache   available
Mem:            31G        5.7G         20G        1.6G        4.7G         23G
Swap:           15G         59M         15G
Total:          46G        5.8G         36G
'
systemctl stop jenkins
free -th
: '
              total        used        free      shared  buff/cache   available
Mem:            31G        2.5G         23G        1.6G        4.7G         26G
Swap:           15G         59M         15G
Total:          46G        2.6G         39G
'
systemctl stop httpd
free -th
: '
              total        used        free      shared  buff/cache   available
Mem:            31G        2.5G         23G        1.6G        4.7G         26G
Swap:           15G         59M         15G
Total:          46G        2.5G         39G
: '

Starting

free -th
: '
              total        used        free      shared  buff/cache   available
Mem:            31G        2.5G         23G        1.6G        4.7G         26G
Swap:           15G         59M         15G
Total:          46G        2.5G         39G
'
systemctl start jira
systemctl start httpd
systemctl start docker
systemctl start jenkins
systemctl start atlbitbucket
free -th
: '
              total        used        free      shared  buff/cache   available
Mem:            31G        6.3G         19G        1.6G        5.4G         22G
Swap:           15G         59M         15G
Total:          46G        6.3G         35G
'
docker start nexus
docker start gitlab
docker start gitlab-runner
free -th
: '
              total        used        free      shared  buff/cache   available
Mem:            31G         11G         12G        1.6G        7.0G         17G
Swap:           15G         59M         15G
Total:          46G         11G         28G
'
for d in amqpd bootd labsd xlabd itisd fhird;do $d restart;done
/opt/pro/rupa/rupad start
free -th
: '
              total        used        free      shared  buff/cache   available
Mem:            31G         17G        6.4G        1.6G        7.5G         11G
Swap:           15G         59M         15G
Total:          46G         17G         22G
'