SSH Shell : Printing big files is longer than putty

SSH Shell : Printing big files is longer than putty

avatar

Hi,

I don't know is this is a bug, or a parameter to set to improve "SSH Shell"
When i print a big files, or if i list lot of files , it is very long with "SSH Shell" and very quick with "Putty".


Two tests are made on the same server (linux), same user, same file

# Example 1 with "SSH Shell" : 39 seconds to print the big file (27 000 lines)
$ date > test1 ; cat ~/big_file.txt ; date > test2 ; cat test1 test2
Tue Oct 27 09:03:13 CET 2015
Tue Oct 27 09:03:52 CET 2015

# Example 2 with "Putty" : 1 second to print the big file (27 000 lines)
$ date > test1 ; cat ~/big_file.txt ; date > test2 ; cat test1 test2
Tue Oct 27 09:05:52 CET 2015
Tue Oct 27 09:05:53 CET 2015


We have RDM 10.6.7.0 ( And Citrix)

All Comments (2)

avatar

What RDM version do you use? We have another SSH Shell type in RDM 11 based on Putty. This replace the Rebex SSH Shell.

Regards

David Hervieux

avatar

Thanks, it's ok with new "SSH Shell" ( RDM 11.0.7.0) , it's as quick as Putty to print big files.