mojolingo / sippy_cup

Create SIP load test scenarios the easy way
http://mojolingo.github.io/sippy_cup
MIT License
218 stars 78 forks source link

Attempt to preserve screen trace #68

Closed bklang closed 9 years ago

bklang commented 9 years ago

This adds a new YAML config option to save the screen trace after a SIPp run.

It works except that the runner has to run SIPp via sudo, which means that it has the PID of sudo, and not of SIPp. This causes the PID in the filename to be wrong (line 83)

Todo: