Which teams can find out information about the involved CPU and RAM on the Amazon server?
cpu:
$ cat /proc/cpuinfo
ram:
$ cat /proc/meminfo
For CPU, these are the top , htop and mpstat utilities :
$ top $ sudo apt-get install htop $ htop $ sudo apt-get install sysstat $ mpstat -P ALL
For RAM, this is:
$ free $ cat /proc/meminfo
Source: https://ru.stackoverflow.com/questions/446521/More articles:Why that header (“Refresh: 0”); does not work when ajax is runninglinux remove temporary program filesHow to take the desired property in the object?How to connect to android WCF-service?AsynsTask queue implementationIn the old version of PHP, the code does not work - unexpected [, expecting)Move Thumb to the specified location SliderQuickSort method is the median of threeEclipse - Java Code Assist - Does not substitute public-class variablesHow to select a single attribute in SimpleXML XPath?All Articles