Which teams can find out information about the involved CPU and RAM on the Amazon server?

    2 answers 2

    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