Danesh Daroui wrote: > 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? >
If it's linux: cat /proc/cpuinfo cat /proc/meminfo Joe -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
