tools: display satisfied and unsatisfied interests counters

refs: #4720

Change-Id: I69c2400a558997ff48f2b66883cc680dc497360a
diff --git a/tools/nfd-status-http-server-files/nfd-status.xsl b/tools/nfd-status-http-server-files/nfd-status.xsl
index d9a996c..0b50985 100644
--- a/tools/nfd-status-http-server-files/nfd-status.xsl
+++ b/tools/nfd-status-http-server-files/nfd-status.xsl
@@ -112,6 +112,8 @@
         <th>Out Data</th>
         <th>In Nacks</th>
         <th>Out Nacks</th>
+        <th>Satisfied Interests</th>
+        <th>Unsatisfied Interests</th>
       </tr>
     </thead>
     <tbody>
@@ -131,6 +133,8 @@
         <td><xsl:value-of select="nfd:packetCounters/nfd:outgoingPackets/nfd:nData"/></td>
         <td><xsl:value-of select="nfd:packetCounters/nfd:incomingPackets/nfd:nNacks"/></td>
         <td><xsl:value-of select="nfd:packetCounters/nfd:outgoingPackets/nfd:nNacks"/></td>
+        <td><xsl:value-of select="nfd:packetCounters/nfd:nSatisfiedInterests"/></td>
+        <td><xsl:value-of select="nfd:packetCounters/nfd:nUnsatisfiedInterests"/></td>
       </tr>
     </tbody>
   </table>