From: Oscar J. Rodriguez B Date: Fri, 20 Sep 2019 23:39:46 +0000 (-0400) Subject: first change to stats and topology maker(actually, tap) X-Git-Url: https://git.josue.xyz/?p=VSoRC%2F.git;a=commitdiff_plain;h=995cfb76aaea0ee5d7eb1b7b390a2ab8ec2deb61 first change to stats and topology maker(actually, tap) --- 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