<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.jimetrics.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.jimetrics.com/feed.php">
        <title>JiMetrics</title>
        <description></description>
        <link>https://www.jimetrics.com/</link>
        <image rdf:resource="https://www.jimetrics.com/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-05-04T04:45:01-0500</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.jimetrics.com/doku.php?id=db:sqlserver:jimetrics&amp;rev=1415762922&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.jimetrics.com/doku.php?id=windows:powershell:insertinstanceconfig&amp;rev=1402967122&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.jimetrics.com/doku.php?id=windows:powershell:updateinstance&amp;rev=1402967000&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.jimetrics.com/doku.php?id=windows:powershell:insertinstance&amp;rev=1402966823&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.jimetrics.com/doku.php?id=windows:powershell:updatehost&amp;rev=1402966693&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.jimetrics.com/doku.php?id=windows:windowsstart&amp;rev=1392870180&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.jimetrics.com/doku.php?id=start&amp;rev=1386951438&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.jimetrics.com/doku.php?id=windows:powershell:powershellstart&amp;rev=1383673493&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.jimetrics.com/lib/tpl/dokuwiki/images/favicon.ico">
        <title>JiMetrics</title>
        <link>https://www.jimetrics.com/</link>
        <url>https://www.jimetrics.com/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.jimetrics.com/doku.php?id=db:sqlserver:jimetrics&amp;rev=1415762922&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-11T21:28:42-0500</dc:date>
        <dc:creator>haidong (haidong@undisclosed.example.com)</dc:creator>
        <title>db:sqlserver:jimetrics - First version of JiMetrics columnstore</title>
        <link>https://www.jimetrics.com/doku.php?id=db:sqlserver:jimetrics&amp;rev=1415762922&amp;do=diff</link>
        <description>JiMetrics database creation

Since I started with Windows, I will present a SQL Server database design first. Metrics data is typically write-once and read-only, so column-store tables are perfect fits. Toward that end, I've created two versions: the first one, listed below as JiMetrics.sql, is a regular row-based database. The second one uses columnstore for many tables. It is based on SQL Server 2014. It is listed below as JiMetricsColumnstore.sql.</description>
    </item>
    <item rdf:about="https://www.jimetrics.com/doku.php?id=windows:powershell:insertinstanceconfig&amp;rev=1402967122&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-06-16T20:05:22-0500</dc:date>
        <dc:creator>haidong (haidong@undisclosed.example.com)</dc:creator>
        <title>windows:powershell:insertinstanceconfig - Refactoring and test cases</title>
        <link>https://www.jimetrics.com/doku.php?id=windows:powershell:insertinstanceconfig&amp;rev=1402967122&amp;do=diff</link>
        <description>Here is a PowerShell script to gather SQL Server instance configuration information. It comes from sys.configurations view. Please create a SQL Server Agent job for this. The domain account that this job runs under needs to have proper access to the instances in question and be able to insert data into the JiMetrics database.</description>
    </item>
    <item rdf:about="https://www.jimetrics.com/doku.php?id=windows:powershell:updateinstance&amp;rev=1402967000&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-06-16T20:03:20-0500</dc:date>
        <dc:creator>haidong (haidong@undisclosed.example.com)</dc:creator>
        <title>windows:powershell:updateinstance - Refactoring and test cases</title>
        <link>https://www.jimetrics.com/doku.php?id=windows:powershell:updateinstance&amp;rev=1402967000&amp;do=diff</link>
        <description>After server host SQl Server instance(s) have been discovered, here is a PowerShell script to update those instances with information like SQL Server edition, product version, service pack level, etc. Please create a SQL Server Agent job for this. The domain account that this job runs under needs to have access to the instances.</description>
    </item>
    <item rdf:about="https://www.jimetrics.com/doku.php?id=windows:powershell:insertinstance&amp;rev=1402966823&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-06-16T20:00:23-0500</dc:date>
        <dc:creator>haidong (haidong@undisclosed.example.com)</dc:creator>
        <title>windows:powershell:insertinstance - Refactoring, more test cases</title>
        <link>https://www.jimetrics.com/doku.php?id=windows:powershell:insertinstance&amp;rev=1402966823&amp;do=diff</link>
        <description>Here is a PowerShell script to discover SQL Server instances installed on the server hosts in the Host table. Please create a SQL Server Agent job for this. The domain account that this job runs under needs to in the local administrator's group on the host whose metrics it is trying to get.</description>
    </item>
    <item rdf:about="https://www.jimetrics.com/doku.php?id=windows:powershell:updatehost&amp;rev=1402966693&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-06-16T19:58:13-0500</dc:date>
        <dc:creator>haidong (haidong@undisclosed.example.com)</dc:creator>
        <title>windows:powershell:updatehost - Refactoring, taking out a function, and added test cases</title>
        <link>https://www.jimetrics.com/doku.php?id=windows:powershell:updatehost&amp;rev=1402966693&amp;do=diff</link>
        <description>Here is a PowerShell script to gather Windows host info such as OS version, hardware model, memory size, CPU type, core count, BIOS version, BIOS release date, Host hardware serial number. Please create a SQL Server Agent job for this. The domain account that this job runs under needs to in the local administrator's group on the host whose metrics it is trying to get.</description>
    </item>
    <item rdf:about="https://www.jimetrics.com/doku.php?id=windows:windowsstart&amp;rev=1392870180&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-02-19T22:23:00-0500</dc:date>
        <dc:creator>haidong (haidong@undisclosed.example.com)</dc:creator>
        <title>windows:windowsstart - Domain account permission clarification and other minor changes</title>
        <link>https://www.jimetrics.com/doku.php?id=windows:windowsstart&amp;rev=1392870180&amp;do=diff</link>
        <description>Windows and SQL Server metrics data capturing

Here are step by step instructions on setting up a process to collect Windows and SQL Server related metrics data. Most of the automation scripts are written in PowerShell. To be honest, given a choice, I'd rather write my tools in either Python or Perl. However, on Windows systems, those languages require a separate install, whereas PowerShell is present already. That, plus the tight integration between PowerShell and Windows (and other Microsoft s…</description>
    </item>
    <item rdf:about="https://www.jimetrics.com/doku.php?id=start&amp;rev=1386951438&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-12-13T10:17:18-0500</dc:date>
        <dc:creator>haidong (haidong@undisclosed.example.com)</dc:creator>
        <title>start - removed test change</title>
        <link>https://www.jimetrics.com/doku.php?id=start&amp;rev=1386951438&amp;do=diff</link>
        <description>Welcome to JiMetrics

My name is Haidong Ji. I created this site to share and improve automation tools that I wrote for server and database management. These tools have been very useful to me, for purposes like:

	*  Server administration
	*  Storage management</description>
    </item>
    <item rdf:about="https://www.jimetrics.com/doku.php?id=windows:powershell:powershellstart&amp;rev=1383673493&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-11-05T11:44:53-0500</dc:date>
        <dc:creator>haidong (haidong@undisclosed.example.com)</dc:creator>
        <title>windows:powershell:powershellstart - Added links to SQL Server instance and perf counter scripts</title>
        <link>https://www.jimetrics.com/doku.php?id=windows:powershell:powershellstart&amp;rev=1383673493&amp;do=diff</link>
        <description>PowerShell is Microsoft's scripting language/shell that comes with Windows server and desktop per-installed nowadays. It has tight integration with the operating system and Microsoft's various server products. For automating tasks on Windows, it is a pretty compelling choice because of this bundling.</description>
    </item>
</rdf:RDF>
