Hello everybody,
I want to repeatedly run one (or several commands) over SSH to check the load on the server (and maybe other things).
This is what I got so far:
First question: Is there a better way to do this?
Second question: Can I somehow get rid of the user@host:~$ thing in the ssh stdout,
so that the output is actually only the output of the command I enter.
Third question: Is it guaranteed, that I get all the output of the command with one read on the
stdout of the ssh session?
Thanks for your help!
Best Regards
David