Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-07-24 02:13:30 +0300
committercjihrig <cjihrig@gmail.com>2019-08-03 20:25:52 +0300
commit1592d0ab737f6537bd57cfed31277715afdf609c (patch)
tree68aa8fcd29ed16658b28a6da30a57249235ee8da /doc/api/report.md
parent747ddd5fac191d018c6e9720f21d3ea66872d667 (diff)
report: include network interfaces in report
PR-URL: https://github.com/nodejs/node/pull/28911 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc/api/report.md')
-rw-r--r--doc/api/report.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/api/report.md b/doc/api/report.md
index 6f9adb1f14c..8819d2802b4 100644
--- a/doc/api/report.md
+++ b/doc/api/report.md
@@ -83,6 +83,16 @@ is provided below for reference.
"irq": 0
}
],
+ "networkInterfaces": [
+ {
+ "name": "en0",
+ "internal": false,
+ "mac": "13:10:de:ad:be:ef",
+ "address": "10.0.0.37",
+ "netmask": "255.255.255.0",
+ "family": "IPv4"
+ }
+ ],
"host": "test_machine"
},
"javascriptStack": {