I have to create a Shell script which would get the latest linux server load status from different-2 clusters for every 2 second into my shell.
What parameters I have to take care while creating this?
a.) server name b.) server password c.) watch command i.e watch -n 2 w
I need to create two tabs like server name and server load against that
I will ssh for connecting servers and also I would appreciate if someone suggest better way to achieve this?
Thanks in advance