<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://techwiki.u-ff.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://techwiki.u-ff.com/feed.php">
        <title>技術wiki centos:serverload</title>
        <description></description>
        <link>https://techwiki.u-ff.com/</link>
        <image rdf:resource="https://techwiki.u-ff.com/_media/wiki/favicon.ico" />
       <dc:date>2026-04-17T07:12:05+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://techwiki.u-ff.com/centos/serverload/ab"/>
                <rdf:li rdf:resource="https://techwiki.u-ff.com/centos/serverload/ps"/>
                <rdf:li rdf:resource="https://techwiki.u-ff.com/centos/serverload/vmstat"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://techwiki.u-ff.com/_media/wiki/favicon.ico">
        <title>技術wiki</title>
        <link>https://techwiki.u-ff.com/</link>
        <url>https://techwiki.u-ff.com/_media/wiki/favicon.ico</url>
    </image>
    <item rdf:about="https://techwiki.u-ff.com/centos/serverload/ab">
        <dc:format>text/html</dc:format>
        <dc:date>2023-05-12T17:08:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ab コマンドの使い方</title>
        <link>https://techwiki.u-ff.com/centos/serverload/ab</link>
        <description>ab コマンドの使い方

ab は Apache Bench の略

Webサーバーの性能確認をするためのツール

主なオプション

-c クライアント数
-n トータルのリクエスト数

使用例


ab -c 10 -n 1000 http://example.com/</description>
    </item>
    <item rdf:about="https://techwiki.u-ff.com/centos/serverload/ps">
        <dc:format>text/html</dc:format>
        <dc:date>2023-05-26T18:06:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>psコマンドの使い方</title>
        <link>https://techwiki.u-ff.com/centos/serverload/ps</link>
        <description>psコマンドの使い方

psコマンド


ps


実行結果


  PID TTY          TIME CMD
 3132 pts/1    00:00:00 su
 3133 pts/1    00:00:00 bash
 3954 pts/1    00:00:00 ps


こんな感じのものが表示される

基本的には aux オプションを付けて使うので ps 単体で使うことはあまりない</description>
    </item>
    <item rdf:about="https://techwiki.u-ff.com/centos/serverload/vmstat">
        <dc:format>text/html</dc:format>
        <dc:date>2023-05-12T18:19:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>vmstatの使い方</title>
        <link>https://techwiki.u-ff.com/centos/serverload/vmstat</link>
        <description>vmstatの使い方

基本の使い方


vmstat


実行結果


procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
 1  0 128768 705832      0 128180    0   20   106    38  926  437  8  1 91  0  0</description>
    </item>
</rdf:RDF>
