Hello! Pls check PR for Yardstick framework.

https://github.com/gridgain/yardstick/pull/38

Good afternoon. About sh stopping the server node from yardstick. Now there are 
used commands
pkill -9 -f "Dyardstick. server"
pkill -9 -f "benchmark-server-restarter-start.sh"

the -9 key forcibly terminates processes. A problem has been identified that if 
the jfr recording option is active at startup, then with this method of 
shutting down the server node, the last jfr file does not correctly complete 
its recording (it is not possible to open it later), as a result, all jfrs 
recorded during the test are not stitched into a single jfr file.
Make simple edits for yourself. I just deleted the -9 key from the server node 
stop command.

pkill-f "Dyardstick. server"
pkill-f "benchmark-server-restarter-start.sh"

I understand that there were probably reasons to use pkill -9-f, so I would 
like to know if it is possible to leave it like this. If so, how can this be 
added to the repository so that further builds are built with the corrected sh 
script?

Thank you very much in advance.

УВЕДОМЛЕНИЕ О КОНФИДЕНЦИАЛЬНОСТИ: Это электронное сообщение и любые документы, 
приложенные к нему, содержат конфиденциальную информацию. Настоящим уведомляем 
Вас о том, что если это сообщение не предназначено Вам, использование, 
копирование, распространение информации, содержащейся в настоящем сообщении, а 
также осуществление любых действий на основе этой информации, строго запрещено. 
Если Вы получили это сообщение по ошибке, пожалуйста, сообщите об этом 
отправителю по электронной почте и удалите это сообщение. CONFIDENTIALITY 
NOTICE: This email and any files attached to it are confidential. If you are 
not the intended recipient you are notified that using, copying, distributing 
or taking any action in reliance on the contents of this information is 
strictly prohibited. If you have received this email in error please notify the 
sender and delete this email.

Reply via email to