Difference between revisions of "Reference:BlueSpiceExtendedStatistics"
(→Where can I find the function ExtendedStatistics?) |
(Tag: 2017 source edit) |
Contents
Extension: BlueSpiceExtendedStatistics
Overview | |||
---|---|---|---|
Description: | ⧼bs-statistics-desc⧽ | ||
State: | stable | Dependency: | BlueSpice |
Developer: | HalloWelt | License: |
GPL-3.0-onlyProperty "BSExtensionInfoLicense" (as page type) with input value "</br>GPL-3.0-only" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. |
Type: | BlueSpice | Category: | Reporting |
Edition: | BlueSpice pro, BlueSpice Farm, BlueSpice Cloud, BlueSpice free (deactivated) | ||
Features
ExtendedStatistics provides an analytic view of many relevant parameters on the wiki, providing wiki administrators better insight into
the usage of the wiki.
ExtendedStatistics can be accessed
from the page Special:ExtendedStatistics.
It offers analysis of many aspects of wiki, like:
- Number of users.
- Number of pages.
- Edits per user.
- Search queries
- and more.
This data can be filtered:
- By defining the period (from and to date).
- Granulation (interval to show on diagram - day, week, month, year).
- Type (absolute, aggregate and list modes).
- Additional filters depending of the data being represented.
"Global actions": "Extended statistics":
You can choose which statistic you want.
I will choose, for example, number of edits:
And "Create diagram":
The functionality of ExtendedStatistics[edit | edit source]
Only three steps to your diagram. Choose the database, add filters and create diagram.

Step 1: Choose the database[edit | edit source]
Next, choose the database you want to use:
- Number of users: All the users that registered in the period chosen.
- Number of pages: All pages created in the period chosen. Namespace, linking and so on play no role here.
- Number of articles: All articles which were created in the period chosen, lie in a content namespace and have at least one internal link. The numbers should conform with the article's MediaWiki statistics. Note: MediaWiki has changes the way it counts a little in Version 1.18. This can lead to slight discrepancies.
- Number of edits: All edits carried out in the period chosen.
- Edits per user: The quotient of "number of edits" and "number of users" in each interval is shown.
Step 2: Choose a filter[edit | edit source]
Enter the settings you want:
Date range:
- Both data fields empty: No time restriction
- From date empty: Starting from the earliest creation / edit / registration / search query
- To date empty: Up to the present day.
Display:
- Resolution (Year, month (default), week, day)
-
Mode
- Absolute: The actual numbers involved
- Aggregate: The running total. This graph will always either rise or stay at the same level.
- As a list: The individual results will be shown as a sortable list.
Filter:
- Namespace: To choose several namespaces, hold down the CTRL key while clicking. No choice means that all namespaces will be considered.
- Category: No choice means the results will not be filtered according to category, and pages not assigned to a category will be included.
- Search space: Only for search query statistics. Enter which pages you want to be included in the statistics: Title, text, files, all
- Excluded users: Select all users that shall not be included in the statistics.
Step 3: Create diagram[edit | edit source]
When you have finished selecting, click on "Create diagram". A graph is created matching the settings for the statistics you have made.
Note: Only valid data will be taken into account.
The time will be shown on the X axis, and the values on the Y axis.
Below the diagram, you will find a summary of your query.

Tips for working with ExtendedStatistics[edit | edit source]
Carry out queries in small steps. If the server load is expected to be too high, you will be asked to minimise the steps. At the moment, a maximum of 366 steps (e.g. 366 weeks) can be entered. The maximum number will be set by the administrators in the preferences.
The list of search queries can be sorted according to the "number of results". Queries which do not yield any information are especially interesting. There is clearly some information missing in the wiki.
Classical statistics with MediaWiki[edit | edit source]
The statistics special page in MediaWiki has developed its own counting system. For example, an article or a content page will only be counted if
- it is in the main namespace or a different separately determined namespace
- it is not a redirect
- it contains at least one internal link.
Further helpful information:
- mediawiki.org: Magic words
Some aspects of this extension can be configured with the Config manager, under ExtendedStatistics. Here, wiki administrators can configure:
- the users to exclude from statistical analysis
- the maximum number of interval steps
Technical Information[edit source]
This information applies to BlueSpice 3 . Technical details for BlueSpice cloud can differ in some cases.
Requirements[edit source]
- MediaWiki: 1.31
- BlueSpiceExtendedSearch: 3.2
BlueSpiceFoundation: 3.2
Integrates into[edit source]
- BlueSpiceExtendedSearch
- BlueSpiceExtendedStatistics
Special pages[edit source]
- ExtendedStatistics
- ExtendedStatisticsSnapshots
Permissions[edit source]
Name | Description | Role |
---|---|---|
extendedstatistics-viewspecialpage-aggregated | ⧼right-extendedstatistics-viewspecialpage-aggregated⧽ | admin, maintenanceadmin |
statistic-viewspecialpage | ⧼right-statistic-viewspecialpage⧽ | admin, maintenanceadmin |
Configuration[edit source]
Name | Value |
---|---|
StatisticsAvailableGrains | array ( 'Y' => 'bs-statistics-year', 'm' => 'bs-statistics-month', 'W' => 'bs-statistics-week', 'd' => 'bs-statistics-day', ) |
StatisticsExcludeUsers | array ( 0 => 'WikiSysop', ) |
StatisticsMaxNumberOfIntervals | 366 |
API Modules[edit source]
- bs-statistics-available-diagrams-store
- bs-statistics-search-options-store
- bs-statistics-tasks
Hooks[edit source]
__TOC__ {{BSExtensionInfo |desc=Provides an analytic view of many relevant parameters on the wiki. |status=stable |developer=HalloWelt |type=BlueSpice |edition=BlueSpice pro, BlueSpice Farm, BlueSpice Cloud, BlueSpice free (deactivated) |compatible=BlueSpice |category=Reporting |license=GPL v3 only |features='''ExtendedStatistics''' provides an analytic view of many relevant parameters on the wiki, providing wiki administrators better insight into functioning the usage of the wiki. ==Usage / Features== ExtendedStatistics can be accessed over Special:ExtendedStatistics from the page ''Special:ExtendedStatistics''. It offers analysis of many aspects of wiki, like: * *Number of users * . *Number of pages * . *Edits per user * . *Search queries * and more. This data can be filtered: * *By defining the period (from and to date) * . *Granulation (interval to show on diagram - day, week, month, year) * . *Type (absolute, aggregate and list modes) * . *Additional filters depending of the data being represented ==Where can I find the function ExtendedStatistics?== "Global actions": "Extended statistics": [[File:ExtStat1.jpg|500x306px]] You can choose which statistic you want. [[File:ExtStat2.jpg|500x305px]] I will choose, for example, number of edits: [[File:ExtStat3.jpg|500x311px]] And "Create diagram": [[File:ExtStat4.jpg|500x311px]] ==The functionality of ExtendedStatistics== Only three steps to your diagram. Choose the database, add filters and create diagram. [[File:BlueSpice2-ExtendedStatistics-Filter-en.png|thumb|left|400px|Screenshot: Set the database and filters to get the information you want.]] ===Step 1: Choose the database=== Next, choose the database you want to use: * Number of users: All the users that registered in the period chosen. * Number of pages: All pages created in the period chosen. Namespace, linking and so on play no role here. * Number of articles: All articles which were created in the period chosen, lie in a content namespace and have at least one internal link. The numbers should conform with the article's MediaWiki statistics. Note: MediaWiki has changes the way it counts a little in Version 1.18. This can lead to slight discrepancies. * Number of edits: All edits carried out in the period chosen. * Edits per user: The quotient of "number of edits" and "number of users" in each interval is shown. ===Step 2: Choose a filter=== Enter the settings you want:<br /> '''Date range:''' * Both data fields empty: No time restriction * From date empty: Starting from the earliest creation / edit / registration / search query * To date empty: Up to the present day. '''Display:''' * Resolution (Year, month (default), week, day) * Mode ** Absolute: The actual numbers involved ** Aggregate: The running total. This graph will always either rise or stay at the same level. ** As a list: The individual results will be shown as a sortable list. '''Filter:''' * Namespace: To choose several namespaces, hold down the CTRL key while clicking. No choice means that all namespaces will be considered. * Category: No choice means the results will not be filtered according to category, and pages not assigned to a category will be included. * Search space: Only for search query statistics. Enter which pages you want to be included in the statistics: Title, text, files, all * Excluded users: Select all users that shall not be included in the statistics. <br /><br /><br /><br /><br /> ===Step 3: Create diagram=== When you have finished selecting, click on "Create diagram". A graph is created matching the settings for the statistics you have made. <br/>Note: Only valid data will be taken into account.<br/> The time will be shown on the X axis, and the values on the Y axis.<br/> Below the diagram, you will find a summary of your query. [[File:BlueSpice2-ExtendedStatistics-Beispiel-en.png|thumb|none|700px|Screenshot: An example for a diagram.]] ==Tips for working with ExtendedStatistics== Carry out queries in small steps. If the server load is expected to be too high, you will be asked to minimise the steps. At the moment, a maximum of 366 steps (e.g. 366 weeks) can be entered. The maximum number will be set by the administrators in the preferences. The list of search queries can be sorted according to the "number of results". Queries which do not yield any information are especially interesting. There is clearly some information missing in the wiki. ==Classical statistics with MediaWiki== The statistics special page in MediaWiki has developed its own counting system. For example, an article or a content page will only be counted if * it is in the main namespace or a different separately determined namespace * it is not a redirect * it contains at least one internal link. Further helpful information: * mediawiki.org: [http://www.mediawiki.org/wiki/Help:Magic_words Magic words] <div id="box-info" style="width: 98%; margin: 20px 0; border: solid 2px #99bbe8; padding: 8px; background-color: #d6e3f2;"> [[Image:Icon-link.png|left]]<div style="text-transform: uppercase; color: #99bbe8; font-size: 16px; font-weight: bold; margin: 0;">Related topics</div> <div color:="" 000=""> * [[SearchOptions|Search options]] * [[RecentChanges|Recent changes]] </div> </div> [[Category:BlueSpice_free]] [[Category:Extension]] [[Category:BlueSpice free]] [[Category:Export]] [[en:{{FULLPAGENAME}}]][[de:ExtendedStatistics]]. Some aspects of this extension can be configured with the [[Special:BlueSpiceConfigManager{{!}}Config manager]], under ''ExtendedStatistics''. Here, wiki administrators can configure: *the users to exclude from statistical analysis *the maximum number of interval steps }}
(41 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{BSExtensionInfo | |
+ | |desc=Provides an analytic view of many relevant parameters on the wiki. | ||
+ | |status=stable | ||
+ | |developer=HalloWelt | ||
+ | |type=BlueSpice | ||
+ | |edition=BlueSpice pro, BlueSpice Farm, BlueSpice Cloud, BlueSpice free (deactivated) | ||
+ | |compatible=BlueSpice | ||
+ | |category=Reporting | ||
+ | |license=GPL v3 only | ||
+ | |features='''ExtendedStatistics''' provides an analytic view of many relevant parameters on the wiki, providing wiki administrators better insight into the usage of the wiki. | ||
− | '' | + | ExtendedStatistics can be accessed from the page ''Special:ExtendedStatistics''. |
− | |||
− | |||
It offers analysis of many aspects of wiki, like: | It offers analysis of many aspects of wiki, like: | ||
− | * Number of users | + | |
− | * Number of pages | + | *Number of users. |
− | * Edits per user | + | *Number of pages. |
− | * Search queries | + | *Edits per user. |
− | + | *Search queries and more. | |
This data can be filtered: | This data can be filtered: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | *By defining the period (from and to date). | |
− | + | *Granulation (interval to show on diagram - day, week, month, year). | |
− | + | *Type (absolute, aggregate and list modes). | |
+ | *Additional filters depending of the data being represented. | ||
− | [[ | + | Some aspects of this extension can be configured with the [[Special:BlueSpiceConfigManager{{!}}Config manager]], under ''ExtendedStatistics''. Here, wiki administrators can configure: |
− | |||
− | |||
− | + | *the users to exclude from statistical analysis | |
+ | *the maximum number of interval steps | ||
+ | }} |