diff options
| author | fche <fche> | 2018-10-13 19:38:43 +0000 |
|---|---|---|
| committer | fche <fche> | 2018-10-13 19:38:43 +0000 |
| commit | e542fe1f0b69e92061bc8000414506c282a31451 (patch) | |
| tree | 897416744e3bbe5456e2f24c74ee1d8747df5f12 /tapsets/API-json-add-numeric-metric.html | |
| parent | removed langref/*.html (diff) | |
removed man pages
Diffstat (limited to 'tapsets/API-json-add-numeric-metric.html')
| -rw-r--r-- | tapsets/API-json-add-numeric-metric.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tapsets/API-json-add-numeric-metric.html b/tapsets/API-json-add-numeric-metric.html index 4e080f6e..53f147b4 100644 --- a/tapsets/API-json-add-numeric-metric.html +++ b/tapsets/API-json-add-numeric-metric.html | |||
| @@ -1,14 +1,14 @@ | |||
| 1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>function::json_add_numeric_metric</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="json.stp.html" title="Chapter 33. JSON Tapset"><link rel="prev" href="API-json-add-array-string-metric.html" title="function::json_add_array_string_metric"><link rel="next" href="API-json-add-string-metric.html" title="function::json_add_string_metric"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">function::json_add_numeric_metric</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-json-add-array-string-metric.html">Prev</a> </td><th width="60%" align="center">Chapter 33. JSON Tapset</th><td width="20%" align="right"> <a accesskey="n" href="API-json-add-string-metric.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-json-add-numeric-metric"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>function::json_add_numeric_metric — | 1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>function::json_add_numeric_metric</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="json.stp.html" title="Chapter 33. JSON Tapset"><link rel="prev" href="API-json-add-array-string-metric.html" title="function::json_add_array_string_metric"><link rel="next" href="API-json-add-string-metric.html" title="function::json_add_string_metric"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">function::json_add_numeric_metric</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-json-add-array-string-metric.html">Prev</a> </td><th width="60%" align="center">Chapter 33. JSON Tapset</th><td width="20%" align="right"> <a accesskey="n" href="API-json-add-string-metric.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-json-add-numeric-metric"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>function::json_add_numeric_metric — |
| 2 | Add a numeric metric | 2 | Add a numeric metric |
| 3 | </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> | 3 | </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> |
| 4 | json_add_numeric_metric:long(name:string,description:string,units:string) | 4 | json_add_numeric_metric:long(name:string,description:string,units:string) |
| 5 | </pre></div><div class="refsect1"><a name="idm47871997531904"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>name</code></em></span></dt><dd><p> | 5 | </pre></div><div class="refsect1"><a name="idp71873692823008"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>name</code></em></span></dt><dd><p> |
| 6 | The name of the numeric metric. | 6 | The name of the numeric metric. |
| 7 | </p></dd><dt><span class="term"><em class="parameter"><code>description</code></em></span></dt><dd><p> | 7 | </p></dd><dt><span class="term"><em class="parameter"><code>description</code></em></span></dt><dd><p> |
| 8 | Metric description. An empty string can be used. | 8 | Metric description. An empty string can be used. |
| 9 | </p></dd><dt><span class="term"><em class="parameter"><code>units</code></em></span></dt><dd><p> | 9 | </p></dd><dt><span class="term"><em class="parameter"><code>units</code></em></span></dt><dd><p> |
| 10 | Metic units. An empty string can be used. | 10 | Metic units. An empty string can be used. |
| 11 | </p></dd></dl></div></div><div class="refsect1"><a name="idm47871997524608"></a><h2>Description</h2><p> | 11 | </p></dd></dl></div></div><div class="refsect1"><a name="idp71873692830304"></a><h2>Description</h2><p> |
| 12 | This function adds a numeric metric, setting up | 12 | This function adds a numeric metric, setting up |
| 13 | everything needed. | 13 | everything needed. |
| 14 | </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-json-add-array-string-metric.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="json.stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-json-add-string-metric.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">function::json_add_array_string_metric</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">function::json_add_string_metric</span></td></tr></table></div></body></html> | 14 | </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-json-add-array-string-metric.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="json.stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-json-add-string-metric.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">function::json_add_array_string_metric</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">function::json_add_string_metric</span></td></tr></table></div></body></html> |
