simple_perf 0.0.12 → 0.0.13

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.
@@ -73,7 +73,7 @@ EOS
73
73
  ' -e ' + opts[:environment] +
74
74
  ' -n ' + 'simple-perf-' + opts[:project] +
75
75
  ' -c "~/sync_test_files.sh"' +
76
- ' -l debug'
76
+ ' -l debug -x'
77
77
 
78
78
  Shared::pretty_print `#{command}`
79
79
 
@@ -81,7 +81,7 @@ EOS
81
81
  ' -e ' + opts[:environment] +
82
82
  ' -n ' + 'simple-perf-' + opts[:project] +
83
83
  ' -c "cd ~/simple_perf_test_files; tar -xzvf "' + file_name +
84
- ' -l debug'
84
+ ' -l debug -x'
85
85
 
86
86
  Shared::pretty_print `#{command}`
87
87
  end
@@ -33,7 +33,7 @@ EOS
33
33
  ' -e ' + opts[:environment] +
34
34
  ' -n ' + 'simple-perf-' + opts[:project] +
35
35
  ' -c ' + grep_command +
36
- ' -l debug'
36
+ ' -l debug -x'
37
37
 
38
38
  Shared::pretty_print `#{command}`
39
39
  end
@@ -31,7 +31,7 @@ EOS
31
31
  ' -e ' + opts[:environment] +
32
32
  ' -n ' + 'simple-perf-' + opts[:project] +
33
33
  ' -c "cd ~/simple_perf_test_files; nohup ./start_custom.sh > start_custom.log &"' +
34
- ' -l debug'
34
+ ' -l debug -x'
35
35
 
36
36
  Shared::pretty_print `#{command}`
37
37
  end
@@ -33,7 +33,7 @@ EOS
33
33
  ' -e ' + opts[:environment] +
34
34
  ' -n ' + 'simple-perf-' + opts[:project] +
35
35
  ' -c "cd ~/simple_perf_test_files; nohup ./gatling.sh ' + opts[:simulation] + ' < input > gatling.log &"' +
36
- ' -l debug'
36
+ ' -l debug -x'
37
37
 
38
38
  Shared::pretty_print `#{command}`
39
39
  end
@@ -33,7 +33,7 @@ EOS
33
33
  ' -e ' + opts[:environment] +
34
34
  ' -n ' + 'simple-perf-' + opts[:project] +
35
35
  ' -c "cd ~/simple_perf_test_files; nohup jmeter -Dsun.net.inetaddr.ttl=60 -n -t ' + opts[:testplan] + ' </dev/null >/dev/null 2>&1 &"' +
36
- ' -l debug'
36
+ ' -l debug -x'
37
37
 
38
38
  Shared::pretty_print `#{command}`
39
39
  end
@@ -31,7 +31,7 @@ EOS
31
31
  ' -e ' + opts[:environment] +
32
32
  ' -n ' + 'simple-perf-' + opts[:project] +
33
33
  ' -c "ps -ef | grep java | grep -v grep || echo \"java process not found\""' +
34
- ' -l debug'
34
+ ' -l debug -x'
35
35
 
36
36
  Shared::pretty_print `#{command}`
37
37
  end
@@ -31,7 +31,7 @@ EOS
31
31
  ' -e ' + opts[:environment] +
32
32
  ' -n ' + 'simple-perf-' + opts[:project] +
33
33
  ' -c "killall java"' +
34
- ' -l debug'
34
+ ' -l debug -x'
35
35
 
36
36
  Shared::pretty_print `#{command}`
37
37
  end
@@ -1,3 +1,3 @@
1
1
  module SimplePerf
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_perf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-27 00:00:00.000000000 Z
12
+ date: 2013-12-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake