mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Utils: adds exceptional parsing phrases for L4Endp
This commit is contained in:
@@ -722,15 +722,38 @@ sub group_items {
|
||||
# Generic disassembly of lines created by show
|
||||
our @starting_exceptions = (
|
||||
# please keep these sorted
|
||||
"Access Denied:",
|
||||
"Bad Protocol:",
|
||||
"Bad URL:",
|
||||
"Bytes Read:",
|
||||
"Bytes Read-3s:",
|
||||
"Bytes Written:",
|
||||
"Bytes Written-3s:",
|
||||
"Command:",
|
||||
"Conn Established:",
|
||||
"Conn Timeouts:",
|
||||
"Couldn't Connect:",
|
||||
"Cx Detected:",
|
||||
"DNS-Latency: ",
|
||||
"DNS Servers:",
|
||||
"Endpoint [",
|
||||
"First-RW-Latency:",
|
||||
"Flags:",
|
||||
"FTP HOST Error:",
|
||||
"FTP STOR Error:",
|
||||
"FTP PORT Error:",
|
||||
"GenericEndp [",
|
||||
"HTTP RANGE Error:",
|
||||
"HTTP POST Error:",
|
||||
"HTTP PORT Error:",
|
||||
"Latency:",
|
||||
"Login Denied:",
|
||||
"No Resolve Host:",
|
||||
"No Resolve Proxy:",
|
||||
"Not Found (404):",
|
||||
"Pkt-Gaps:",
|
||||
"Read Error:",
|
||||
"Redirect Loop Err:",
|
||||
"Results[",
|
||||
">>RSLT:",
|
||||
"Rx Bytes:",
|
||||
@@ -741,7 +764,10 @@ our @starting_exceptions = (
|
||||
"Rx Pkts (On Wire):",
|
||||
"RX-Silence:",
|
||||
"Shelf: 1,",
|
||||
"SMTP-From:",
|
||||
"TCP Retransmits:",
|
||||
"Timed Out:",
|
||||
"Total CURL Errors:",
|
||||
"Tx Bytes:",
|
||||
"Tx Bytes (On Wire):",
|
||||
"Tx Failed Bytes:",
|
||||
@@ -749,6 +775,10 @@ our @starting_exceptions = (
|
||||
"Tx Pkts:",
|
||||
"Tx Pkts (On Wire):",
|
||||
"Tx-Retries:",
|
||||
"URL:",
|
||||
"URL-Latency:",
|
||||
"URLs Processed:",
|
||||
"Write Error:",
|
||||
);
|
||||
|
||||
# Generic disassembly of lines created by show
|
||||
|
||||
Reference in New Issue
Block a user