The SessionsPlugin is a JSPWikiPlugin that displays information about active wiki sessions.
Parameters#
- property = 'users | distinctUsers'
This parameter is optional.
Examples#
Number of Active Wiki Sessions#
[{SessionsPlugin}]When using the plugin without any parameters, it generates a number as shown below:
Total Active Sessions | 121 |
List of Users#
[{SessionsPlugin property='users'}]Using users for the property parameter generates an extensive list of all active sessions, like the following :
100.26.32.18, 103.243.236.10, 107.20.111.98, 107.20.94.220, 107.21.134.125, 112.13.112.171, 114.119.129.22, 114.119.130.18, 114.119.130.183, 114.119.136.184, 114.119.138.65, 114.119.139.103, 114.119.141.73, 114.119.142.100, 114.119.142.19, 114.119.142.243, 114.119.144.163, 114.119.145.102, 114.119.148.14, 114.119.148.93, 114.119.151.206, 114.119.153.172, 114.119.155.180, 114.119.156.124, 116.88.109.73, 176.58.123.253, 18.208.191.198, 18.209.20.89, 18.212.107.212, 185.191.171.11, 185.191.171.12, 185.191.171.15, 185.191.171.17, 185.191.171.19, 185.191.171.21, 185.191.171.25, 185.191.171.36, 185.191.171.38, 185.191.171.4, 185.191.171.5, 185.191.171.7, 185.191.171.8, 207.46.13.224, 207.46.13.224, 209.209.9.152, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 3.238.134.157, 34.227.75.9, 35.175.178.25, 52.23.161.32, 52.91.16.97, 54.163.36.41, 54.166.189.221, 54.197.176.89, 54.197.176.89, 54.227.127.208, 54.227.97.80, 54.242.59.96, 54.89.169.109, 54.89.37.103, 60.188.10.172, 60.188.10.46, 60.188.9.134, 66.249.79.48, 69.162.124.230, 69.162.124.230, 69.162.124.230, 69.162.124.230, 69.162.124.230, 69.162.124.230, 69.63.184.116, 95.163.255.71
List of Distinct Users#
[{SessionsPlugin property='distinctUsers'}]Using distinctUsers for the property parameter generates a list of sessions whereby duplicates are only shown once followed by a counter, like the following :
112.13.112.171(1), 114.119.138.65(1), 54.89.169.109(1), 66.249.79.48(1), 114.119.136.184(1), 185.191.171.36(1), 114.119.129.22(1), 185.191.171.38(1), 34.227.75.9(1), 114.119.145.102(1), 103.243.236.10(1), 114.119.141.73(1), 35.175.178.25(1), 54.227.127.208(1), 69.63.184.116(1), 207.46.13.224(2), 52.91.16.97(1), 54.166.189.221(1), 114.119.142.243(1), 185.191.171.8(1), 107.21.134.125(1), 69.162.124.230(6), 100.26.32.18(1), 3.238.134.157(51), 185.191.171.25(1), 114.119.148.93(1), 176.58.123.253(1), 107.20.94.220(1), 18.208.191.198(1), 114.119.130.18(1), 114.119.148.14(1), 185.191.171.4(1), 185.191.171.5(1), 185.191.171.7(1), 114.119.156.124(1), 185.191.171.21(1), 114.119.144.163(1), 107.20.111.98(1), 60.188.10.172(1), 114.119.130.183(1), 185.191.171.19(1), 60.188.10.46(1), 60.188.9.134(1), 185.191.171.12(1), 54.163.36.41(1), 95.163.255.71(1), 185.191.171.11(1), 114.119.153.172(1), 185.191.171.17(1), 18.212.107.212(1), 185.191.171.15(1), 114.119.155.180(1), 54.197.176.89(2), 116.88.109.73(1), 18.209.20.89(1), 54.242.59.96(1), 54.89.37.103(1), 114.119.142.100(1), 114.119.151.206(1), 114.119.142.19(1), 209.209.9.152(1), 52.23.161.32(1), 114.119.139.103(1), 54.227.97.80(1)
See: JSPWikiCorePlugin
Category.Plugins