Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Plz some one help:: question related to iperf and ssh

by Illuminatus (Curate)
on Mar 25, 2011 at 19:49 UTC ( [id://895576]=note: print w/replies, xml ) Need Help??


in reply to Plz some one help:: question related to iperf and ssh

You do realize that the 'exec' method executes the command, and waits for it to complete, and return the results? Since the server-side of iperf won't complete until either the client-side is run, or the server-side is run in daemon-mode (ie, with the -D), your first command will hang indefinitely. Your best bet would probably to either:
  1. run the command as you have it, but redirect the output to a file and run it in background (ie, use &)
  2. run the server side with the -D, and use the --output to redirect the output
Of course, this means that after the client-side finishes, you will have to either retrieve the server-side output file (if you care about it), or use 'exec' again to just 'cat' the output

fnord

  • Comment on Re: Plz some one help:: question related to iperf and ssh

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://895576]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-19 22:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found