Operating System - Linux
1753894 Members
7454 Online
108809 Solutions
New Discussion юеВ

Through SSH without password i need cpu memory performance

 
Venkat_33
Frequent Advisor

Through SSH without password i need cpu memory performance

Hi,

Please help me how to get CPU, Memory Performance through SSH using withou password and give me the steps.Pls
4 REPLIES 4
Pete Randall
Outstanding Contributor

Re: Through SSH without password i need cpu memory performance

This thread explains how to get this info without root access, though it doesn't mention anything about SSH:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=851889


Pete

Pete
Venkat_33
Frequent Advisor

Re: Through SSH without password i need cpu memory performance

is there any other possibility is there like remsh or rexec using
paolo barila
Valued Contributor

Re: Through SSH without password i need cpu memory performance

Hi,

get access with SSH using without password

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1001685

then

# ssh "export TERM=vt100; top -d 1"

Pablo
share share share
Emil Velez
Honored Contributor

Re: Through SSH without password i need cpu memory performance


The SNMP agent that runs on most operating systems including HPUX, linux, solaris, AIX and others gives CPU, MEM, many other metrics via a command called snmpget. There is no security since it is read only and should provide you a way of accessing this data with very little overhead.