In my script I need to send machine and username in request header, I couldn't find a way to retrieve machine name in neo load, I was able to use context.CurrentLG.name, and it...
The "context.CurrentLG.name" method is the right method to use. But this will return the name or IP that was used when you discovered your load generator. So if you would like...