
Product
Introducing Supply Chain Attack Campaigns Tracking in the Socket Dashboard
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.
traceviewer
Advanced tools
Trace-Viewer is the javascript frontend for Chrome about:tracing and Android systrace.

Trace-Viewer is the javascript frontend for Chrome about:tracing and Android systrace.
It provides rich analysis and visualization capabilities for many types of trace files. Its particularly good at viewing linux kernel traces (aka ftrace) and Chrome's trace_event format. Trace viewer can be embedded as a component in your own code, or used from a plain checkout to turn trace files into standalone, emailable HTML files from the commandline:
$CATAPULT/tracing/bin/trace2html my_trace.json --output=my_trace.html && open my_trace.html
Its easy to extend trace viewer to support your favorite trace format, or add domain specific visualizations to the UI to simplify drilling down into complex data.
We welcome contributions! To hack on this code.
There are two type of tests.
Run http server $CATAPULT/bin/run_dev_server. In any browser, navigate to http://localhost:8003/
| Unit tests | Descripton |
|---|---|
| All tests | http://localhost:8003/tests.html |
| All tests with short format | http://localhost:8003/tracing/tests.html?shortFormat |
| An individual test suite(such as ui/foo_test.js) | http://localhost:8003/tests.html?testSuiteName=ui.foo |
| Tests named foo | http://localhost:8003/tests.html?testFilterString=foo |
| Unit tests | Description |
|---|---|
| All python tests | $CATAPULT/tracing/bin/run_py_tests |
| All tracing tests in d8 environment | $CATAPULT/tracing/bin/run_vinn_tests |
| All tests | $CATAPULT/tracing/bin/run_tests |
Make sure tests pass before sending us changelist. We use rietveld for codereview. For more details, esp on rietveld, read our contributing guide or check out the trace viewer wiki.
Join our Google Group:
FAQs
Trace-Viewer is the javascript frontend for Chrome about:tracing and Android systrace.
The npm package traceviewer receives a total of 1 weekly downloads. As such, traceviewer popularity was classified as not popular.
We found that traceviewer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Security News
Node.js 25.4.0 makes require(esm) stable, formalizing CommonJS and ESM compatibility across supported Node versions.