From netcat-return-1212-archive-asf-public=cust-asf.ponee.io@netbeans.apache.org Sun Oct 21 14:56:19 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 931BF18065D for ; Sun, 21 Oct 2018 14:56:18 +0200 (CEST) Received: (qmail 57178 invoked by uid 500); 21 Oct 2018 12:56:17 -0000 Mailing-List: contact netcat-help@netbeans.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list netcat@netbeans.apache.org Received: (qmail 57167 invoked by uid 99); 21 Oct 2018 12:56:17 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Oct 2018 12:56:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 9CF55180B80 for ; Sun, 21 Oct 2018 12:56:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1 X-Spam-Level: * X-Spam-Status: No, score=1 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id oO7M1gnuTbd2 for ; Sun, 21 Oct 2018 12:56:15 +0000 (UTC) Received: from cloudserver047385.home.pl (cloudserver047385.home.pl [89.161.234.141]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id B80E25F1E3 for ; Sun, 21 Oct 2018 12:56:14 +0000 (UTC) Received: from ox2-ap3.home.net.pl (79.96.240.153) (HELO null) by serwer1448417.home.pl (89.161.234.141) with SMTP (IdeaSmtpServer 0.83.148) id 38b327f87ec335f4; Sun, 21 Oct 2018 14:56:12 +0200 Date: Sun, 21 Oct 2018 14:56:12 +0200 (CEST) From: michal@owsiak.org Reply-To: michal@owsiak.org To: netcat@netbeans.apache.org Message-ID: <155798417.264965.1540126572547@poczta.home.pl> Subject: Profiler pack for NetBeans - Docker based MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Medium X-Mailer: Open-Xchange Mailer v7.8.4-Rev31 X-Originating-IP: 185.56.210.165 X-Originating-Client: open-xchange-appsuite While struggling with VM for remote profiler, I have decided I need reproducible, easy to run, quick solution. VM is OK. But for each new person joining profiler tests (remote) you have like few hours spent to setup everything correctly: - download image, - create VM, - install required packages, - transfer jar, - transfer server pack, - configure JDK. Anyway, it takes time. I have decided to play a little bit with Docker - for this particular purpose. And here is the outcome: http://www.owsiak.org/netbeans-profiler-tester-pack-docker-based/ Long story short. You need Docker, and profiler server pack generated by NetBeans. That's it. That's all you need to create remote, Ubuntu based, machine with code running. After starting Docker container, it will wait on port 5140 for connection. It may save some time during ad hoc profiler testing. Cheers Michal --------------------------------------------------------------------- To unsubscribe, e-mail: netcat-unsubscribe@netbeans.apache.org For additional commands, e-mail: netcat-help@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists