Skip to content

Commit 2b4e753

Browse files
committed
Test scripts etc.
1 parent 3359663 commit 2b4e753

24 files changed

+411
-79
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
2020-10-16 21:40:47,200 INFO o.a.j.u.JMeterUtils: Setting Locale to en_EN
2+
2020-10-16 21:40:47,247 INFO o.a.j.JMeter: Loading user properties from: /usr/local/Cellar/jmeter/5.3/libexec/bin/user.properties
3+
2020-10-16 21:40:47,248 INFO o.a.j.JMeter: Loading system properties from: /usr/local/Cellar/jmeter/5.3/libexec/bin/system.properties
4+
2020-10-16 21:40:47,249 INFO o.a.j.JMeter: Copyright (c) 1998-2020 The Apache Software Foundation
5+
2020-10-16 21:40:47,249 INFO o.a.j.JMeter: Version 5.3
6+
2020-10-16 21:40:47,249 INFO o.a.j.JMeter: java.version=11.0.8
7+
2020-10-16 21:40:47,249 INFO o.a.j.JMeter: java.vm.name=OpenJDK 64-Bit Server VM
8+
2020-10-16 21:40:47,249 INFO o.a.j.JMeter: os.name=Mac OS X
9+
2020-10-16 21:40:47,249 INFO o.a.j.JMeter: os.arch=x86_64
10+
2020-10-16 21:40:47,249 INFO o.a.j.JMeter: os.version=10.15.3
11+
2020-10-16 21:40:47,250 INFO o.a.j.JMeter: file.encoding=UTF-8
12+
2020-10-16 21:40:47,250 INFO o.a.j.JMeter: java.awt.headless=null
13+
2020-10-16 21:40:47,250 INFO o.a.j.JMeter: Max memory =1073741824
14+
2020-10-16 21:40:47,250 INFO o.a.j.JMeter: Available Processors =8
15+
2020-10-16 21:40:47,262 INFO o.a.j.JMeter: Default Locale=English (EN)
16+
2020-10-16 21:40:47,262 INFO o.a.j.JMeter: JMeter Locale=English (EN)
17+
2020-10-16 21:40:47,262 INFO o.a.j.JMeter: JMeterHome=/usr/local/Cellar/jmeter/5.3/libexec
18+
2020-10-16 21:40:47,262 INFO o.a.j.JMeter: user.dir =/Users/vishalb/code/fission_codebase/examples/samples/long-running-compute
19+
2020-10-16 21:40:47,263 INFO o.a.j.JMeter: PWD =/Users/vishalb/code/fission_codebase/examples/samples/long-running-compute
20+
2020-10-16 21:40:47,267 INFO o.a.j.JMeter: IP: 127.0.0.1 Name: Vishals-MacBook-Pro.local FullName: localhost
21+
2020-10-16 21:40:47,982 INFO o.a.j.JMeter: Setting LAF to: com.github.weisj.darklaf.DarkLaf:com.github.weisj.darklaf.theme.DarculaTheme
22+
2020-10-16 21:40:50,151 INFO o.a.j.JMeter: Loaded icon properties from org/apache/jmeter/images/icon.properties
23+
2020-10-16 21:40:51,393 INFO o.j.r.JARSourceHTTP: Requesting https://jmeter-plugins.org/repo/?installID=mac_os_x-1007122775c217cc51aec5a93e7c81ca-gui
24+
2020-10-16 21:40:54,058 INFO o.j.r.PluginManager: Plugins Status: [jpgc-plugins-manager=1.3, jmeter-core=5.3, jmeter-ftp=5.3, jmeter-http=5.3, jmeter-jdbc=5.3, jmeter-jms=5.3, jmeter-junit=5.3, jmeter-java=5.3, jmeter-ldap=5.3, jmeter-mail=5.3, jmeter-mongodb=5.3, jmeter-native=5.3, jmeter-tcp=5.3, jmeter-components=5.3]
25+
2020-10-16 21:40:54,059 INFO o.j.r.PluginManagerMenuItem: Plugins Manager has upgrades: [jpgc-plugins-manager]
26+
2020-10-16 21:41:08,331 INFO o.a.j.s.FileServer: Default base='/Users/vishalb/code/fission_codebase/examples/samples/long-running-compute'
27+
2020-10-16 21:41:08,334 INFO o.a.j.g.a.Load: Loading file: /Users/vishalb/Downloads/Fission.jmx
28+
2020-10-16 21:41:08,335 INFO o.a.j.s.FileServer: Set new base='/Users/vishalb/Downloads'
29+
2020-10-16 21:41:08,488 INFO o.a.j.s.SaveService: Testplan (JMX) version: 2.2. Testlog (JTL) version: 2.2
30+
2020-10-16 21:41:08,499 INFO o.a.j.s.SaveService: Using SaveService properties version 5.0
31+
2020-10-16 21:41:08,501 INFO o.a.j.s.SaveService: Using SaveService properties file encoding UTF-8
32+
2020-10-16 21:41:08,502 INFO o.a.j.s.SaveService: Loading file: /Users/vishalb/Downloads/Fission.jmx
33+
2020-10-16 21:41:08,905 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/html is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
34+
2020-10-16 21:41:08,906 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for application/xhtml+xml is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
35+
2020-10-16 21:41:08,906 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for application/xml is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
36+
2020-10-16 21:41:08,906 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/xml is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
37+
2020-10-16 21:41:08,906 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/vnd.wap.wml is org.apache.jmeter.protocol.http.parser.RegexpHTMLParser
38+
2020-10-16 21:41:08,906 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/css is org.apache.jmeter.protocol.http.parser.CssParser
39+
2020-10-16 21:41:09,065 INFO o.a.j.s.SampleResult: Note: Sample TimeStamps are START times
40+
2020-10-16 21:41:09,066 INFO o.a.j.s.SampleResult: sampleresult.default.encoding is set to ISO-8859-1
41+
2020-10-16 21:41:09,066 INFO o.a.j.s.SampleResult: sampleresult.useNanoTime=true
42+
2020-10-16 21:41:09,066 INFO o.a.j.s.SampleResult: sampleresult.nanoThreadSleep=5000
43+
2020-10-16 21:41:09,224 INFO o.a.j.v.ViewResultsFullVisualizer: Add JavaFX to your Java installation if you want to use renderer: org.apache.jmeter.visualizers.RenderInBrowser
44+
2020-10-16 21:41:09,295 INFO o.a.j.s.FileServer: Set new base='/Users/vishalb/Downloads'
45+
2020-10-16 21:42:01,551 INFO o.a.j.e.StandardJMeterEngine: Running the test!
46+
2020-10-16 21:42:01,552 INFO o.a.j.s.SampleEvent: List of sample_variables: []
47+
2020-10-16 21:42:01,552 INFO o.a.j.s.SampleEvent: List of sample_variables: []
48+
2020-10-16 21:42:01,557 INFO o.a.j.e.u.CompoundVariable: Note: Function class names must contain the string: '.functions.'
49+
2020-10-16 21:42:01,557 INFO o.a.j.e.u.CompoundVariable: Note: Function class names must not contain the string: '.gui.'
50+
2020-10-16 21:42:01,861 INFO o.a.j.g.u.JMeterMenuBar: setRunning(true, *local*)
51+
2020-10-16 21:42:01,914 INFO o.a.j.e.StandardJMeterEngine: Starting ThreadGroup: 1 : Function#1
52+
2020-10-16 21:42:01,914 INFO o.a.j.e.StandardJMeterEngine: Starting 1 threads for group Function#1.
53+
2020-10-16 21:42:01,914 INFO o.a.j.e.StandardJMeterEngine: Thread will continue on error
54+
2020-10-16 21:42:01,915 INFO o.a.j.t.ThreadGroup: Starting thread group... number=1 threads=1 ramp-up=1 delayedStart=false
55+
2020-10-16 21:42:01,919 INFO o.a.j.t.ThreadGroup: Started thread group number 1
56+
2020-10-16 21:42:01,919 INFO o.a.j.e.StandardJMeterEngine: All thread groups have been started
57+
2020-10-16 21:42:01,920 INFO o.a.j.t.JMeterThread: Thread started: Function#1 1-1
58+
2020-10-16 21:42:01,931 INFO o.a.j.p.h.s.HTTPHCAbstractImpl: Local host = Vishals-MacBook-Pro.local
59+
2020-10-16 21:42:01,938 INFO o.a.j.p.h.s.HTTPHC4Impl: HTTP request retry count = 0
60+
2020-10-16 21:42:18,357 INFO o.a.j.t.JMeterThread: Thread is done: Function#1 1-1
61+
2020-10-16 21:42:18,357 INFO o.a.j.t.JMeterThread: Thread finished: Function#1 1-1
62+
2020-10-16 21:42:18,358 INFO o.a.j.e.StandardJMeterEngine: Notifying test listeners of end of test
63+
2020-10-16 21:42:18,359 INFO o.a.j.g.u.JMeterMenuBar: setRunning(false, *local*)

samples/long-running-compute/specs/env-python-1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
builder: {}
99
imagepullsecret: ""
1010
keeparchive: false
11-
poolsize: 250
11+
poolsize: 25
1212
resources:
1313
limits:
1414
cpu: 75m
@@ -17,6 +17,6 @@ spec:
1717
cpu: 50m
1818
memory: 64Mi
1919
runtime:
20-
image: fission/python-env
20+
image: fission/python-env:1.11.0
2121
terminationGracePeriod: 1
2222
version: 3

samples/long-running-compute/specs/env-python-2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
builder: {}
99
imagepullsecret: ""
1010
keeparchive: false
11-
poolsize: 150
11+
poolsize: 15
1212
resources:
1313
limits:
1414
cpu: 100m
@@ -17,6 +17,6 @@ spec:
1717
cpu: 75m
1818
memory: 96Mi
1919
runtime:
20-
image: fission/python-env
20+
image: fission/python-env:1.11.0
2121
terminationGracePeriod: 1
2222
version: 3

samples/long-running-compute/specs/env-python-3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
builder: {}
99
imagepullsecret: ""
1010
keeparchive: false
11-
poolsize: 150
11+
poolsize: 15
1212
resources:
1313
limits:
1414
cpu: 75m
@@ -17,6 +17,6 @@ spec:
1717
cpu: 50m
1818
memory: 64Mi
1919
runtime:
20-
image: fission/python-env
20+
image: fission/python-env:1.11.0
2121
terminationGracePeriod: 1
2222
version: 3

samples/long-running-compute/specs/env-python-4.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
builder: {}
99
imagepullsecret: ""
1010
keeparchive: false
11-
poolsize: 100
11+
poolsize: 10
1212
resources:
1313
limits:
1414
cpu: 75m
@@ -17,6 +17,6 @@ spec:
1717
cpu: 50m
1818
memory: 64Mi
1919
runtime:
20-
image: fission/python-env
20+
image: fission/python-env:1.11.0
2121
terminationGracePeriod: 1
2222
version: 3

samples/long-running-compute/specs/env-python-5.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
builder: {}
99
imagepullsecret: ""
1010
keeparchive: false
11-
poolsize: 100
11+
poolsize: 10
1212
resources:
1313
limits:
1414
cpu: 75m
@@ -17,6 +17,6 @@ spec:
1717
cpu: 50m
1818
memory: 64Mi
1919
runtime:
20-
image: fission/python-env
20+
image: fission/python-env:1.11.0
2121
terminationGracePeriod: 1
2222
version: 3

samples/long-running-compute/specs/function-hello-1-15.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
SpecializationTimeout: 3600
4141
TargetCPUPercent: 0
4242
StrategyType: execution
43-
concurrency: 2000
43+
concurrency: 200
4444
configmaps: null
4545
environment:
4646
name: python-1

samples/long-running-compute/specs/function-hello-2-45.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
SpecializationTimeout: 3600
4141
TargetCPUPercent: 0
4242
StrategyType: execution
43-
concurrency: 1200
43+
concurrency: 120
4444
configmaps: null
4545
environment:
4646
name: python-2

samples/long-running-compute/specs/function-hello-3-75.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
SpecializationTimeout: 3600
4141
TargetCPUPercent: 0
4242
StrategyType: execution
43-
concurrency: 1200
43+
concurrency: 120
4444
configmaps: null
4545
environment:
4646
name: python-3

samples/long-running-compute/specs/function-hello-4-90.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
SpecializationTimeout: 3600
4141
TargetCPUPercent: 0
4242
StrategyType: execution
43-
concurrency: 800
43+
concurrency: 80
4444
configmaps: null
4545
environment:
4646
name: python-4

0 commit comments

Comments
 (0)