From patchwork Wed Aug 7 06:33:33 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomas Glozar X-Patchwork-Id: 817601 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 15B102AF07 for ; Wed, 7 Aug 2024 06:34:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723012446; cv=none; b=cq1Kzwk/EsjpPpudS7QLqrAQsJaHQ6bJ9xt5AqGwGK6Is6kiwo6+a905Lj0Vqr4aa+GZ71e+9sJzWS3hy/T2lyWZzSv2LdnV0QKlV9eZTQmX1tXVnT2GSLOrKWAwn8f4jhix9Io+6zCSnKVrrKrGMfkShb0+RB3SYPmElkZRBow= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723012446; c=relaxed/simple; bh=rCldAQ/eZr6lV0grryv09Nu5e2AbiyCNQrQt5ax5z20=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=XDzcEsNYBwn5UUE95xgQ8yhQnsHR6BXFV555NKx0QaTtSlVOeyTHINQPYXlxkq+J+CEg+c47Tyk+OA20TFnKC1+k6HRsd/bLv501ZT/oSIwKDgPAQN0vOB3vH9RuEWcPo9sKCEB5Lekn772q+1q2WVVGIibOZ3nwwrOkIrpWCYE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=EPLgG9kF; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="EPLgG9kF" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1723012443; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=NnjTjWVGx6dNqd918NOZQVjq1vUpYIqTGb5oSGCiuGQ=; b=EPLgG9kFeUwfbVSEwPK8AUGiaBWHlFmoOKRo21tSqi7P+uK3T+k/WExflNlnVwjWSwRpUA r339wCyyVYC+JyuOdV6Ni8gvnTpBu80GGtNmpM+H7qBTUKZe15XBuHrCz9L74LEE9ylbL9 j4dqnH/nvz51sfjQIivVf6vp/xS7bqU= Received: from mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-591-Fq3tMdT0PKiXuxQcnEqoaw-1; Wed, 07 Aug 2024 02:34:02 -0400 X-MC-Unique: Fq3tMdT0PKiXuxQcnEqoaw-1 Received: from mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id B4D6D1955D5A for ; Wed, 7 Aug 2024 06:34:01 +0000 (UTC) Received: from fedora.redhat.com (unknown [10.45.224.78]) by mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id EB9001955BFC; Wed, 7 Aug 2024 06:33:59 +0000 (UTC) From: tglozar@redhat.com To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, Tomas Glozar Subject: [PATCH] rteval: Add tuned state to rteval text report Date: Wed, 7 Aug 2024 08:33:33 +0200 Message-ID: <20240807063333.258868-1-tglozar@redhat.com> Precedence: bulk X-Mailing-List: linux-rt-users@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.0 on 10.30.177.15 From: Tomas Glozar Add a section "Tuned state" to the text report generated by rteval. Show tuned active state if tuned is present, otherwise, show a message that tuned is not present. If the active state is known, show also the verification result. Signed-off-by: Tomas Glozar Signed-off-by: John Kacur --- rteval/rteval_text.xsl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/rteval/rteval_text.xsl b/rteval/rteval_text.xsl index 96846aa..70f3e0f 100644 --- a/rteval/rteval_text.xsl +++ b/rteval/rteval_text.xsl @@ -143,6 +143,22 @@ (unknown) + + + Tuned state: + + + + profile + + , verification: + + + + + not present + + System load: