mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-17 00:36:02 +10:00
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-server/trunk@2150 84d0f5b1-2673-498c-a247-62c4ff18d310
4 lines
379 B
Bash
Executable File
4 lines
379 B
Bash
Executable File
JMX_OPT="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false"
|
|
java -Xms2g -Xmx2g -classpath `find . -name '*.jar' | tr "\n" :` $JMX_OPT com.nhn.pinpoint.collector.Server >> collector.log &
|
|
sleep 0.3
|
|
tail -f collector.log |