以下参考官方文档:
 
  • $nchan_channel_id
    The channel id extracted from a publisher or subscriber location request. For multiplexed locations, this is the first channel id in the list.

  • $nchan_channel_id1$nchan_channel_id2$nchan_channel_id3$nchan_channel_id4
    As above, but for the nth channel id in multiplexed channels.

  • $nchan_subscriber_type
    For subscriber locations, this variable is set to the subscriber type (websocket, longpoll, etc.).

  • $nchan_publisher_type
    For publisher locations, this variable is set to the subscriber type (http or websocket).

  • $nchan_prev_message_id$nchan_message_id The current and previous (if applicable) message id for publisher request or subscriber response.

  • $nchan_channel_event For channel events, this is the event name. Useful when configuring nchan_channel_event_string.

  • $nchan_version Current Nchan version. Available since 1.1.5.

Additionally, nchan_stub_status data is also exposed as variables. These are available only when nchan_stub_status is enabled on at least one location:

    • $nchan_stub_status_total_published_messages
    • $nchan_stub_status_stored_messages
    • $nchan_stub_status_shared_memory_used
    • $nchan_stub_status_channels
    • $nchan_stub_status_subscribers
    • $nchan_stub_status_redis_pending_commands
    • $nchan_stub_status_redis_connected_servers
    • $nchan_stub_status_total_ipc_alerts_received
    • $nchan_stub_status_ipc_queued_alerts
    • $nchan_stub_status_total_ipc_send_delay
    • $nchan_stub_status_total_ipc_receive_delay
 
 
 
 
 

最新文章

  1. 3.springMVC+spring+Mybatis整合Demo(单表的增删该查,这里主要是贴代码,不多解释了)
  2. javascript-抽象工厂模式
  3. 小说一下case ~
  4. Jocket
  5. js替换指定字符串
  6. EcShop后台添加菜单[步骤]
  7. 回锅的美食:JSP+EL+JSTL大杂烩汤
  8. golang windows 安装方法
  9. Winform开发框架中工作流模块之审批会签操作(2)
  10. [Chrome 浏览器快捷键]——“你是键盘党吗?”
  11. Sqlserver事务隔离级别详解
  12. selenium的定位方式
  13. day37-多进程多线程二-锁
  14. 贝塞尔曲线UIBezierPath简单使用
  15. Vue命令(一)
  16. wxParse解析富文本内容使点击图片可以选中并实现放大缩小
  17. centos7安装Amber16 && AmberTools
  18. 多个SpringMVC项目配置统一管理(来自于springCloud的统一配置思路)
  19. C# 自定义控件入门
  20. [转]csharp:Microsoft.Ink 手写识别(HandWriting Recognition)

热门文章

  1. spring mvc:内部资源视图解析器(注解实现)@Controller/@RequestMapping
  2. UVALive-5713 Qin Shi Huang's National Road System (次小生成树)
  3. CodeForces 55D Beautiful numbers (SPOJ JZPEXT 数位DP)
  4. 控制语句2:循环:for 与 while
  5. 双系统下ubuntu不能访问658GB卷,磁盘挂载失败。
  6. 浅谈HTML中的块级元素和内联元素
  7. log4cpp之Layout布局
  8. 【WebGL】4.光源
  9. MBProgressHUD基础用法
  10. 链表实现队列C语言写法