From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=fuzziesquirrel.com (client-ip=173.167.31.197; helo=bajor.fuzziesquirrel.com; envelope-from=bradleyb@fuzziesquirrel.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=fuzziesquirrel.com Received: from bajor.fuzziesquirrel.com (mail.fuzziesquirrel.com [173.167.31.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 491L7z0d5PzDqJf for ; Tue, 14 Apr 2020 06:39:25 +1000 (AEST) X-Virus-Scanned: amavisd-new at fuzziesquirrel.com Content-Type: text/plain; charset=us-ascii; delsp=yes; format=flowed Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: Sensor history From: Brad Bishop In-Reply-To: <20200410210033.GA9295@mauery.jf.intel.com> Date: Mon, 13 Apr 2020 16:39:20 -0400 Cc: "openbmc@lists.ozlabs.org" Content-Transfer-Encoding: 7bit Message-Id: <85700953-1CBE-4DFB-9A5B-AF64B9735735@fuzziesquirrel.com> References: <20200410210033.GA9295@mauery.jf.intel.com> To: Vijay Khemka , Vernon Mauery X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2020 20:39:27 -0000 at 5:00 PM, Vernon Mauery wrote: > On 30-Mar-2020 08:02 PM, Vijay Khemka wrote: >> Is there any implementation for reading sensor history. Please point me >> to the repo or code base. > I do not believe that the BMC is storing any sensor history. There were some interfaces added to the openpower namespace for this kind of thing. https://github.com/openbmc/phosphor-dbus-interfaces/tree/master/org/open_power/Sensor/Aggregation/History The application implementing them is in the phosphor-power repository (power-supply). > To get this, you would need to poll the sensors and store the values on > another machine. To implement the Redfish Telemetry service would we need to store them on the BMC as well? -brad