Re: [OpenSIPS-Users] Need some reference to run opensips-cli commands .

2019-09-03 Thread Sasmita Panda
Yes , I got it . I have already tried and its working . I got the info what
I was looking for .  Thank you so much for helping me out .


*Thanks & Regards*
*Sasmita Panda*
*Senior Network Testing and Software Engineer*
*3CLogic , ph:07827611765*


On Tue, Sep 3, 2019 at 2:31 PM Alexey Kazantsev via Users <
users@lists.opensips.org> wrote:

> Hi Sasmita,
>
> in spite of some python-related warnings, your commands are working
> (running 3.0).
>
> Try like this:
>
>
>  root@vds1261:~# opensips-cli -x mi get_statistics tm:
>
>  /usr/local/lib/python3.5/dist-packages/sqlalchemy/sql/functions.py:68:
> SAWarning: The GenericFunction 'array_agg' is already registered and is
> going to be overriden.
>"is going to be overriden.".format(identifier))
>  tm:received_replies: 0
>  tm:relayed_replies: 0
>  tm:local_replies: 0
>  tm:UAS_transactions: 0
>  tm:UAC_transactions: 0
>  tm:2xx_transactions: 0
>  tm:3xx_transactions: 0
>  tm:4xx_transactions: 0
>  tm:5xx_transactions: 0
>  tm:6xx_transactions: 0
>  tm:inuse_transactions: 0
>
>
>
> ---
> BR, Alexey
> http://alexeyka.zantsev.com/
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Need some reference to run opensips-cli commands .

2019-09-03 Thread Giovanni Maruzzelli
for shmem: (note the colon after shmem):

(opensips-cli): mi get_statistics shmem:
{
"shmem:total_size": 268435456,
"shmem:max_used_size": 4546936,
"shmem:free_size": 263955152,
"shmem:used_size": 4314256,
"shmem:real_used_size": 4480304,
"shmem:fragments": 1093
}



On Tue, Sep 3, 2019 at 11:03 AM Alexey Kazantsev via Users <
users@lists.opensips.org> wrote:

> Hi Sasmita,
>
> in spite of some python-related warnings, your commands are working
> (running 3.0).
>
> Try like this:
>
>
>  root@vds1261:~# opensips-cli -x mi get_statistics tm:
>
>  /usr/local/lib/python3.5/dist-packages/sqlalchemy/sql/functions.py:68:
> SAWarning: The GenericFunction 'array_agg' is already registered and is
> going to be overriden.
>"is going to be overriden.".format(identifier))
>  tm:received_replies: 0
>  tm:relayed_replies: 0
>  tm:local_replies: 0
>  tm:UAS_transactions: 0
>  tm:UAC_transactions: 0
>  tm:2xx_transactions: 0
>  tm:3xx_transactions: 0
>  tm:4xx_transactions: 0
>  tm:5xx_transactions: 0
>  tm:6xx_transactions: 0
>  tm:inuse_transactions: 0
>
>
>
> ---
> BR, Alexey
> http://alexeyka.zantsev.com/
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>


-- 
Sincerely,

Giovanni Maruzzelli
OpenTelecom.IT
cell: +39 347 266 56 18
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Need some reference to run opensips-cli commands .

2019-09-03 Thread Alexey Kazantsev via Users
Hi Sasmita,

in spite of some python-related warnings, your commands are working (running 
3.0).

Try like this:


 root@vds1261:~# opensips-cli -x mi get_statistics tm:
 /usr/local/lib/python3.5/dist-packages/sqlalchemy/sql/functions.py:68: 
SAWarning: The GenericFunction 'array_agg' is already registered and is going 
to be overriden.
   "is going to be overriden.".format(identifier))
 tm:received_replies: 0
 tm:relayed_replies: 0
 tm:local_replies: 0
 tm:UAS_transactions: 0
 tm:UAC_transactions: 0
 tm:2xx_transactions: 0
 tm:3xx_transactions: 0
 tm:4xx_transactions: 0
 tm:5xx_transactions: 0
 tm:6xx_transactions: 0
 tm:inuse_transactions: 0



---
BR, Alexey
http://alexeyka.zantsev.com/
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Need some reference to run opensips-cli commands .

2019-09-03 Thread Sasmita Panda
Thank you Giovanni.


*Thanks & Regards*
*Sasmita Panda*
*Senior Network Testing and Software Engineer*
*3CLogic , ph:07827611765*


On Tue, Sep 3, 2019 at 1:48 PM Giovanni Maruzzelli 
wrote:

> Sasmita,
>
> are you sure you try hard enough before writing to M-L?
>
> I never used this command, I tried three times, and found how.
>
> Maybe you don't try enough?
>
> (opensips-cli): mi get_statistics statistics=all
>
>
> -giovanni
>
> On Tue, Sep 3, 2019 at 10:10 AM Sasmita Panda  wrote:
>
>> If I am running this command it giving me below output .
>>
>> (opensips-cli): mi mem_pkg_dump log_level=4 pid=13019
>> "OK"
>>
>> (opensips-cli): mi mem_shm_dump
>> "OK"
>>
>> What should I do with this .  I need the output like how much memory
>> getting used at that time .
>>
>> This is the output through opensipsctl in opensips-1.11 which I was using
>> earlier .
>> [root@sip spanda]# /usr/local/sbin/opensipsctl fifo get_statistics shmem:
>> shmem:total_size = 4294967296
>> shmem:used_size = 5113048
>> shmem:real_used_size = 15605976
>> shmem:max_used_size = 735486296
>> shmem:free_size = 4279361320
>> shmem:fragments = 624271
>>
>> I need such output . How I will get this ?
>>
>> *Thanks & Regards*
>> *Sasmita Panda*
>> *Senior Network Testing and Software Engineer*
>> *3CLogic , ph:07827611765*
>>
>>
>> On Tue, Sep 3, 2019 at 1:29 PM Giovanni Maruzzelli 
>> wrote:
>>
>>> then for each command, if you press "tab" it will give you what
>>> arguments are needed (if any)
>>>
>>> (opensips-cli): mi mem_pkg_dump
>>> ERROR: command 'mem_pkg_dump' returned: -32602: Invalid params
>>>
>>> (opensips-cli): mi mem_pkg_dump (->TAB)
>>> log_level=  pid=
>>>
>>>
>>> On Tue, Sep 3, 2019 at 9:54 AM Giovanni Maruzzelli 
>>> wrote:
>>>
 Sasmita,

 execute opensips-cli witouth arguments, then, from inside opensips-cli
 shell, type "mi"and enter

 You will see available command,

 then for each of them, you can see possible arguments

 (opensips-cli): mi
 ERROR: module 'mi' expects the following commands: get_statistics,
 list_statistics, reset_statistics, uptime, version, pwd, arg, which, ps,
 kill, log_level, xlog_level, shm_check, cache_store, cache_fetch,
 cache_remove, event_subscribe, events_list, subscribers_list,
 list_tcp_conns, mem_pkg_dump, mem_shm_dump, mem_rpm_dump, reload_routes,
 help, list_blacklists, t_uac_dlg, t_uac_cancel, t_hash, t_reply,
 clusterer_reload, clusterer_set_status, clusterer_list,
 clusterer_list_topology, cluster_send_mi, cluster_broadcast_mi,
 clusterer_list_cap, clusterer_list_shtags, clusterer_shtag_set_active,
 ds_set_state, ds_list, ds_reload, domain_reload, domain_dump, dlg_list,
 dlg_list_ctx, dlg_end_dlg, dlg_db_sync, dlg_restore_db, dlg_cluster_sync,
 profile_get_size, profile_list_dlgs, profile_get_values, list_all_profiles,
 profile_end_dlgs, dlg_push_var, dlg_send_sequential, rtpengine_enable,
 rtpengine_show, rtpengine_reload, teardown, trace, trace_start, trace_stop











 On Tue, Sep 3, 2019 at 7:17 AM Sasmita Panda 
 wrote:

> Hi All ,
>
> Some commands giving proper output but some are giving error . I am
> not getting any document where its mention how to run these commands .
>
> opensips-cli -x mi "get_statistics"
>
> *SQLAlchemy version:  1.3.3ERROR: command 'get_statistics' returned:
> -32602: Invalid params*
>
> opensips-cli -x mi "list_statistics"
>
> *SQLAlchemy version:  1.3.3ERROR: command 'list_statistics' returned:
> -32000: Server error*
>
>  opensips-cli -x mi "mem_pkg_dump"
>
> *SQLAlchemy version:  1.3.3ERROR: command 'mem_pkg_dump' returned:
> -32602: Invalid params*
>
>
> How I will run these commands ? I need to check the package memory and
> shared memory getting used while stress testing . Please do help me .
>
>
> *Thanks & Regards*
> *Sasmita Panda*
> *Senior Network Testing and Software Engineer*
> *3CLogic , ph:07827611765*
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>


 --
 Sincerely,

 Giovanni Maruzzelli
 OpenTelecom.IT
 cell: +39 347 266 56 18


>>>
>>> --
>>> Sincerely,
>>>
>>> Giovanni Maruzzelli
>>> OpenTelecom.IT
>>> cell: +39 347 266 56 18
>>>
>>> ___
>>> Users mailing list
>>> Users@lists.opensips.org
>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>>
>>
>
> --
> Sincerely,
>
> Giovanni Maruzzelli
> OpenTelecom.IT
> cell: +39 347 266 56 18
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
___
Users 

Re: [OpenSIPS-Users] Need some reference to run opensips-cli commands .

2019-09-03 Thread Giovanni Maruzzelli
Sasmita,

are you sure you try hard enough before writing to M-L?

I never used this command, I tried three times, and found how.

Maybe you don't try enough?

(opensips-cli): mi get_statistics statistics=all


-giovanni

On Tue, Sep 3, 2019 at 10:10 AM Sasmita Panda  wrote:

> If I am running this command it giving me below output .
>
> (opensips-cli): mi mem_pkg_dump log_level=4 pid=13019
> "OK"
>
> (opensips-cli): mi mem_shm_dump
> "OK"
>
> What should I do with this .  I need the output like how much memory
> getting used at that time .
>
> This is the output through opensipsctl in opensips-1.11 which I was using
> earlier .
> [root@sip spanda]# /usr/local/sbin/opensipsctl fifo get_statistics shmem:
> shmem:total_size = 4294967296
> shmem:used_size = 5113048
> shmem:real_used_size = 15605976
> shmem:max_used_size = 735486296
> shmem:free_size = 4279361320
> shmem:fragments = 624271
>
> I need such output . How I will get this ?
>
> *Thanks & Regards*
> *Sasmita Panda*
> *Senior Network Testing and Software Engineer*
> *3CLogic , ph:07827611765*
>
>
> On Tue, Sep 3, 2019 at 1:29 PM Giovanni Maruzzelli 
> wrote:
>
>> then for each command, if you press "tab" it will give you what arguments
>> are needed (if any)
>>
>> (opensips-cli): mi mem_pkg_dump
>> ERROR: command 'mem_pkg_dump' returned: -32602: Invalid params
>>
>> (opensips-cli): mi mem_pkg_dump (->TAB)
>> log_level=  pid=
>>
>>
>> On Tue, Sep 3, 2019 at 9:54 AM Giovanni Maruzzelli 
>> wrote:
>>
>>> Sasmita,
>>>
>>> execute opensips-cli witouth arguments, then, from inside opensips-cli
>>> shell, type "mi"and enter
>>>
>>> You will see available command,
>>>
>>> then for each of them, you can see possible arguments
>>>
>>> (opensips-cli): mi
>>> ERROR: module 'mi' expects the following commands: get_statistics,
>>> list_statistics, reset_statistics, uptime, version, pwd, arg, which, ps,
>>> kill, log_level, xlog_level, shm_check, cache_store, cache_fetch,
>>> cache_remove, event_subscribe, events_list, subscribers_list,
>>> list_tcp_conns, mem_pkg_dump, mem_shm_dump, mem_rpm_dump, reload_routes,
>>> help, list_blacklists, t_uac_dlg, t_uac_cancel, t_hash, t_reply,
>>> clusterer_reload, clusterer_set_status, clusterer_list,
>>> clusterer_list_topology, cluster_send_mi, cluster_broadcast_mi,
>>> clusterer_list_cap, clusterer_list_shtags, clusterer_shtag_set_active,
>>> ds_set_state, ds_list, ds_reload, domain_reload, domain_dump, dlg_list,
>>> dlg_list_ctx, dlg_end_dlg, dlg_db_sync, dlg_restore_db, dlg_cluster_sync,
>>> profile_get_size, profile_list_dlgs, profile_get_values, list_all_profiles,
>>> profile_end_dlgs, dlg_push_var, dlg_send_sequential, rtpengine_enable,
>>> rtpengine_show, rtpengine_reload, teardown, trace, trace_start, trace_stop
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> On Tue, Sep 3, 2019 at 7:17 AM Sasmita Panda  wrote:
>>>
 Hi All ,

 Some commands giving proper output but some are giving error . I am not
 getting any document where its mention how to run these commands .

 opensips-cli -x mi "get_statistics"

 *SQLAlchemy version:  1.3.3ERROR: command 'get_statistics' returned:
 -32602: Invalid params*

 opensips-cli -x mi "list_statistics"

 *SQLAlchemy version:  1.3.3ERROR: command 'list_statistics' returned:
 -32000: Server error*

  opensips-cli -x mi "mem_pkg_dump"

 *SQLAlchemy version:  1.3.3ERROR: command 'mem_pkg_dump' returned:
 -32602: Invalid params*


 How I will run these commands ? I need to check the package memory and
 shared memory getting used while stress testing . Please do help me .


 *Thanks & Regards*
 *Sasmita Panda*
 *Senior Network Testing and Software Engineer*
 *3CLogic , ph:07827611765*
 ___
 Users mailing list
 Users@lists.opensips.org
 http://lists.opensips.org/cgi-bin/mailman/listinfo/users

>>>
>>>
>>> --
>>> Sincerely,
>>>
>>> Giovanni Maruzzelli
>>> OpenTelecom.IT
>>> cell: +39 347 266 56 18
>>>
>>>
>>
>> --
>> Sincerely,
>>
>> Giovanni Maruzzelli
>> OpenTelecom.IT
>> cell: +39 347 266 56 18
>>
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>

-- 
Sincerely,

Giovanni Maruzzelli
OpenTelecom.IT
cell: +39 347 266 56 18
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Need some reference to run opensips-cli commands .

2019-09-03 Thread Sasmita Panda
If I am running this command it giving me below output .

(opensips-cli): mi mem_pkg_dump log_level=4 pid=13019
"OK"

(opensips-cli): mi mem_shm_dump
"OK"

What should I do with this .  I need the output like how much memory
getting used at that time .

This is the output through opensipsctl in opensips-1.11 which I was using
earlier .
[root@sip spanda]# /usr/local/sbin/opensipsctl fifo get_statistics shmem:
shmem:total_size = 4294967296
shmem:used_size = 5113048
shmem:real_used_size = 15605976
shmem:max_used_size = 735486296
shmem:free_size = 4279361320
shmem:fragments = 624271

I need such output . How I will get this ?

*Thanks & Regards*
*Sasmita Panda*
*Senior Network Testing and Software Engineer*
*3CLogic , ph:07827611765*


On Tue, Sep 3, 2019 at 1:29 PM Giovanni Maruzzelli 
wrote:

> then for each command, if you press "tab" it will give you what arguments
> are needed (if any)
>
> (opensips-cli): mi mem_pkg_dump
> ERROR: command 'mem_pkg_dump' returned: -32602: Invalid params
>
> (opensips-cli): mi mem_pkg_dump (->TAB)
> log_level=  pid=
>
>
> On Tue, Sep 3, 2019 at 9:54 AM Giovanni Maruzzelli 
> wrote:
>
>> Sasmita,
>>
>> execute opensips-cli witouth arguments, then, from inside opensips-cli
>> shell, type "mi"and enter
>>
>> You will see available command,
>>
>> then for each of them, you can see possible arguments
>>
>> (opensips-cli): mi
>> ERROR: module 'mi' expects the following commands: get_statistics,
>> list_statistics, reset_statistics, uptime, version, pwd, arg, which, ps,
>> kill, log_level, xlog_level, shm_check, cache_store, cache_fetch,
>> cache_remove, event_subscribe, events_list, subscribers_list,
>> list_tcp_conns, mem_pkg_dump, mem_shm_dump, mem_rpm_dump, reload_routes,
>> help, list_blacklists, t_uac_dlg, t_uac_cancel, t_hash, t_reply,
>> clusterer_reload, clusterer_set_status, clusterer_list,
>> clusterer_list_topology, cluster_send_mi, cluster_broadcast_mi,
>> clusterer_list_cap, clusterer_list_shtags, clusterer_shtag_set_active,
>> ds_set_state, ds_list, ds_reload, domain_reload, domain_dump, dlg_list,
>> dlg_list_ctx, dlg_end_dlg, dlg_db_sync, dlg_restore_db, dlg_cluster_sync,
>> profile_get_size, profile_list_dlgs, profile_get_values, list_all_profiles,
>> profile_end_dlgs, dlg_push_var, dlg_send_sequential, rtpengine_enable,
>> rtpengine_show, rtpengine_reload, teardown, trace, trace_start, trace_stop
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> On Tue, Sep 3, 2019 at 7:17 AM Sasmita Panda  wrote:
>>
>>> Hi All ,
>>>
>>> Some commands giving proper output but some are giving error . I am not
>>> getting any document where its mention how to run these commands .
>>>
>>> opensips-cli -x mi "get_statistics"
>>>
>>> *SQLAlchemy version:  1.3.3ERROR: command 'get_statistics' returned:
>>> -32602: Invalid params*
>>>
>>> opensips-cli -x mi "list_statistics"
>>>
>>> *SQLAlchemy version:  1.3.3ERROR: command 'list_statistics' returned:
>>> -32000: Server error*
>>>
>>>  opensips-cli -x mi "mem_pkg_dump"
>>>
>>> *SQLAlchemy version:  1.3.3ERROR: command 'mem_pkg_dump' returned:
>>> -32602: Invalid params*
>>>
>>>
>>> How I will run these commands ? I need to check the package memory and
>>> shared memory getting used while stress testing . Please do help me .
>>>
>>>
>>> *Thanks & Regards*
>>> *Sasmita Panda*
>>> *Senior Network Testing and Software Engineer*
>>> *3CLogic , ph:07827611765*
>>> ___
>>> Users mailing list
>>> Users@lists.opensips.org
>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>>
>>
>>
>> --
>> Sincerely,
>>
>> Giovanni Maruzzelli
>> OpenTelecom.IT
>> cell: +39 347 266 56 18
>>
>>
>
> --
> Sincerely,
>
> Giovanni Maruzzelli
> OpenTelecom.IT
> cell: +39 347 266 56 18
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Need some reference to run opensips-cli commands .

2019-09-03 Thread Giovanni Maruzzelli
then for each command, if you press "tab" it will give you what arguments
are needed (if any)

(opensips-cli): mi mem_pkg_dump
ERROR: command 'mem_pkg_dump' returned: -32602: Invalid params

(opensips-cli): mi mem_pkg_dump (->TAB)
log_level=  pid=


On Tue, Sep 3, 2019 at 9:54 AM Giovanni Maruzzelli 
wrote:

> Sasmita,
>
> execute opensips-cli witouth arguments, then, from inside opensips-cli
> shell, type "mi"and enter
>
> You will see available command,
>
> then for each of them, you can see possible arguments
>
> (opensips-cli): mi
> ERROR: module 'mi' expects the following commands: get_statistics,
> list_statistics, reset_statistics, uptime, version, pwd, arg, which, ps,
> kill, log_level, xlog_level, shm_check, cache_store, cache_fetch,
> cache_remove, event_subscribe, events_list, subscribers_list,
> list_tcp_conns, mem_pkg_dump, mem_shm_dump, mem_rpm_dump, reload_routes,
> help, list_blacklists, t_uac_dlg, t_uac_cancel, t_hash, t_reply,
> clusterer_reload, clusterer_set_status, clusterer_list,
> clusterer_list_topology, cluster_send_mi, cluster_broadcast_mi,
> clusterer_list_cap, clusterer_list_shtags, clusterer_shtag_set_active,
> ds_set_state, ds_list, ds_reload, domain_reload, domain_dump, dlg_list,
> dlg_list_ctx, dlg_end_dlg, dlg_db_sync, dlg_restore_db, dlg_cluster_sync,
> profile_get_size, profile_list_dlgs, profile_get_values, list_all_profiles,
> profile_end_dlgs, dlg_push_var, dlg_send_sequential, rtpengine_enable,
> rtpengine_show, rtpengine_reload, teardown, trace, trace_start, trace_stop
>
>
>
>
>
>
>
>
>
>
>
> On Tue, Sep 3, 2019 at 7:17 AM Sasmita Panda  wrote:
>
>> Hi All ,
>>
>> Some commands giving proper output but some are giving error . I am not
>> getting any document where its mention how to run these commands .
>>
>> opensips-cli -x mi "get_statistics"
>>
>> *SQLAlchemy version:  1.3.3ERROR: command 'get_statistics' returned:
>> -32602: Invalid params*
>>
>> opensips-cli -x mi "list_statistics"
>>
>> *SQLAlchemy version:  1.3.3ERROR: command 'list_statistics' returned:
>> -32000: Server error*
>>
>>  opensips-cli -x mi "mem_pkg_dump"
>>
>> *SQLAlchemy version:  1.3.3ERROR: command 'mem_pkg_dump' returned:
>> -32602: Invalid params*
>>
>>
>> How I will run these commands ? I need to check the package memory and
>> shared memory getting used while stress testing . Please do help me .
>>
>>
>> *Thanks & Regards*
>> *Sasmita Panda*
>> *Senior Network Testing and Software Engineer*
>> *3CLogic , ph:07827611765*
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>
>
> --
> Sincerely,
>
> Giovanni Maruzzelli
> OpenTelecom.IT
> cell: +39 347 266 56 18
>
>

-- 
Sincerely,

Giovanni Maruzzelli
OpenTelecom.IT
cell: +39 347 266 56 18
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Need some reference to run opensips-cli commands .

2019-09-03 Thread Giovanni Maruzzelli
Sasmita,

execute opensips-cli witouth arguments, then, from inside opensips-cli
shell, type "mi"and enter

You will see available command,

then for each of them, you can see possible arguments

(opensips-cli): mi
ERROR: module 'mi' expects the following commands: get_statistics,
list_statistics, reset_statistics, uptime, version, pwd, arg, which, ps,
kill, log_level, xlog_level, shm_check, cache_store, cache_fetch,
cache_remove, event_subscribe, events_list, subscribers_list,
list_tcp_conns, mem_pkg_dump, mem_shm_dump, mem_rpm_dump, reload_routes,
help, list_blacklists, t_uac_dlg, t_uac_cancel, t_hash, t_reply,
clusterer_reload, clusterer_set_status, clusterer_list,
clusterer_list_topology, cluster_send_mi, cluster_broadcast_mi,
clusterer_list_cap, clusterer_list_shtags, clusterer_shtag_set_active,
ds_set_state, ds_list, ds_reload, domain_reload, domain_dump, dlg_list,
dlg_list_ctx, dlg_end_dlg, dlg_db_sync, dlg_restore_db, dlg_cluster_sync,
profile_get_size, profile_list_dlgs, profile_get_values, list_all_profiles,
profile_end_dlgs, dlg_push_var, dlg_send_sequential, rtpengine_enable,
rtpengine_show, rtpengine_reload, teardown, trace, trace_start, trace_stop











On Tue, Sep 3, 2019 at 7:17 AM Sasmita Panda  wrote:

> Hi All ,
>
> Some commands giving proper output but some are giving error . I am not
> getting any document where its mention how to run these commands .
>
> opensips-cli -x mi "get_statistics"
>
> *SQLAlchemy version:  1.3.3ERROR: command 'get_statistics' returned:
> -32602: Invalid params*
>
> opensips-cli -x mi "list_statistics"
>
> *SQLAlchemy version:  1.3.3ERROR: command 'list_statistics' returned:
> -32000: Server error*
>
>  opensips-cli -x mi "mem_pkg_dump"
>
> *SQLAlchemy version:  1.3.3ERROR: command 'mem_pkg_dump' returned: -32602:
> Invalid params*
>
>
> How I will run these commands ? I need to check the package memory and
> shared memory getting used while stress testing . Please do help me .
>
>
> *Thanks & Regards*
> *Sasmita Panda*
> *Senior Network Testing and Software Engineer*
> *3CLogic , ph:07827611765*
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>


-- 
Sincerely,

Giovanni Maruzzelli
OpenTelecom.IT
cell: +39 347 266 56 18
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users