From 995cfb76aaea0ee5d7eb1b7b390a2ab8ec2deb61 Mon Sep 17 00:00:00 2001 From: "Oscar J. Rodriguez B" Date: Fri, 20 Sep 2019 19:39:46 -0400 Subject: [PATCH] first change to stats and topology maker(actually, tap) --- src/views/stats.ejs | 114 ++++++++++++++++++++++++++++++++++- src/views/topologyMaker.ejs | 116 +++++++++++++++++++++++++++++++++++- 2 files changed, 228 insertions(+), 2 deletions(-) diff --git a/src/views/stats.ejs b/src/views/stats.ejs index a160864..178663a 100644 --- a/src/views/stats.ejs +++ b/src/views/stats.ejs @@ -1,20 +1,132 @@ + <%include ../../partials/head%> + + + +
<%include ../../partials/header%>
+
+ + +
+
+ + + + + + +
+ +
+ +

Port Statistics

+ + + + + + + + + + + + + + + + + + + + + + + +
SwitchPortReceive countersTransmit counters
Rx packetsRx bytesRx droppedRx errorsTx packetsTx bytesTx droppedTx errors
+
+ +
+

Flow Statistics

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SwitchIn portMAC SrcIP SrcTransportOut portDuration (secs)PacketsBytes
SrcDstTypeSrcDstTypeSrc portDst port
+
+
+
+
+ + + + + + + - + \ No newline at end of file diff --git a/src/views/topologyMaker.ejs b/src/views/topologyMaker.ejs index a160864..01774ad 100644 --- a/src/views/topologyMaker.ejs +++ b/src/views/topologyMaker.ejs @@ -1,20 +1,134 @@ + <%include ../../partials/head%> + + + +
<%include ../../partials/header%>
+
+ + +
+

Manage Tap

+

Following form allows configuring a stateless tap, i.e., once + you create the tap, you cannot track or delete that specific + tap. However, you can use the Set and Clear to achieve that effect. + Performing a "Clear" operation without specifying any field + values will remove all previously created Taps. + For this edition of the tap, the source and sink need to be on + the same switch.

+ +
+
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+
+
+
+ + +
+
+
+
+
+ + + + + + + - + \ No newline at end of file -- 2.25.1