Skip to end of banner
Go to start of banner

SIP Proxy WMS 3.86 – List of useful commands (Cheat List)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Permalink:

  • Shows registered users:
kamctl ul show
  • Shows short info list:
kamctl ul show –brief
  • Check how many users are registered at the moment:
kamctl ul show –brief | wc -l 
  • Kamctl ul show has json formatted output; the output using this command is more suitable for human reading:
kamcmd ul.dump
  • SIP Proxy uptime:
kamcmd core.uptime
  •  Shared memory status:
kamcmd core.shmmem
  • Private memory status:
kamcmd pkg.stats
  • Show DNS cache:
kamcmd dns.view
  • Enable verbose logs without restart:
kamcmd cfg.seti core debug 2
  • Disable verbose logs without restart:
kamcmd cfg.seti core debug 1 
  • Monitor SIP Proxy status:
kamctl monitor
  • Check SIP Proxy processes:
kamctl ps
  • Shows a list of current websocket connections:
kamcmd ws.dump


  • No labels