322 lines
19 KiB
HTML
322 lines
19 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta name="nodejs.org:node-version" content="v12.22.12">
|
|
<title>Trace events | Node.js v12.22.12 Documentation</title>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic&display=fallback">
|
|
<link rel="stylesheet" href="assets/style.css">
|
|
<link rel="stylesheet" href="assets/hljs.css">
|
|
<link rel="canonical" href="https://nodejs.org/api/tracing.html">
|
|
</head>
|
|
<body class="alt apidoc" id="api-section-tracing">
|
|
<div id="content" class="clearfix">
|
|
<div id="column2" class="interior">
|
|
<div id="intro" class="interior">
|
|
<a href="/" title="Go back to the home page">
|
|
Node.js
|
|
</a>
|
|
</div>
|
|
<ul>
|
|
<li><a href="documentation.html" class="nav-documentation">About this documentation</a></li>
|
|
<li><a href="synopsis.html" class="nav-synopsis">Usage and example</a></li>
|
|
</ul>
|
|
<hr class="line">
|
|
<ul>
|
|
<li><a href="assert.html" class="nav-assert">Assertion testing</a></li>
|
|
<li><a href="async_hooks.html" class="nav-async_hooks">Async hooks</a></li>
|
|
<li><a href="buffer.html" class="nav-buffer">Buffer</a></li>
|
|
<li><a href="addons.html" class="nav-addons">C++ Addons</a></li>
|
|
<li><a href="n-api.html" class="nav-n-api">C/C++ Addons with N-API</a></li>
|
|
<li><a href="embedding.html" class="nav-embedding">C++ Embedder API</a></li>
|
|
<li><a href="child_process.html" class="nav-child_process">Child Processes</a></li>
|
|
<li><a href="cluster.html" class="nav-cluster">Cluster</a></li>
|
|
<li><a href="cli.html" class="nav-cli">Command line options</a></li>
|
|
<li><a href="console.html" class="nav-console">Console</a></li>
|
|
<li><a href="crypto.html" class="nav-crypto">Crypto</a></li>
|
|
<li><a href="debugger.html" class="nav-debugger">Debugger</a></li>
|
|
<li><a href="deprecations.html" class="nav-deprecations">Deprecated APIs</a></li>
|
|
<li><a href="dns.html" class="nav-dns">DNS</a></li>
|
|
<li><a href="domain.html" class="nav-domain">Domain</a></li>
|
|
<li><a href="errors.html" class="nav-errors">Errors</a></li>
|
|
<li><a href="events.html" class="nav-events">Events</a></li>
|
|
<li><a href="fs.html" class="nav-fs">File system</a></li>
|
|
<li><a href="globals.html" class="nav-globals">Globals</a></li>
|
|
<li><a href="http.html" class="nav-http">HTTP</a></li>
|
|
<li><a href="http2.html" class="nav-http2">HTTP/2</a></li>
|
|
<li><a href="https.html" class="nav-https">HTTPS</a></li>
|
|
<li><a href="inspector.html" class="nav-inspector">Inspector</a></li>
|
|
<li><a href="intl.html" class="nav-intl">Internationalization</a></li>
|
|
<li><a href="modules.html" class="nav-modules">Modules: CommonJS modules</a></li>
|
|
<li><a href="esm.html" class="nav-esm">Modules: ECMAScript modules</a></li>
|
|
<li><a href="module.html" class="nav-module">Modules: <code>module</code> API</a></li>
|
|
<li><a href="packages.html" class="nav-packages">Modules: Packages</a></li>
|
|
<li><a href="net.html" class="nav-net">Net</a></li>
|
|
<li><a href="os.html" class="nav-os">OS</a></li>
|
|
<li><a href="path.html" class="nav-path">Path</a></li>
|
|
<li><a href="perf_hooks.html" class="nav-perf_hooks">Performance hooks</a></li>
|
|
<li><a href="policy.html" class="nav-policy">Policies</a></li>
|
|
<li><a href="process.html" class="nav-process">Process</a></li>
|
|
<li><a href="punycode.html" class="nav-punycode">Punycode</a></li>
|
|
<li><a href="querystring.html" class="nav-querystring">Query strings</a></li>
|
|
<li><a href="readline.html" class="nav-readline">Readline</a></li>
|
|
<li><a href="repl.html" class="nav-repl">REPL</a></li>
|
|
<li><a href="report.html" class="nav-report">Report</a></li>
|
|
<li><a href="stream.html" class="nav-stream">Stream</a></li>
|
|
<li><a href="string_decoder.html" class="nav-string_decoder">String decoder</a></li>
|
|
<li><a href="timers.html" class="nav-timers">Timers</a></li>
|
|
<li><a href="tls.html" class="nav-tls">TLS/SSL</a></li>
|
|
<li><a href="tracing.html" class="nav-tracing active">Trace events</a></li>
|
|
<li><a href="tty.html" class="nav-tty">TTY</a></li>
|
|
<li><a href="dgram.html" class="nav-dgram">UDP/datagram</a></li>
|
|
<li><a href="url.html" class="nav-url">URL</a></li>
|
|
<li><a href="util.html" class="nav-util">Utilities</a></li>
|
|
<li><a href="v8.html" class="nav-v8">V8</a></li>
|
|
<li><a href="vm.html" class="nav-vm">VM</a></li>
|
|
<li><a href="wasi.html" class="nav-wasi">WASI</a></li>
|
|
<li><a href="worker_threads.html" class="nav-worker_threads">Worker threads</a></li>
|
|
<li><a href="zlib.html" class="nav-zlib">Zlib</a></li>
|
|
</ul>
|
|
<hr class="line">
|
|
<ul>
|
|
<li><a href="https://github.com/nodejs/node" class="nav-https-github-com-nodejs-node">Code repository and issue tracker</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div id="column1" data-id="tracing" class="interior">
|
|
<header>
|
|
<h1>Node.js v12.22.12 Documentation</h1>
|
|
<div id="gtoc">
|
|
<ul>
|
|
<li>
|
|
<a href="index.html">Index</a>
|
|
</li>
|
|
<li>
|
|
<a href="all.html">View on single page</a>
|
|
</li>
|
|
<li>
|
|
<a href="tracing.json">View as JSON</a>
|
|
</li>
|
|
|
|
<li class="version-picker">
|
|
<a href="#">View another version <span>▼</span></a>
|
|
<ol class="version-picker"><li><a href="https://nodejs.org/docs/latest-v17.x/api/tracing.html">17.x</a></li>
|
|
<li><a href="https://nodejs.org/docs/latest-v16.x/api/tracing.html">16.x <b>LTS</b></a></li>
|
|
<li><a href="https://nodejs.org/docs/latest-v15.x/api/tracing.html">15.x</a></li>
|
|
<li><a href="https://nodejs.org/docs/latest-v14.x/api/tracing.html">14.x <b>LTS</b></a></li>
|
|
<li><a href="https://nodejs.org/docs/latest-v13.x/api/tracing.html">13.x</a></li>
|
|
<li><a href="https://nodejs.org/docs/latest-v12.x/api/tracing.html">12.x <b>LTS</b></a></li>
|
|
<li><a href="https://nodejs.org/docs/latest-v11.x/api/tracing.html">11.x</a></li>
|
|
<li><a href="https://nodejs.org/docs/latest-v10.x/api/tracing.html">10.x</a></li>
|
|
<li><a href="https://nodejs.org/docs/latest-v9.x/api/tracing.html">9.x</a></li>
|
|
<li><a href="https://nodejs.org/docs/latest-v8.x/api/tracing.html">8.x</a></li>
|
|
<li><a href="https://nodejs.org/docs/latest-v7.x/api/tracing.html">7.x</a></li></ol>
|
|
</li>
|
|
|
|
<li class="edit_on_github"><a href="https://github.com/nodejs/node/edit/master/doc/api/tracing.md"><span class="github_icon"><svg height="16" width="16" viewBox="0 0 16.1 16.1" fill="currentColor"><path d="M8 0a8 8 0 0 0-2.5 15.6c.4 0 .5-.2.5-.4v-1.5c-2 .4-2.5-.5-2.7-1 0-.1-.5-.9-.8-1-.3-.2-.7-.6 0-.6.6 0 1 .6 1.2.8.7 1.2 1.9 1 2.4.7 0-.5.2-.9.5-1-1.8-.3-3.7-1-3.7-4 0-.9.3-1.6.8-2.2 0-.2-.3-1 .1-2 0 0 .7-.3 2.2.7a7.4 7.4 0 0 1 4 0c1.5-1 2.2-.8 2.2-.8.5 1.1.2 2 .1 2.1.5.6.8 1.3.8 2.2 0 3-1.9 3.7-3.6 4 .3.2.5.7.5 1.4v2.2c0 .2.1.5.5.4A8 8 0 0 0 16 8a8 8 0 0 0-8-8z"/></svg></span>Edit on GitHub</a></li>
|
|
</ul>
|
|
</div>
|
|
<hr>
|
|
</header>
|
|
|
|
<div id="toc">
|
|
<h2>Table of Contents</h2>
|
|
<ul>
|
|
<li><span class="stability_1"><a href="#tracing_trace_events">Trace events</a></span>
|
|
<ul>
|
|
<li><a href="#tracing_the_trace_events_module">The <code>trace_events</code> module</a>
|
|
<ul>
|
|
<li><a href="#tracing_tracing_object"><code>Tracing</code> object</a>
|
|
<ul>
|
|
<li><a href="#tracing_tracing_categories"><code>tracing.categories</code></a></li>
|
|
<li><a href="#tracing_tracing_disable"><code>tracing.disable()</code></a></li>
|
|
<li><a href="#tracing_tracing_enable"><code>tracing.enable()</code></a></li>
|
|
<li><a href="#tracing_tracing_enabled"><code>tracing.enabled</code></a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#tracing_trace_events_createtracing_options"><code>trace_events.createTracing(options)</code></a></li>
|
|
<li><a href="#tracing_trace_events_getenabledcategories"><code>trace_events.getEnabledCategories()</code></a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div id="apicontent">
|
|
<h1>Trace events<span><a class="mark" href="#tracing_trace_events" id="tracing_trace_events">#</a></span></h1>
|
|
|
|
<p></p><div class="api_stability api_stability_1"><a href="documentation.html#documentation_stability_index">Stability: 1</a> - Experimental</div><p></p>
|
|
<p><strong>Source Code:</strong> <a href="https://github.com/nodejs/node/blob/v12.22.12/lib/trace_events.js">lib/trace_events.js</a></p>
|
|
<p>The <code>trace_events</code> module provides a mechanism to centralize tracing information
|
|
generated by V8, Node.js core, and userspace code.</p>
|
|
<p>Tracing can be enabled with the <code>--trace-event-categories</code> command-line flag
|
|
or by using the <code>trace_events</code> module. The <code>--trace-event-categories</code> flag
|
|
accepts a list of comma-separated category names.</p>
|
|
<p>The available categories are:</p>
|
|
<ul>
|
|
<li><code>node</code>: An empty placeholder.</li>
|
|
<li><code>node.async_hooks</code>: Enables capture of detailed <a href="async_hooks.html"><code>async_hooks</code></a> trace data.
|
|
The <a href="async_hooks.html"><code>async_hooks</code></a> events have a unique <code>asyncId</code> and a special <code>triggerId</code>
|
|
<code>triggerAsyncId</code> property.</li>
|
|
<li><code>node.bootstrap</code>: Enables capture of Node.js bootstrap milestones.</li>
|
|
<li><code>node.console</code>: Enables capture of <code>console.time()</code> and <code>console.count()</code>
|
|
output.</li>
|
|
<li><code>node.dns.native</code>: Enables capture of trace data for DNS queries.</li>
|
|
<li><code>node.environment</code>: Enables capture of Node.js Environment milestones.</li>
|
|
<li><code>node.fs.sync</code>: Enables capture of trace data for file system sync methods.</li>
|
|
<li><code>node.perf</code>: Enables capture of <a href="perf_hooks.html">Performance API</a> measurements.
|
|
<ul>
|
|
<li><code>node.perf.usertiming</code>: Enables capture of only Performance API User Timing
|
|
measures and marks.</li>
|
|
<li><code>node.perf.timerify</code>: Enables capture of only Performance API timerify
|
|
measurements.</li>
|
|
</ul>
|
|
</li>
|
|
<li><code>node.promises.rejections</code>: Enables capture of trace data tracking the number
|
|
of unhandled Promise rejections and handled-after-rejections.</li>
|
|
<li><code>node.vm.script</code>: Enables capture of trace data for the <code>vm</code> module's
|
|
<code>runInNewContext()</code>, <code>runInContext()</code>, and <code>runInThisContext()</code> methods.</li>
|
|
<li><code>v8</code>: The <a href="v8.html">V8</a> events are GC, compiling, and execution related.</li>
|
|
</ul>
|
|
<p>By default the <code>node</code>, <code>node.async_hooks</code>, and <code>v8</code> categories are enabled.</p>
|
|
<pre><code class="language-bash">node --trace-event-categories v8,node,node.async_hooks server.js</code></pre>
|
|
<p>Prior versions of Node.js required the use of the <code>--trace-events-enabled</code>
|
|
flag to enable trace events. This requirement has been removed. However, the
|
|
<code>--trace-events-enabled</code> flag <em>may</em> still be used and will enable the
|
|
<code>node</code>, <code>node.async_hooks</code>, and <code>v8</code> trace event categories by default.</p>
|
|
<pre><code class="language-bash">node --trace-events-enabled
|
|
|
|
<span class="hljs-comment"># is equivalent to</span>
|
|
|
|
node --trace-event-categories v8,node,node.async_hooks</code></pre>
|
|
<p>Alternatively, trace events may be enabled using the <code>trace_events</code> module:</p>
|
|
<pre><code class="language-js"><span class="hljs-keyword">const</span> trace_events = <span class="hljs-built_in">require</span>(<span class="hljs-string">'trace_events'</span>);
|
|
<span class="hljs-keyword">const</span> tracing = trace_events.createTracing({ <span class="hljs-attr">categories</span>: [<span class="hljs-string">'node.perf'</span>] });
|
|
tracing.enable(); <span class="hljs-comment">// Enable trace event capture for the 'node.perf' category</span>
|
|
|
|
<span class="hljs-comment">// do work</span>
|
|
|
|
tracing.disable(); <span class="hljs-comment">// Disable trace event capture for the 'node.perf' category</span></code></pre>
|
|
<p>Running Node.js with tracing enabled will produce log files that can be opened
|
|
in the <a href="https://www.chromium.org/developers/how-tos/trace-event-profiling-tool"><code>chrome://tracing</code></a>
|
|
tab of Chrome.</p>
|
|
<p>The logging file is by default called <code>node_trace.${rotation}.log</code>, where
|
|
<code>${rotation}</code> is an incrementing log-rotation id. The filepath pattern can
|
|
be specified with <code>--trace-event-file-pattern</code> that accepts a template
|
|
string that supports <code>${rotation}</code> and <code>${pid}</code>:</p>
|
|
<pre><code class="language-bash">node --trace-event-categories v8 --trace-event-file-pattern <span class="hljs-string">'${pid}-${rotation}.log'</span> server.js</code></pre>
|
|
<p>The tracing system uses the same time source
|
|
as the one used by <code>process.hrtime()</code>.
|
|
However the trace-event timestamps are expressed in microseconds,
|
|
unlike <code>process.hrtime()</code> which returns nanoseconds.</p>
|
|
<p>The features from this module are not available in <a href="worker_threads.html#worker_threads_class_worker"><code>Worker</code></a> threads.</p>
|
|
<h2>The <code>trace_events</code> module<span><a class="mark" href="#tracing_the_trace_events_module" id="tracing_the_trace_events_module">#</a></span></h2>
|
|
<div class="api_metadata">
|
|
<span>Added in: v10.0.0</span>
|
|
</div>
|
|
<h3><code>Tracing</code> object<span><a class="mark" href="#tracing_tracing_object" id="tracing_tracing_object">#</a></span></h3>
|
|
<div class="api_metadata">
|
|
<span>Added in: v10.0.0</span>
|
|
</div>
|
|
<p>The <code>Tracing</code> object is used to enable or disable tracing for sets of
|
|
categories. Instances are created using the <code>trace_events.createTracing()</code>
|
|
method.</p>
|
|
<p>When created, the <code>Tracing</code> object is disabled. Calling the
|
|
<code>tracing.enable()</code> method adds the categories to the set of enabled trace event
|
|
categories. Calling <code>tracing.disable()</code> will remove the categories from the
|
|
set of enabled trace event categories.</p>
|
|
<h4><code>tracing.categories</code><span><a class="mark" href="#tracing_tracing_categories" id="tracing_tracing_categories">#</a></span></h4>
|
|
<div class="api_metadata">
|
|
<span>Added in: v10.0.0</span>
|
|
</div>
|
|
<ul>
|
|
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type" class="type"><string></a></li>
|
|
</ul>
|
|
<p>A comma-separated list of the trace event categories covered by this
|
|
<code>Tracing</code> object.</p>
|
|
<h4><code>tracing.disable()</code><span><a class="mark" href="#tracing_tracing_disable" id="tracing_tracing_disable">#</a></span></h4>
|
|
<div class="api_metadata">
|
|
<span>Added in: v10.0.0</span>
|
|
</div>
|
|
<p>Disables this <code>Tracing</code> object.</p>
|
|
<p>Only trace event categories <em>not</em> covered by other enabled <code>Tracing</code> objects
|
|
and <em>not</em> specified by the <code>--trace-event-categories</code> flag will be disabled.</p>
|
|
<pre><code class="language-js"><span class="hljs-keyword">const</span> trace_events = <span class="hljs-built_in">require</span>(<span class="hljs-string">'trace_events'</span>);
|
|
<span class="hljs-keyword">const</span> t1 = trace_events.createTracing({ <span class="hljs-attr">categories</span>: [<span class="hljs-string">'node'</span>, <span class="hljs-string">'v8'</span>] });
|
|
<span class="hljs-keyword">const</span> t2 = trace_events.createTracing({ <span class="hljs-attr">categories</span>: [<span class="hljs-string">'node.perf'</span>, <span class="hljs-string">'node'</span>] });
|
|
t1.enable();
|
|
t2.enable();
|
|
|
|
<span class="hljs-comment">// Prints 'node,node.perf,v8'</span>
|
|
<span class="hljs-built_in">console</span>.log(trace_events.getEnabledCategories());
|
|
|
|
t2.disable(); <span class="hljs-comment">// Will only disable emission of the 'node.perf' category</span>
|
|
|
|
<span class="hljs-comment">// Prints 'node,v8'</span>
|
|
<span class="hljs-built_in">console</span>.log(trace_events.getEnabledCategories());</code></pre>
|
|
<h4><code>tracing.enable()</code><span><a class="mark" href="#tracing_tracing_enable" id="tracing_tracing_enable">#</a></span></h4>
|
|
<div class="api_metadata">
|
|
<span>Added in: v10.0.0</span>
|
|
</div>
|
|
<p>Enables this <code>Tracing</code> object for the set of categories covered by the
|
|
<code>Tracing</code> object.</p>
|
|
<h4><code>tracing.enabled</code><span><a class="mark" href="#tracing_tracing_enabled" id="tracing_tracing_enabled">#</a></span></h4>
|
|
<div class="api_metadata">
|
|
<span>Added in: v10.0.0</span>
|
|
</div>
|
|
<ul>
|
|
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type" class="type"><boolean></a> <code>true</code> only if the <code>Tracing</code> object has been enabled.</li>
|
|
</ul>
|
|
<h3><code>trace_events.createTracing(options)</code><span><a class="mark" href="#tracing_trace_events_createtracing_options" id="tracing_trace_events_createtracing_options">#</a></span></h3>
|
|
<div class="api_metadata">
|
|
<span>Added in: v10.0.0</span>
|
|
</div>
|
|
<ul>
|
|
<li><code>options</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="type"><Object></a>
|
|
<ul>
|
|
<li><code>categories</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type" class="type"><string[]></a> An array of trace category names. Values included
|
|
in the array are coerced to a string when possible. An error will be
|
|
thrown if the value cannot be coerced.</li>
|
|
</ul>
|
|
</li>
|
|
<li>Returns: <a href="tracing.html#tracing_tracing_object" class="type"><Tracing></a>.</li>
|
|
</ul>
|
|
<p>Creates and returns a <code>Tracing</code> object for the given set of <code>categories</code>.</p>
|
|
<pre><code class="language-js"><span class="hljs-keyword">const</span> trace_events = <span class="hljs-built_in">require</span>(<span class="hljs-string">'trace_events'</span>);
|
|
<span class="hljs-keyword">const</span> categories = [<span class="hljs-string">'node.perf'</span>, <span class="hljs-string">'node.async_hooks'</span>];
|
|
<span class="hljs-keyword">const</span> tracing = trace_events.createTracing({ categories });
|
|
tracing.enable();
|
|
<span class="hljs-comment">// do stuff</span>
|
|
tracing.disable();</code></pre>
|
|
<h3><code>trace_events.getEnabledCategories()</code><span><a class="mark" href="#tracing_trace_events_getenabledcategories" id="tracing_trace_events_getenabledcategories">#</a></span></h3>
|
|
<div class="api_metadata">
|
|
<span>Added in: v10.0.0</span>
|
|
</div>
|
|
<ul>
|
|
<li>Returns: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type" class="type"><string></a></li>
|
|
</ul>
|
|
<p>Returns a comma-separated list of all currently-enabled trace event
|
|
categories. The current set of enabled trace event categories is determined
|
|
by the <em>union</em> of all currently-enabled <code>Tracing</code> objects and any categories
|
|
enabled using the <code>--trace-event-categories</code> flag.</p>
|
|
<p>Given the file <code>test.js</code> below, the command
|
|
<code>node --trace-event-categories node.perf test.js</code> will print
|
|
<code>'node.async_hooks,node.perf'</code> to the console.</p>
|
|
<pre><code class="language-js"><span class="hljs-keyword">const</span> trace_events = <span class="hljs-built_in">require</span>(<span class="hljs-string">'trace_events'</span>);
|
|
<span class="hljs-keyword">const</span> t1 = trace_events.createTracing({ <span class="hljs-attr">categories</span>: [<span class="hljs-string">'node.async_hooks'</span>] });
|
|
<span class="hljs-keyword">const</span> t2 = trace_events.createTracing({ <span class="hljs-attr">categories</span>: [<span class="hljs-string">'node.perf'</span>] });
|
|
<span class="hljs-keyword">const</span> t3 = trace_events.createTracing({ <span class="hljs-attr">categories</span>: [<span class="hljs-string">'v8'</span>] });
|
|
|
|
t1.enable();
|
|
t2.enable();
|
|
|
|
<span class="hljs-built_in">console</span>.log(trace_events.getEnabledCategories());</code></pre>
|
|
<!-- API END -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|