Logged into the system using telnet.As a system administrator, how would you figure out the system transaction is slow between the system you logged into and from the system you did telnet login?

Showing Answers 1 - 2 of 2 Answers

Marcin

  • May 28th, 2006
 

uname -a

  Was this answer useful?  Yes

ajay kalyan

  • May 29th, 2006
 

you can simply use the time command on both systems.! For example:

time <<trans>>

out put will be like..
real 0m2.009s
user 0m0.000s
sys 0m0.000s


So, in actuality, It took a total of 2.009 seconds of my time to watch this command complete. But, as you can see, it used virtually no processing time.

For small transcation you may not find the much difrrence(sometimes no diff)

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions