Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DCE44200D20 for ; Tue, 17 Oct 2017 19:16:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DAFE8160BEA; Tue, 17 Oct 2017 17:16:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2A8C31609D9 for ; Tue, 17 Oct 2017 19:16:05 +0200 (CEST) Received: (qmail 31386 invoked by uid 500); 17 Oct 2017 17:16:04 -0000 Mailing-List: contact issues-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list issues@geode.apache.org Received: (qmail 31374 invoked by uid 99); 17 Oct 2017 17:16:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2017 17:16:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 9F8B81A251B for ; Tue, 17 Oct 2017 17:16:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id eitLnUVhxIKF for ; Tue, 17 Oct 2017 17:16:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id BDF225F1D5 for ; Tue, 17 Oct 2017 17:16:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 097B5E0EE9 for ; Tue, 17 Oct 2017 17:16:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B2F942438C for ; Tue, 17 Oct 2017 17:16:00 +0000 (UTC) Date: Tue, 17 Oct 2017 17:16:00 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-3716) Monitoring steal time in stats MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 17 Oct 2017 17:16:06 -0000 [ https://issues.apache.org/jira/browse/GEODE-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16207936#comment-16207936 ] ASF subversion and git services commented on GEODE-3716: -------------------------------------------------------- Commit 00da97d3451097cecbc2eb66243c195ca6d54a92 in geode's branch refs/heads/feature/GEODE-3239 from [~charliemblack] [ https://gitbox.apache.org/repos/asf?p=geode.git;h=00da97d ] GEODE-3716 - Adding steal time metrics to Geode. > Monitoring steal time in stats > ------------------------------ > > Key: GEODE-3716 > URL: https://issues.apache.org/jira/browse/GEODE-3716 > Project: Geode > Issue Type: Improvement > Components: docs > Reporter: Charlie Black > Attachments: screenshot-1.png > > > In virtualized deployments of Geode some latency issues can be mapped back to the hypervisor not giving the guest enough cycles. For this improvement, Geode will capture stolen time as presented by the OS in the /proc/stat file for Linux. Steal time represents the time the virtual processor is waiting to be scheduled on the physical processor. > Geode already monitors several CPU fields and Geode will be adding in support to capture STEAL time. -- This message was sent by Atlassian JIRA (v6.4.14#64029)