Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Html
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.11';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

...

Html
<div class="fb-like" data-href="#" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>


Info

Document description

UpdatedPermalink:Permalink


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

  • Check SIP Proxy processes:
Code Block
kamctl ps
  • Shows a list of current websocket connections:
Code Block
kamcmd ws.dump


Html
<div class="fb-like" data-href="#" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>

...