The another problem with the server is "LOAD".
we are monitoring the load using the "w" & "top" commands in Linux. So using this we can find out the process which is taking more memory. On the leftmost side we can find the process id for that process. The next step is to find out which container [in the case of vps]. So we user the command #"ll /proc/ID"
By this we can get the information about the process. In that info we can find the container ID from the details.
then get into that container then kill the process [Do not kill the MySQL process]. Try it
we are monitoring the load using the "w" & "top" commands in Linux. So using this we can find out the process which is taking more memory. On the leftmost side we can find the process id for that process. The next step is to find out which container [in the case of vps]. So we user the command #"ll /proc/ID"
By this we can get the information about the process. In that info we can find the container ID from the details.
then get into that container then kill the process [Do not kill the MySQL process]. Try it
No comments:
Post a Comment