Control Web Panel

WebPanel => CentOS 7 Problems => Topic started by: Adem on May 06, 2019, 12:45:23 PM

Title: Hi problem :(((
Post by: Adem on May 06, 2019, 12:45:23 PM
hi there 1 website cpu ram :( http://prntscr.com/nl2kol
Title: Re: Hi problem :(((
Post by: maxwellins on May 06, 2019, 11:02:24 PM
View processes, that way they can't help you
Title: Re: Hi problem :(((
Post by: Linux on May 07, 2019, 08:04:50 PM
hi there 1 website cpu ram :( http://prntscr.com/nl2kol (http://prntscr.com/nl2kol)
Check free memory using this command:
Code: [Select]
free -hCheck top 10 memory eating processes:
Code: [Select]
ps aux --sort -rss | head