##分布式系统(Distributed System)资料
介绍:这是一篇介绍在动态网络里面实现分布式系统重构的paper.论文的作者(导师)是MIT读博的时候是做分布式系统的研究的,现在在NUS带学生,不仅仅是分布式系统,还有无线网络.如果感兴趣可以去他的主页了解.
##分布式系统(Distributed System)资料
介绍:这是一篇介绍在动态网络里面实现分布式系统重构的paper.论文的作者(导师)是MIT读博的时候是做分布式系统的研究的,现在在NUS带学生,不仅仅是分布式系统,还有无线网络.如果感兴趣可以去他的主页了解.
#!/bin/bash | |
PRG="$0" | |
PRGDIR=`dirname "$PRG"` | |
[ -z "$DEPLOY_HOME" ] && DEPLOY_HOME=`cd "$PRGDIR" >/dev/null; pwd` | |
# | |
# env variables | |
JMETER_HOME=${DEPLOY_HOME}/apache-jmeter-4.0 | |
ZK_HOME=${DEPLOY_HOME}/zookeeper-3.4.11 | |
ELASTIC_HOME=${DEPLOY_HOME}/elasticsearch-5.3.0 |
require('skywalking-nodejs').start({ | |
applicationCode: 'test' | |
}); | |
let requestModule = require("request"); | |
var http = require('http'); | |
const port = 3001 | |
callback = function (response) { |
DEBUG 2017-07-04 15:27:10 AbstractClassEnhancePluginDefine : prepare to enhance class redis.clients.jedis.Jedis by org.skywalking.apm.plugin.jedis.v2.define.JedisInstrumentation. | |
DEBUG 2017-07-04 15:27:17 DiscoveryRestServiceClient : Selected collector grpc service is not available. Wait 5000 seconds to try | |
DEBUG 2017-07-04 15:27:17 AbstractClassEnhancePluginDefine : enhance class redis.clients.jedis.Jedis by org.skywalking.apm.plugin.jedis.v2.define.JedisInstrumentation completely. | |
DEBUG 2017-07-04 15:27:33 DiscoveryRestServiceClient : Selected collector grpc service is not available. Wait 5000 seconds to try | |
java.lang.IllegalArgumentException: Cannot resolve ambiguous delegation of public redis.clients.jedis.Jedis(java.lang.String) to org.skywalking.apm.dependencies.net.bytebuddy.implementation.bind.MethodDelegationBinder$MethodBinding$Builder$Build@540856bc or org.skywalking.apm.dependencies.net.bytebuddy.implementation.bind.MethodDelegationBinder$MethodBinding$Builder$Build@8c5dfdb1 | |
at org.skywal |