<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in common</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a874c8d0cdd3ce461df7a0d79dd7c6309ff4a1b5 - scripts/perf: Use sudo only when needed</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/scripts/perf/pm/common#a874c8d0cdd3ce461df7a0d79dd7c6309ff4a1b5</link>
        <description>scripts/perf: Use sudo only when neededMost of the monitoring tools can be executed as non-root so usesudo only for those that explicitly require it.Change-Id: I0044abd888284c0b368cfb5f21409850261ce4cbSigned-off-by: Michal Berger &lt;michal.berger@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22699Reviewed-by: Jim Harris &lt;jim.harris@samsung.com&gt;Reviewed-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;

            List of files:
            /spdk/scripts/perf/pm/common</description>
        <pubDate>Wed, 10 Apr 2024 09:18:57 +0000</pubDate>
        <dc:creator>Michal Berger &lt;michal.berger@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f3f3355572c467a110d4aea426786bae0e07ea72 - scripts/perf: Drop MONITOR_RESOURCES_PIDS[@]</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/scripts/perf/pm/common#f3f3355572c467a110d4aea426786bae0e07ea72</link>
        <description>scripts/perf: Drop MONITOR_RESOURCES_PIDS[@]This list is in practice available only to a process which startedthe monitors - every other process that calls tosignal_monitor_resources() relies solely on the .pid file.Change-Id: Ie239c1ae9e921d6babca45deba79febdba3dabadSigned-off-by: Michal Berger &lt;michal.berger@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22698Reviewed-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;jim.harris@samsung.com&gt;

            List of files:
            /spdk/scripts/perf/pm/common</description>
        <pubDate>Wed, 10 Apr 2024 07:42:59 +0000</pubDate>
        <dc:creator>Michal Berger &lt;michal.berger@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>06243cb0357c71031376bed3645f4bd5abac4108 - scripts/perf/pm: Add minimal FreeBSD support to vmstat collector</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/scripts/perf/pm/common#06243cb0357c71031376bed3645f4bd5abac4108</link>
        <description>scripts/perf/pm: Add minimal FreeBSD support to vmstat collectorChange-Id: If30ba474193c24c610bfc4619525726c46516dccSigned-off-by: Michal Berger &lt;michal.berger@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21548Reviewed-by: Jim Harris &lt;jim.harris@samsung.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;

            List of files:
            /spdk/scripts/perf/pm/common</description>
        <pubDate>Wed, 24 Jan 2024 14:10:22 +0000</pubDate>
        <dc:creator>Michal Berger &lt;michal.berger@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d5fe62b2d043cb6d049c9da4d8a8ee90ca19bc5d - autotest: Add helpers for controling pm tools</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/scripts/perf/pm/common#d5fe62b2d043cb6d049c9da4d8a8ee90ca19bc5d</link>
        <description>autotest: Add helpers for controling pm toolsAnd use them to hook collect-* perf scripts into autobuild,autopackage.This is meant to serve as a debug exposing impact of the full SPDK buildon the underlying system.Change-Id: I7e0fe48927dd5725ea415e99752fa33e608710ecSigned-off-by: Michal Berger &lt;michal.berger@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21494Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;Reviewed-by: Jim Harris &lt;jim.harris@samsung.com&gt;Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;

            List of files:
            /spdk/scripts/perf/pm/common</description>
        <pubDate>Thu, 18 Jan 2024 15:56:38 +0000</pubDate>
        <dc:creator>Michal Berger &lt;michal.berger@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8d588fbc4305337cf1a20ecbb50cc11be8fc1014 - scripts/perf: Tag PM data with current run_test() instance</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/scripts/perf/pm/common#8d588fbc4305337cf1a20ecbb50cc11be8fc1014</link>
        <description>scripts/perf: Tag PM data with current run_test() instanceAdd signal handler to catch USR1 and drive re-tagging of the PM data.This should allow for a quick cross-reference while troubleshootingtarget test and its potential impact on the system.Change-Id: I6eb7ff0ed0fc4d0162db0166543a070a4ad90de4Signed-off-by: Michal Berger &lt;michal.berger@intel.com&gt;Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21179Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Reviewed-by: Tomasz Zawadzki &lt;tomasz.zawadzki@intel.com&gt;

            List of files:
            /spdk/scripts/perf/pm/common</description>
        <pubDate>Thu, 28 Dec 2023 14:56:35 +0000</pubDate>
        <dc:creator>Michal Berger &lt;michal.berger@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
