Index: /branches/rel_apv_10_7/usr/click/bin/debug_monitor/monitor.sh
===================================================================
--- /branches/rel_apv_10_7/usr/click/bin/debug_monitor/monitor.sh	(revision 38396)
+++ /branches/rel_apv_10_7/usr/click/bin/debug_monitor/monitor.sh	(working copy)
@@ -268,6 +268,12 @@
         /ca/bin/backend -c "show statistics system"`echo -e "\\0374"` | sed "s/`echo -e \\"\\0374\\"`//g" >> $output_file
         echo -e "\n" >> $output_file 
 
+#tcp statistics info
+	timestamp_gen $output_file
+        echo "/ca/bin/backend -c \"show statistics tcp all\"" >> $output_file
+        /ca/bin/backend -c "show statistics tcp all"`echo -e "\\0374"` | sed "s/`echo -e \\"\\0374\\"`//g" >> $output_file
+        echo -e "\n" >> $output_file
+
 #ssl info
 	timestamp_gen $output_file
 	SSL_HW=`/ca/bin/u_sysctl -n kern.ssl_initialized`		
