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
[smetj@indigo testlap]$ python compare_mqtt_packet_class_vs_dict.py | |
Running test_1 | |
OK | |
Running test_2 | |
OK | |
2.7.5 (default, Jul 8 2013, 09:48:59) | |
[GCC 4.8.1 20130603 (Red Hat 4.8.1-1)] | |
Linux-3.10.5-201.fc19.x86_64-x86_64-with-fedora-19-Schrödinger’s_Cat | |
Figure out the init speed impact of using a class VS dict as incoming packet representation. |
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
(pypy)[smetj@indigo wishbone-0.4]$ wishbone debug --config test_wb_input_tcp.yaml --instances 4 | |
2013-09-13T17:44:58 pid-11068 informational loglevelfilter: Initiated | |
2013-09-13T17:44:58 pid-11068 informational loglevelfilter: Initiated | |
2013-09-13T17:44:58 pid-11068 informational loglevelfilter: Started | |
2013-09-13T17:44:58 pid-11067 informational loglevelfilter: Initiated | |
2013-09-13T17:44:58 pid-11067 informational loglevelfilter: Initiated | |
2013-09-13T17:44:58 pid-11067 informational loglevelfilter: Started | |
2013-09-13T17:44:58 pid-11066 informational loglevelfilter: Initiated | |
2013-09-13T17:44:58 pid-11066 informational loglevelfilter: Initiated | |
2013-09-13T17:44:58 pid-11066 informational loglevelfilter: Started |
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
--- | |
modules: | |
httprequest: | |
module: wishbone.input.httprequest | |
arguments: | |
url: | |
- http://rabbitmq:15672/api/nodes | |
- http://rabbitmq:15672/api/queues | |
- http://rabbitmq:15672/api/exchanges | |
interval: 1 |
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
{ | |
"ok": true, | |
"_shards": { | |
"total": 106, | |
"successful": 27, | |
"failed": 79, | |
"failures": [ | |
{ | |
"index": "logstash-2014.01.06", | |
"shard": 0, |
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
[2014-01-15 18:24:51,687][DEBUG][action.admin.indices.status] [xxxx-xxxxxx-logs-201] [logstash-2014.01.09][3], node[LA6ZGyvjRdOcz3m0xPUXhQ], [P], s[STARTED]: Failed to execute [org.elasticsearch.action.admin.indices.status.IndicesStatusRequest@7a62693d] | |
org.elasticsearch.transport.NodeDisconnectedException: [xxxx-xxxxxx-logs-004][inet[/xxx.xx.xxx.5:9300]][indices/status/s] disconnected | |
[2014-01-15 18:24:51,687][DEBUG][action.admin.indices.status] [xxxx-xxxxxx-logs-201] [logstash-2014.01.08][0], node[LA6ZGyvjRdOcz3m0xPUXhQ], [P], s[STARTED]: Failed to execute [org.elasticsearch.action.admin.indices.status.IndicesStatusRequest@7a62693d] | |
org.elasticsearch.transport.NodeDisconnectedException: [xxxx-xxxxxx-logs-004][inet[/xxx.xx.xxx.5:9300]][indices/status/s] disconnected | |
[2014-01-15 18:24:51,687][DEBUG][action.admin.indices.status] [xxxx-xxxxxx-logs-201] [logstash-2013.12.20][0], node[LA6ZGyvjRdOcz3m0xPUXhQ], [P], s[STARTED]: Failed to execute [org.elasticsearch.action.admin.indices.status.IndicesStatusRequest@7a |
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
--- | |
modules: | |
gearmand: | |
module: wishbone.input.gearman | |
arguments: | |
hostlist: | |
- <%= @gearman_server %> | |
secret: <%= @gearman_secret %> | |
queue: perfdata | |
workers: 5 |
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
--- | |
lookups: | |
random: | |
module: wishbone.lookup.randomdata | |
modules: | |
static: | |
module: wishbone.input.testevent | |
arguments: |
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
(pypy-2.4.0)[smetj@indigo ~]$ wishbone list | |
__ __ __ | |
.--.--.--|__.-----| |--| |--.-----.-----.-----. | |
| | | | |__ --| | _ | _ | | -__| | |
|________|__|_____|__|__|_____|_____|__|__|_____| | |
version 1.1.0 | |
Build event pipeline servers with minimal effort. | |
Available modules: |
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
--- | |
lookups: | |
etcd: | |
module: wishbone.lookup.etcd | |
modules: | |
input: | |
module: wishbone.input.httpserver | |
output: |
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
--- | |
modules: | |
generator: | |
module: wishbone.input.dictgenerator | |
arguments: | |
keys: | |
- zero | |
- one | |
- two | |
- three |