pysipp icon indicating copy to clipboard operation
pysipp copied to clipboard

SIPp for Humans - launch multiple agents with Python

Results 38 pysipp issues
Sort by recently updated
recently updated
newest added

There should be a validation step which warns about any python object (function or other) inside a `pysipp_conf.py` file which isn't found registered with the plugin manager. The `plugin.mng.is_registered()` meth...

SIPp v3.6.1 supports the flag **-nd** but this project does not. With this commit pysipp supports the **-nd** flag through the keyword param **no_default**. ``` -nd : No Default. Disable...

Hi, thanks for your great software! Here is the thing, I was trying to use this software to simulte multiple sipp call, however, I only made it dial one way...

For my use case, I have to use -max_socket in the sipp command, but when I try it through pysipp, it doesn't have this argument. I tried to add this:...

It seems that since 2020 there weren't any new releases on PyPI. Is there any chance to get a newer version with the latest commits?

help wanted

(sip-load-tester-py3.9) xxxxxxx/sip-load-tester  python3 sip_load_tester/index.py Traceback (most recent call last): File "/Users/xxxxxxx/Documents/GitHub/xxxxxxx/sip-load-tester/sip_load_tester/index.py", line 1, in import pysipp File "/Users/xxxxxxx/Library/Caches/pypoetry/virtualenvs/sip-load-tester-hHnEooQS-py3.9/lib/python3.9/site-packages/pysipp/__init__.py", line 24, in from . import launch File "/Users/xxxxxxx/Library/Caches/pypoetry/virtualenvs/sip-load-tester-hHnEooQS-py3.9/lib/python3.9/site-packages/pysipp/launch.py", line 26,...

help wanted
wontfix

Replacement for #55 after going through the slew of merge conflicts. From that issue verbatim here is the original description: ping @linuxmaniac --- This is in preparation of a python...