Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Linux Tools Project/Systemtap/User Guide/graphing/filters.html"

(New page: <h2> Filters </h2> Filters are screens that you can set on your DataTable to limit the quantity of samples you wish to work with. Filters are very often used in restricting the sheer amou...)
 
 
Line 5: Line 5:
 
Filters are screens that you can set on your DataTable to limit the quantity of samples you wish to work with.
 
Filters are screens that you can set on your DataTable to limit the quantity of samples you wish to work with.
 
Filters are very often used in restricting the sheer amount of information available to make data tables and
 
Filters are very often used in restricting the sheer amount of information available to make data tables and
graphs more substantial to people.<br><br>
+
graphs more substantial to people.<br>
  
 
The following options exist to work with Filters in the DataTable:
 
The following options exist to work with Filters in the DataTable:
Line 12: Line 12:
 
<li><b>Remove Filter...</b> - Removes a Filter from the DataTable.  
 
<li><b>Remove Filter...</b> - Removes a Filter from the DataTable.  
 
</ul>
 
</ul>
 +
When you select <b>Add Filter</b> you see the following dialogue box:<br>
  
When you select <b>Add Filter</b> you see the following dialogue box:<br><br>
+
[[Image:filters.png]]<br>
  
<img src="images/filters.png"><br><br>
+
What follows is a breakdown of each Filter type:
  
What follows is a breakdown of each Filter type:
 
 
<ul>
 
<ul>
 
 
<li><b>Match Filter</b> - This filter removes everything from the data set where the selected column's  
 
<li><b>Match Filter</b> - This filter removes everything from the data set where the selected column's  
value does not match the chosen value.<br><br>
+
value does not match the chosen value.<br>
<img src="images/match.png"><br><br>
+
[[Image:match.png]]<br>
Result:<br><br>
+
Result:<br>
<img src="images/match2.png"><br><br>
+
[[Image:match2.png]]<br>
 
</li>
 
</li>
  
 
<li><b>Range Filter</b> - This filter removes everything from the data set that is not included in the  
 
<li><b>Range Filter</b> - This filter removes everything from the data set that is not included in the  
 
selected range of values.
 
selected range of values.
<img src="images/range.png"><br><br>
+
[[Image:range.png]]<br><br>
 
Result:<br><br>
 
Result:<br><br>
<img src="images/range2.png"><br><br>
+
[[Image:range2.png]]<br><br>
 
</li>
 
</li>
  
 
<li><b>Sort Filter</b> - This filter will sort the data set based on the selected column. No data will be
 
<li><b>Sort Filter</b> - This filter will sort the data set based on the selected column. No data will be
 
removed.
 
removed.
<img src="images/sort.png"><br><br>
+
[[Image:sort.png]]<br><br>
 
Result:<br><br>
 
Result:<br><br>
<img src="images/sort2.png"><br><br>
+
[[Image:sort2.png]]<br><br>
 
</li>
 
</li>
  
Line 44: Line 43:
 
value in the selected column. Data for the removed rows will be aggregated together based on the chosen
 
value in the selected column. Data for the removed rows will be aggregated together based on the chosen
 
aggregation method.<br><br>
 
aggregation method.<br><br>
<img src="images/unique.png"><br><br>
+
[[Image:unique.png]]<br><br>
 
<ul>
 
<ul>
 
<li><b>Average Aggregate</b> - This aggregate will return the average of all the items consolidated.</li>
 
<li><b>Average Aggregate</b> - This aggregate will return the average of all the items consolidated.</li>

Latest revision as of 08:17, 10 November 2010

Filters

Filters are screens that you can set on your DataTable to limit the quantity of samples you wish to work with. Filters are very often used in restricting the sheer amount of information available to make data tables and graphs more substantial to people.

The following options exist to work with Filters in the DataTable:

  • Add Filter... - Adds a Filter to the DataTable.
  • Remove Filter... - Removes a Filter from the DataTable.

When you select Add Filter you see the following dialogue box:

Filters.png

What follows is a breakdown of each Filter type:

  • Match Filter - This filter removes everything from the data set where the selected column's value does not match the chosen value.
    Match.png
    Result:
    Match2.png
  • Range Filter - This filter removes everything from the data set that is not included in the selected range of values. Range.png

    Result:

    Range2.png

  • Sort Filter - This filter will sort the data set based on the selected column. No data will be removed. Sort.png

    Result:

    Sort2.png

  • Unique Filter - This filter will remove all merge all entries in that data set that share a common value in the selected column. Data for the removed rows will be aggregated together based on the chosen aggregation method.

    Unique.png

    • Average Aggregate - This aggregate will return the average of all the items consolidated.
    • Count Aggregate - This aggregate will return the number of items consolidated.
    • Max Aggregate - This aggregate will return the maximum value of all the items consolidated.
    • Min Aggregate - This aggregate will return the minimum value of all the items consolidated.
    • Sum Aggregate - This aggregate will return the sum of all the items consolidated.

Back to the top