stella 2.0.1.001 → 2.0.1.002
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGES.txt +5 -0
- data/Gemfile +3 -2
- data/Gemfile.lock +39 -4
- data/VERSION.yml +1 -1
- data/bin/stella +2 -4
- data/lib/stella/cli.rb +2 -1
- data/stella.gemspec +1 -1
- metadata +1 -1
data/CHANGES.txt
CHANGED
data/Gemfile
CHANGED
|
@@ -7,13 +7,14 @@ gem 'gibbler', '0.8.9'
|
|
|
7
7
|
gem 'drydock', '0.6.9'
|
|
8
8
|
gem 'benelux', '0.6.1'
|
|
9
9
|
gem 'sysinfo'
|
|
10
|
-
gem 'storable', '>= 0.8.
|
|
10
|
+
gem 'storable', '>= 0.8.9'
|
|
11
11
|
gem 'nokogiri', '1.4.4'
|
|
12
12
|
gem 'yajl-ruby'
|
|
13
13
|
gem 'multi_json'
|
|
14
|
-
gem 'public_suffix_service', '0.8.
|
|
14
|
+
gem 'public_suffix_service', '0.8.2'
|
|
15
15
|
gem 'whois', '1.6.6'
|
|
16
16
|
gem 'ipaddress', '0.7.0'
|
|
17
17
|
gem 'addressable', '2.2.2'
|
|
18
18
|
gem 'redis', '2.2.0'
|
|
19
19
|
|
|
20
|
+
gem 'rudy', '0.9.8.020'
|
data/Gemfile.lock
CHANGED
|
@@ -3,10 +3,20 @@ GEM
|
|
|
3
3
|
specs:
|
|
4
4
|
SystemTimer (1.2.3)
|
|
5
5
|
addressable (2.2.2)
|
|
6
|
+
amazon-ec2 (0.9.17)
|
|
7
|
+
xml-simple (>= 1.0.12)
|
|
8
|
+
annoy (0.5.6)
|
|
9
|
+
highline (>= 1.5.0)
|
|
6
10
|
attic (0.5.3)
|
|
11
|
+
aws-s3 (0.6.2)
|
|
12
|
+
builder
|
|
13
|
+
mime-types
|
|
14
|
+
xml-simple
|
|
7
15
|
benelux (0.6.1)
|
|
8
16
|
attic (>= 0.5.3)
|
|
9
17
|
storable (>= 0.8.6)
|
|
18
|
+
builder (3.0.0)
|
|
19
|
+
caesars (0.7.4)
|
|
10
20
|
drydock (0.6.9)
|
|
11
21
|
familia (0.7.1)
|
|
12
22
|
gibbler (>= 0.8.6)
|
|
@@ -16,17 +26,41 @@ GEM
|
|
|
16
26
|
uri-redis (>= 0.4.2)
|
|
17
27
|
gibbler (0.8.9)
|
|
18
28
|
attic (>= 0.4.0)
|
|
29
|
+
highline (1.6.1)
|
|
19
30
|
ipaddress (0.7.0)
|
|
31
|
+
mime-types (1.16)
|
|
20
32
|
multi_json (0.0.5)
|
|
33
|
+
net-scp (1.0.4)
|
|
34
|
+
net-ssh (>= 1.99.1)
|
|
35
|
+
net-ssh (2.1.0)
|
|
21
36
|
nokogiri (1.4.4)
|
|
22
|
-
public_suffix_service (0.8.
|
|
37
|
+
public_suffix_service (0.8.2)
|
|
23
38
|
redis (2.2.0)
|
|
24
|
-
|
|
39
|
+
rudy (0.9.8.020)
|
|
40
|
+
amazon-ec2 (>= 0.9.10)
|
|
41
|
+
annoy (>= 0.5.6)
|
|
42
|
+
attic (>= 0.5.3)
|
|
43
|
+
aws-s3 (>= 0.6.1)
|
|
44
|
+
caesars (>= 0.7.4)
|
|
45
|
+
drydock (>= 0.6.9)
|
|
46
|
+
gibbler (>= 0.8.9)
|
|
47
|
+
highline (>= 1.5.1)
|
|
48
|
+
rye (>= 0.9.3)
|
|
49
|
+
storable (>= 0.8.6)
|
|
50
|
+
sysinfo (>= 0.7.3)
|
|
51
|
+
rye (0.9.4)
|
|
52
|
+
annoy
|
|
53
|
+
highline (>= 1.5.1)
|
|
54
|
+
net-scp (>= 1.0.2)
|
|
55
|
+
net-ssh (>= 2.0.13)
|
|
56
|
+
sysinfo (>= 0.7.3)
|
|
57
|
+
storable (0.8.9)
|
|
25
58
|
sysinfo (0.7.3)
|
|
26
59
|
drydock
|
|
27
60
|
storable
|
|
28
61
|
uri-redis (0.4.2)
|
|
29
62
|
whois (1.6.6)
|
|
63
|
+
xml-simple (1.0.14)
|
|
30
64
|
yajl-ruby (0.7.9)
|
|
31
65
|
|
|
32
66
|
PLATFORMS
|
|
@@ -42,9 +76,10 @@ DEPENDENCIES
|
|
|
42
76
|
ipaddress (= 0.7.0)
|
|
43
77
|
multi_json
|
|
44
78
|
nokogiri (= 1.4.4)
|
|
45
|
-
public_suffix_service (= 0.8.
|
|
79
|
+
public_suffix_service (= 0.8.2)
|
|
46
80
|
redis (= 2.2.0)
|
|
47
|
-
|
|
81
|
+
rudy (= 0.9.8.020)
|
|
82
|
+
storable (>= 0.8.9)
|
|
48
83
|
sysinfo
|
|
49
84
|
whois (= 1.6.6)
|
|
50
85
|
yajl-ruby
|
data/VERSION.yml
CHANGED
data/bin/stella
CHANGED
|
@@ -60,7 +60,7 @@ class Stella::CLI::Definition
|
|
|
60
60
|
puts "Stella version: #{Stella::VERSION.inspect}"
|
|
61
61
|
exit 0
|
|
62
62
|
end
|
|
63
|
-
|
|
63
|
+
|
|
64
64
|
|
|
65
65
|
# ------------------------------------------------ STELLA --------
|
|
66
66
|
# ------------------------------------------------------------------
|
|
@@ -76,11 +76,9 @@ class Stella::CLI::Definition
|
|
|
76
76
|
#option :a, :arrival, Float, "Arrival rate (new clients per second)"
|
|
77
77
|
option :r, :repetitions, Integer, "Number of times to repeat the testplan (per vclient)"
|
|
78
78
|
option :W, :nowait, "Ignore wait times"
|
|
79
|
-
|
|
79
|
+
option :w, :wait, Float, "Wait time (in seconds) between requests"
|
|
80
80
|
command :checkup => Stella::CLI
|
|
81
81
|
|
|
82
|
-
|
|
83
|
-
|
|
84
82
|
# ---------------------------------- STELLA MISCELLANEOUS --------
|
|
85
83
|
# ------------------------------------------------------------------
|
|
86
84
|
before do |obj|
|
data/lib/stella/cli.rb
CHANGED
|
@@ -16,7 +16,8 @@ class Stella::CLI < Drydock::Command
|
|
|
16
16
|
base_uri = Stella.canonical_uri(@argv.first)
|
|
17
17
|
run_opts = {
|
|
18
18
|
:repetitions => @option.repetitions || 1,
|
|
19
|
-
:concurrency => @option.concurrency || 1
|
|
19
|
+
:concurrency => @option.concurrency || 1,
|
|
20
|
+
:wait => @option.wait || 1
|
|
20
21
|
}
|
|
21
22
|
if @global.testplan
|
|
22
23
|
unless File.owned?(@global.testplan)
|
data/stella.gemspec
CHANGED