> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# gpudb::ShowResourceStatisticsRequest

> gpudb::ShowResourceStatisticsRequest — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a3fc3bd8bd184e925912ade256e84f9f7">GPUdb::showResourceStatistics</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/show__resource__statistics_8h_source">gpudb/protocol/show\_resource\_statistics.h</a>></code></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Member Functions</h2>
        </td>
      </tr>

      <tr className="memitem:a6e1da29f5873e617d3818c7c6b5dbed5" id="r_a6e1da29f5873e617d3818c7c6b5dbed5">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a6e1da29f5873e617d3818c7c6b5dbed5">ShowResourceStatisticsRequest</a> ()</td>
      </tr>

      <tr className="memdesc:a6e1da29f5873e617d3818c7c6b5dbed5">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowResourceStatisticsRequest" title="A set of parameters for GPUdb::showResourceStatistics.">ShowResourceStatisticsRequest</a> object with default parameters. <br /></td>
      </tr>

      <tr className="separator:a6e1da29f5873e617d3818c7c6b5dbed5">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:acba4fb169a5cb53d966a1b0e41877df8" id="r_acba4fb169a5cb53d966a1b0e41877df8">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#acba4fb169a5cb53d966a1b0e41877df8">ShowResourceStatisticsRequest</a> (const std::map\< std::string, std::string > \&options\_)</td>
      </tr>

      <tr className="memdesc:acba4fb169a5cb53d966a1b0e41877df8">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowResourceStatisticsRequest" title="A set of parameters for GPUdb::showResourceStatistics.">ShowResourceStatisticsRequest</a> object with the specified parameters. <br /></td>
      </tr>

      <tr className="separator:acba4fb169a5cb53d966a1b0e41877df8">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:ac674daa12bab8d4f3032185168b03f9c" id="r_ac674daa12bab8d4f3032185168b03f9c">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ac674daa12bab8d4f3032185168b03f9c">options</a></td>
      </tr>

      <tr className="memdesc:ac674daa12bab8d4f3032185168b03f9c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Optional parameters. <br /></td>
      </tr>

      <tr className="separator:ac674daa12bab8d4f3032185168b03f9c">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of parameters for <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#a3fc3bd8bd184e925912ade256e84f9f7">GPUdb::showResourceStatistics</a>. </p>
      <p>Requests various statistics for storage/memory tiers and resource groups. Returns statistics on a per-rank basis. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__resource__statistics_8h_source#l00020">20</a> of file <a className="el" href="/content/api/cpp/show__resource__statistics_8h_source">show\_resource\_statistics.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a6e1da29f5873e617d3818c7c6b5dbed5">◆ </a></span>ShowResourceStatisticsRequest() <span className="overload">\[1/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::ShowResourceStatisticsRequest::ShowResourceStatisticsRequest </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </span>
                  </td>

                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowResourceStatisticsRequest" title="A set of parameters for GPUdb::showResourceStatistics.">ShowResourceStatisticsRequest</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__resource__statistics_8h_source#l00026">26</a> of file <a className="el" href="/content/api/cpp/show__resource__statistics_8h_source">show\_resource\_statistics.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#acba4fb169a5cb53d966a1b0e41877df8">◆ </a></span>ShowResourceStatisticsRequest() <span className="overload">\[2/2]</span></h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::ShowResourceStatisticsRequest::ShowResourceStatisticsRequest </td>
                  <td>(</td>
                  <td className="paramtype">const std::map\< std::string, std::string > &</td>
                  <td className="paramname"><span className="paramname"><span className="em">options\_</span></span></td>
                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1ShowResourceStatisticsRequest" title="A set of parameters for GPUdb::showResourceStatistics.">ShowResourceStatisticsRequest</a> object with the specified parameters. </p>

        <div className="dl params">
          <div className="dt">Parameters</div>

          <div className="dd">
            <table className="params">
              <tr>
                <td className="paramdir">\[in]</td>
                <td className="paramname">options\_</td>
                <td>Optional parameters. The default value is an empty map. </td>
              </tr>
            </table>
          </div>
        </div>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__resource__statistics_8h_source#l00038">38</a> of file <a className="el" href="/content/api/cpp/show__resource__statistics_8h_source">show\_resource\_statistics.h</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#ac674daa12bab8d4f3032185168b03f9c">◆ </a></span>options</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::ShowResourceStatisticsRequest::options</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Optional parameters. </p>
        <p>The default value is an empty map. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/show__resource__statistics_8h_source#l00046">46</a> of file <a className="el" href="/content/api/cpp/show__resource__statistics_8h_source">show\_resource\_statistics.h</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following file:

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/show__resource__statistics_8h_source">show\_resource\_statistics.h</a></li>
    </ul>
  </div>
</div>
