summaryrefslogtreecommitdiff
path: root/qa/interact/chart-scaling-testcases
blob: a49b47f01be1e036941de79f4c6d0adad9e8deab (plain)
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
Scaling Charts
==============

See also qa 006 for automated tests.

[ ] Start pmchart as follows:
	$ pmafm 20071023-08-06-36.folio replay

[ ] The initial configuration should be from top to bottom (5 charts):

	Y-axis scale		Max Y-axis value
	Kbyte			1000
	byte/millisec		1000
	nanosec			1000
	<nothing>		1000
	Kbyte/sec		1000
    
[ ] Open pmtime
    - move the time slider back to the start of the archive
    - change Archive Control to Step
    - click Step Forward 10 times

    The chart configuration should change to be:

	Y-axis scale		Max Y-axis value
	Gbyte			110
	Mbyte/millisec		36
	millisec		10
	<nothing>		0.18
	Kbyte/sec		80

[ ] Change Archive Control to Fast, and click Fast Forward until the end
    of the archive is reached.

    The chart configuration should change to be:

	Y-axis scale		Max Y-axis value
	Gbyte			110
	Mbyte/millisec		100
	hour			30		
	<nothing>		1
	Mbyte/sec		50

[ ] Click Fast Backward until the start of the archive is reached.

    The chart configuration should change to be:

	Y-axis scale		Max Y-axis value
	Gbyte			110
	Mbyte/millisec		36
	millisec		0.1
	<nothing>		0.18
	Kbyte/sec		80