Quoting Danesh Daroui <[EMAIL PROTECTED]>:
> Hi all,
> 
> I have access to a remote server via SSH. I would like to know if there
> is any possible way to find out the speed and type of CPU and available
> memory via command line. Is it possible? If yes, how?
> 

For CPU type:

cd /var/log
less boot.msg
/CPU0


For memory amount:

free


HTH,
  Jeffrey
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to