[go: up one dir, main page]

File: charts.html

package info (click to toggle)
tora 2.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 27,560 kB
  • ctags: 21,885
  • sloc: cpp: 189,278; sh: 17,561; makefile: 692; python: 159; xml: 69; ansic: 56
file content (66 lines) | stat: -rw-r--r-- 3,467 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<html lang="en">
<head>
<title>charts - TOra</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="TOra">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="workspace.html#workspace" title="workspace">
<link rel="prev" href="lists.html#lists" title="lists">
<link rel="next" href="searchreplace.html#searchreplace" title="searchreplace">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This manual is for TOra, version 2.1.2+.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
<div class="node">
<a name="charts"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="searchreplace.html#searchreplace">searchreplace</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="lists.html#lists">lists</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="workspace.html#workspace">workspace</a>
<hr>
</div>

<h3 class="section">3.6 Using charts</h3>

<p><a name="index-Using-charts-9"></a>There are several different chart types in TOra, you can see them in the screenshot below (taken from Server Tuning tool).

   <div class="block-image"><img src="images/charts.png" alt="images/charts.png"></div>

<h4 class="subheading">Piecharts</h4>

<p>This is the most simple chart. If the chart is too small you can open a snapshot of the chart by doubleclicking it. You can also open a context menu by rightclicking it. In the context menu you can choose to print the chart as well and open a snapshot in a new window.

<h4 class="subheading">Linecharts &amp; barcharts</h4>

<p>These two charts work in the same way. The difference is that in a barchart the values are added on top of each other so you can easily see the sum of all values.

   <p>You can zoom a part of a chart by leftclicking it and dragging a selection. If a chart is currently zoomed the word <strong>Zoom</strong> is printed in the upper left corner. You can remove the zooming by right clicking on the chart.

   <p>The snapshot feature, context menu and printing works the same for these charts as for the piechart. In the context menu you have an additional item though that is <strong>Properties</strong>

   <div class="block-image"><img src="images/chartsetup.png" alt="images/chartsetup.png"></div>

     <dl>
<dt><strong>Y-Axis</strong><dd>      This part is pretty self explanatory and is used to set up the range to display on the Y-axis of the chart. 
<br><dt><strong>Show last value</strong><dd>      Display the last sample added to the chart under the title of the chart. 
<br><dt><strong>Show axis legend</strong><dd>      Display text with the range and units of the axises. 
<br><dt><strong>Show chart legend</strong><dd>      Display the colors used in the chart in a legend to the right. 
<br><dt><strong>Divide chart in grids</strong><dd>      How many gridlines to divide a chart into. 
</dl>

   </body></html>