Hello I just checkd our server again.
When there are 10 SSH Jobs running the processor load on visualcron server is not going higher den 3-5%.
As the processor time consuming parts are called remotely on the ssh server I would not expect that the type of remotely called task could affect the visualcron processor load.
I can see again that the more of them are running concurrently the longer takes the responsetime for each of them. It seems as if ther would be some kind of internal thread handling that slows down the processing.
For example I just had the situation of 15 concurrent SSH tasks for one of them I checkd the log of the remotely called task which took only 1 second. The overall time to call this process from Visualcron was 75 seconds! So we do have 74 seconds overhead
The amount of log data coming back from the ssh commands is not very high. Maybe 2-3 lines of text.
I would suggest that you try a setup where you clone the ssh jobs 10 times and call a ssh command with sleep 30 seconds.
Set the trigger to let them start every minute at the same second.
That would be close to our situation here.
Best regards
Dennis
Edited by user
2011-05-31T12:39:57Z
|
Reason: more detaisl and examples added