1 / 8
文档名称:

iRules应用案例分享之GeoIP应用.pptx

格式:pptx   大小:2,614KB   页数:8页
下载后只包含 1 个 PPTX 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

iRules应用案例分享之GeoIP应用.pptx

上传人:s0012230 2018/7/26 文件大小:2.55 MB

下载得到文件列表

iRules应用案例分享之GeoIP应用.pptx

相关文档

文档介绍

文档介绍:iRules应用案例分享 在GoogleMap上显示你的用户访问分布
Presented by: Xu
Presales Consultant
M: **********
@: @
最终实现
关键信息
运行环境
LTM 或以上版本
使用方式
在网站首页嵌入调用 / 的代码即可
如:<img src=/ width=0 height=0>
访问 即可查看实时访问统计
关键iRules指令
static::
table
双击打开完整iRules代码
iRules 运行框架
可访问的URI
/
将访问此URI的用户IP添加到table中作为统计数据

重置统计数据

本系统的入口界面
iRules 代码解析
设定部分全局变量,主要用于HTML页面的显示和输出
调用GoogleMap 通用图表API
./chart?cht=map
when RULE_INIT {
set static::resp1new "<HTML><center><font size=5>Here is your site's usage by Country:</font><br><br><br><img src='./chart?chs=616x336&cht=map:fixed="
set static::resp1usa "<HTML><center><font size=5>Here is your site's usage by Country:</font><br><br><br><img src='./chart?chs=630x360&cht=map:fixed="
set static::resp1china "<HTML><center><font size=5>Here is your site's usage by Country:</font><br><br><br><img src='./chart?chs=616x448&cht=map:fixed="

set static::resp2new "&chco=f5f5f5,f1f3e4,edf0d4,6c9642,365e24,13390a&chm="
set static::resp3new "' border='0'><br><br>Zoom to region: <a href='/asia'>Asia</a> | <a href='/australia'>Australia</a> | <a href='/africa'>Africa</a> | <a href='/europe'>Europe</a> | <a href='/middle_east'>Middle East</a> | <a href='/south_america'>South A