1
0
Fork 0

fpm process

This commit is contained in:
virtubox 2018-10-30 18:12:41 +01:00
parent a0c603b7c3
commit 178dfbe90c
1 changed files with 7 additions and 0 deletions

View File

@ -100,6 +100,12 @@ EE_SHOW_LOG() {
}
EE_SHOW_FPM() {
top -bn1 | grep php-fpm | wc -l
}
alias transfer=transfer_vtbox_net
alias cheat='cht.sh'
@ -143,3 +149,4 @@ alias maintenance=MAINTENANCE_APT
alias ee-maintenance=MAINTENANCE_APT
alias ee-encrypt=encrypt_gpg
alias ee-decrypt=decrypt_gpg
alias show-fpm-process=EE_SHOW_FPM