processes() added process params and path

This commit is contained in:
Sebastian Hildebrandt
2019-07-03 10:16:54 +02:00
parent cdcc4bc3fd
commit 9067e342a9
7 changed files with 77 additions and 18 deletions
+5
View File
@@ -83,6 +83,11 @@
</tr>
</thead>
<tbody>
<tr>
<th scope="row">4.14.0</th>
<td>2019-07-03</td>
<td><span class="code">processes()</span> added process params and path</td>
</tr>
<tr>
<th scope="row">4.13.2</th>
<td>2019-07-02</td>
+2 -2
View File
@@ -168,7 +168,7 @@
<img class="logo" src="assets/logo.png">
<div class="title">systeminformation</div>
<div class="subtitle"><span id="typed"></span></div>
<div class="version">Current Version: <span id="version">4.13.2</span></div>
<div class="version">Current Version: <span id="version">4.14.0</span></div>
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button>
</div>
<div class="down">
@@ -191,7 +191,7 @@
</div>
<div class="row number-section">
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
<div class="numbers">9,183</div>
<div class="numbers">9,213</div>
<div class="title">Lines of code</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-12">
+20
View File
@@ -405,6 +405,26 @@
<td>X</td>
<td>process starting command</td>
</tr>
<tr>
<td></td>
<td>...[0].params</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td></td>
<td>X</td>
<td>process params</td>
</tr>
<tr>
<td></td>
<td>...[0].path</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>process path</td>
</tr>
<tr>
<td>si.processLoad('apache2',cb)</td>
<td>{...}</td>