Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C475D182BC for ; Mon, 5 Oct 2015 09:00:19 +0000 (UTC) Received: (qmail 30002 invoked by uid 500); 5 Oct 2015 09:00:19 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 29970 invoked by uid 500); 5 Oct 2015 09:00:19 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 29959 invoked by uid 99); 5 Oct 2015 09:00:19 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2015 09:00:19 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D3DD3C2831 for ; Mon, 5 Oct 2015 09:00:18 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.88 X-Spam-Level: ** X-Spam-Status: No, score=2.88 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id VV0KPAQq7bJw for ; Mon, 5 Oct 2015 09:00:13 +0000 (UTC) Received: from mail-oi0-f41.google.com (mail-oi0-f41.google.com [209.85.218.41]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 0E219204CB for ; Mon, 5 Oct 2015 09:00:13 +0000 (UTC) Received: by oixx17 with SMTP id x17so87127061oix.0 for ; Mon, 05 Oct 2015 02:00:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Ppn46TwKsiU6SwDOjxs6R+F0FlOdCDA3gv02wxwA8Lw=; b=oWu8nGGmfil5E+qiOpIkzxd8RywYDkf+MOSLNos+atmXO2n/6/KNr5GquW13FvAAt1 yYD9EtG0P2F6jYY0gcwSDCSVhSg2dzC9NwiZEnbBSP80FXKna/OaouQVgg9M7ACao2yb IUQs+V118ROY9Qut4GdDkIUC1He94hYaImRo8JquARXwtQwTTv+BobynUR0+gjRMc2cM CbvHHL8WCZtCTnTWDAiswCaOZzMl6nO8bLg1Ru9P1iB9E0Uau3IgDs95pWwAm3T6PKZp PH+CmhlXIBNmgWSmhfbM7DIpkLFt3WhBPwpO3vJLYf1WcqUCRu5gwsrlIMZ4nWNZMIIY bHKg== MIME-Version: 1.0 X-Received: by 10.202.188.197 with SMTP id m188mr15544897oif.70.1444035612439; Mon, 05 Oct 2015 02:00:12 -0700 (PDT) Received: by 10.202.131.147 with HTTP; Mon, 5 Oct 2015 02:00:12 -0700 (PDT) In-Reply-To: <74dda7c424dd4a00aceae6ee84833067@ITHN-EXCH-02.fsoft.fpt.vn> References: <74dda7c424dd4a00aceae6ee84833067@ITHN-EXCH-02.fsoft.fpt.vn> Date: Mon, 5 Oct 2015 20:00:12 +1100 Message-ID: Subject: Re: Stop command line in Jmeter From: Steven Swor To: JMeter Users List Content-Type: multipart/alternative; boundary=001a113dc5fab8fee7052157bdb1 --001a113dc5fab8fee7052157bdb1 Content-Type: text/plain; charset=UTF-8 > I'm running a test Jmeter by Command Line. And now, I want to know: "How > to use command line to stop a test is running". > Use the shutdown client. It's either shutdown.CMD for Windows hosts, or shutdown.sh for *nix. (source: https://jmeter.apache.org/usermanual/get-started.html) Cheers --001a113dc5fab8fee7052157bdb1--