<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.igornet.de/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://wiki.igornet.de/feed.php">
        <title>IGORNET wiki - entwicklung:node</title>
        <description>... where shit is known.</description>
        <link>https://wiki.igornet.de/</link>
        <image rdf:resource="https://wiki.igornet.de/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-05-06T13:58:05+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.igornet.de/entwicklung/node/pm2?rev=1670325110&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.igornet.de/_media/wiki/dokuwiki.svg">
        <title>IGORNET wiki</title>
        <link>https://wiki.igornet.de/</link>
        <url>https://wiki.igornet.de/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.igornet.de/entwicklung/node/pm2?rev=1670325110&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-06T11:11:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>pm2</title>
        <link>https://wiki.igornet.de/entwicklung/node/pm2?rev=1670325110&amp;do=diff</link>
        <description>Node-Projekte als Dienste starten und überwachen.


# Fork mode
pm2 start app.js --name my-api # Name process

# Cluster mode
pm2 start app.js -i 0        # Will start maximum processes with LB depending on available CPUs
pm2 start app.js -i max      # Same as above, but deprecated.
pm2 scale app +3             # Scales `app` up by 3 workers
pm2 scale app 2              # Scales `app` up or down to 2 workers total

# Listing

pm2 list               # Display all processes status
pm2 jlist       …</description>
    </item>
</rdf:RDF>
