Zarafa-client version of clients connected
From Zarafa wiki
(Difference between revisions)
(→Versions by uid) |
Ynypokizek (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| - | To get an overview of the zarafa-client versions connected to the server one can use | + | ---- |
| + | <div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | ||
| + | ---- | ||
| + | =[http://itubibygucy.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]= | ||
| + | ---- | ||
| + | =[http://itubibygucy.co.cc CLICK HERE]= | ||
| + | ---- | ||
| + | </div> | ||
| + | To get an overview of the zarafa-client versions connected to the server one can use <tt>zarafa-stats</tt> and some smart use of GNU tools. This can be useful to check if the auto updater is working in your network. Below are two examples. | ||
== Versions by IP == | == Versions by IP == | ||
| Line 6: | Line 14: | ||
== Versions by user == | == Versions by user == | ||
zarafa-stats --session | egrep "0x674F001E|0x6701001E" | awk {'print $2'} | sed '$!N;s/\n/ /' | sort -n | uniq | zarafa-stats --session | egrep "0x674F001E|0x6701001E" | awk {'print $2'} | sed '$!N;s/\n/ /' | sort -n | uniq | ||
| - | Note that it is just the matching key name in the | + | Note that it is just the matching key name in the <tt>egrep</tt> command which is different. |
Revision as of 23:24, 23 November 2010
To get an overview of the zarafa-client versions connected to the server one can use <tt>zarafa-stats</tt> and some smart use of GNU tools. This can be useful to check if the auto updater is working in your network. Below are two examples.
Versions by IP
zarafa-stats --session | egrep "0x6743001E|0x674F001E" | awk {'print $2'} | sed '$!N;s/\n/ /' | sort -n | uniq
Versions by user
zarafa-stats --session | egrep "0x674F001E|0x6701001E" | awk {'print $2'} | sed '$!N;s/\n/ /' | sort -n | uniq
Note that it is just the matching key name in the <tt>egrep</tt> command which is different.