This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import logging | |
import subprocess | |
import tempfile | |
import sys | |
# Set-up logging to both console and a file log. | |
logger = logging.getLogger() | |
logger.handlers = [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import logging | |
import subprocess | |
import tempfile | |
import sys | |
# Set-up logging to both console and a file log. | |
logger = logging.getLogger() | |
logger.handlers = [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Refused to load the font 'data:font/woff;base64,d09GRgABAAAAAIt0ABEAAAABQDwAAQABAAAAAAAAAAAAAAAAAAAAA…CwKGBmIIpVWLACJWGwAUVjI2KwAiNEswkKAwIrswsQAwIrsxEWAwIrWbIEKAZFUkSzCxAEAisA' because it violates the following Content Security Policy directive: "font-src assets-cdn.github.com". | |
PerfKitBenchmarker:1 Refused to load the font 'data:font/woff;base64,d09GRgABAAAAAI3gABIAAAABRWQAAQABAAAAAAAAAAAAAAAAAAAAA…IwnaGGIYHBlUELLMKwH6htK8MUhmKGIAYjqCImVEUgs1mBOtm1gRYpuNZmSrgAALqcEVgAAAA=' because it violates the following Content Security Policy directive: "font-src assets-cdn.github.com". | |
PerfKitBenchmarker:1 Refused to load the font 'data:font/woff;base64,d09GRgABAAAAAI7kABEAAAABPbQAAQABAAAAAAAAAAAAAAAAAAAAA…hgZiCKVViwAiVhsAFFYyNisAIjRLMJCgMCK7MLEAMCK7MRFgMCK1myBCgGRVJEswsQBAIrAA==' because it violates the following Content Security Policy directive: "font-src assets-cdn.github.com". | |
PerfKitBenchmarker:1 Refused to load the font 'data:font/woff;base64,d09GRgABAAAAAIw4ABEAAAABQcAAAQABAAAAAAAAAAAAAAAAAAAAA…hgZiCKVViwAiV |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From c7991ce6f78d5c6d34ac4e246d86313c041622d5 Mon Sep 17 00:00:00 2001 | |
From: "Carlos L. Torres" <[email protected]> | |
Date: Sun, 11 Oct 2015 21:13:40 -0500 | |
Subject: [PATCH] rackspace: Fix to allow for benchmark_config_files | |
Signed-off-by: Carlos L. Torres <[email protected]> | |
--- | |
perfkitbenchmarker/rackspace/rackspace_network.py | 2 +- | |
.../rackspace/rackspace_virtual_machine.py | 21 +++------------------ | |
2 files changed, 4 insertions(+), 19 deletions(-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
cassandra_ycsb: | |
cassandra: | |
count: 4 | |
image: 28153eac-1bae-4039-8d9f-f8b513241efe | |
machine_type: onmetal-io1 | |
zone: DFW | |
scratch_disk_type: local | |
extra_args: | |
- rackspace_apply_onmetal_ssd_tuning |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
tasks: | |
- include: rally-tests/neutron.yml image='Ubuntu 14.04' | |
- include: rally-tests/nova.yml instances=100 image='^Cirros.*' | |
- include: rally-tests/nova.yml | |
args: | |
image: 'Ubuntu 14.04' | |
instances: 500 | |
- include: rally_tests/nova.yml | |
args: rally_args/nova_args.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val deleteSubnets = scenario("Delete") | |
.exec(session => { session.set("networkURL", NETWORK_URL).set("authToken", "")}) | |
.exec(Subnets.list.check(jsonPath("$.subnets[*].id").findAll.saveAs(":subnets/ids"))) | |
.foreach(":subnets/ids", ":subnet/id") { | |
doIf(session => { session("subnetID").as[String].startsWith("TEST_")}) { exec(Subnets.delete) }} | |
.pause(30 seconds) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Java HotSpot(TM) 64-Bit Server VM (25.45-b02) for linux-amd64 JRE (1.8.0_45-b14), built on Apr 10 2015 10:07:45 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8) | |
Memory: 4k page, physical 15396820k(4676888k free), swap 0k(0k free) | |
CommandLine flags: -XX:+AggressiveOpts -XX:+HeapDumpOnOutOfMemoryError -XX:InitialHeapSize=4294967296 -XX:MaxHeapSize=12884901888 -XX:MaxNewSize=104857600 -XX:NewSize=104857600 -XX:+OptimizeStringConcat -XX:+PrintGC -XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:ThreadPriorityPolicy=42 -XX:+UseCompressedClassPointers -XX:+UseCompressedOops -XX:+UseFastAccessorMethods -XX:+UseParallelGC -XX:+UseParallelOldGC -XX:+UseThreadPriorities | |
2015-05-05T20:05:35.703+0000: 19.815: [GC (Allocation Failure) [PSYoungGen: 76800K->11823K(89600K)] 76800K->11974K(4181504K), 0.0168637 secs] [Times: user=0.02 sys=0.00, real=0.01 secs] | |
2015-05-05T20:05:36.166+0000: 20.278: [GC (Metadata GC Threshold) [PSYoungGen: 47915K->8813K(89600K)] 48065K->8979K(4181504K), 0.0136946 secs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Java HotSpot(TM) 64-Bit Server VM (25.45-b02) for linux-amd64 JRE (1.8.0_45-b14), built on Apr 10 2015 10:07:45 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8) | |
Memory: 4k page, physical 15396820k(7133080k free), swap 0k(0k free) | |
CommandLine flags: -XX:+AggressiveOpts -XX:+HeapDumpOnOutOfMemoryError -XX:InitialHeapSize=4294967296 -XX:MaxHeapSize=7574913024 -XX:MaxNewSize=104857600 -XX:NewSize=104857600 -XX:+OptimizeStringConcat -XX:+PrintGC -XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:ThreadPriorityPolicy=42 -XX:+UseCompressedClassPointers -XX:+UseCompressedOops -XX:+UseFastAccessorMethods -XX:+UseParallelGC -XX:+UseParallelOldGC -XX:+UseThreadPriorities | |
2015-05-05T19:35:55.500+0000: 3867.435: [GC (Allocation Failure) [PSYoungGen: 76800K->11915K(89600K)] 76800K->12065K(4181504K), 0.0247255 secs] [Times: user=0.05 sys=0.04, real=0.03 secs] | |
2015-05-05T19:35:55.982+0000: 3867.917: [GC (Metadata GC Threshold) [PSYoungGen: 48042K->8867K(89600K)] 48192K->9034K(4181504K), 0.0138288 s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Java HotSpot(TM) 64-Bit Server VM (25.45-b02) for linux-amd64 JRE (1.8.0_45-b14), built on Apr 10 2015 10:07:45 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8) | |
Memory: 4k page, physical 15396820k(5807992k free), swap 0k(0k free) | |
CommandLine flags: -XX:+AggressiveOpts -XX:+CMSParallelRemarkEnabled -XX:+HeapDumpOnOutOfMemoryError -XX:InitialHeapSize=4294967296 -XX:MaxHeapSize=7574913024 -XX:MaxNewSize=104857600 -XX:MaxTenuringThreshold=6 -XX:NewSize=104857600 -XX:OldPLABSize=16 -XX:+OptimizeStringConcat -XX:+PrintGC -XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:ThreadPriorityPolicy=42 -XX:+UseCompressedClassPointers -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC -XX:+UseFastAccessorMethods -XX:+UseParNewGC -XX:+UseThreadPriorities | |
2015-05-05T15:58:28.319+0000: 8.876: [GC (Allocation Failure) 8.876: [ParNew: 81920K->10240K(92160K), 0.0279022 secs] 81920K->12151K(4184064K), 0.0280430 secs] [Times: user=0.06 sys=0.00, real=0.03 secs] | |
2015-05-05T15:58:28.898+0000: 9.455: [Full GC (S |
NewerOlder