SCP/RCP stats ?

R

RV

Hello,

I've made a network application that make a syncronisation of several
computers. This app works with the "RSync" command that is based on
SSH. I would to know the difference between SCP and a simple RCP
concerning CPU load, network load, and the augmentation of the size of
a compressed packet compared to a non-compressed packet.

It is a tool to know this kind of informations ???

Thanks

RV
 
B

Ben Morrow

Quoth RV said:
Hello,

I've made a network application that make a syncronisation of several
computers. This app works with the "RSync" command that is based on
SSH. I would to know the difference between SCP and a simple RCP
concerning CPU load, network load, and the augmentation of the size of
a compressed packet compared to a non-compressed packet.

It is a tool to know this kind of informations ???

This is not a Perl question. You would probably get better answers
elsewhere, such as a forum dealing with SSH, rsync, or your OS.

Note that rsync-over-ssh is not at all the same thing as scp. What is it
you wish to compare? rsync-over-ssh to scp (likely to be much more
efficient in terms of network load, while using more CPU time)?
rsync-over-ssh to rsync-over-rsh (likely to be less efficient in terms
of both network load and CPU time, while being secure)?

In any case, you can find out various things about the raw network
packets sent with tcpdump; you can measure the CPU time required for a
transfer crudely with time(1) or top(1), or less crudely with something
like gprof(1) or Devel::DProf.

Ben
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,205
Messages
2,571,067
Members
47,673
Latest member
MahaliaPal

Latest Threads

Top