Index: /trunk/FACT++/src/fits2sql.cc
===================================================================
--- /trunk/FACT++/src/fits2sql.cc	(revision 19136)
+++ /trunk/FACT++/src/fits2sql.cc	(revision 19137)
@@ -702,7 +702,8 @@
         try
         {
+            // Exchange _send and _received as it is the view of the server
             const auto &res1 = connection.query("SHOW STATUS LIKE 'Bytes_%'").store();
-            cout << left << setw(16) << res1[0]["Variable_name"] << ' ' << Tools::Scientific(res1[0]["Value"]) << endl;
-            cout << left << setw(16) << res1[1]["Variable_name"] << ' ' << Tools::Scientific(res1[1]["Value"]) << endl;
+            cout << left << setw(16) << res1[1]["Variable_name"] << ' ' << Tools::Scientific(res1[0]["Value"]) << endl;
+            cout << left << setw(16) << res1[0]["Variable_name"] << ' ' << Tools::Scientific(res1[1]["Value"]) << endl;
             cout << endl;
         }
Index: /trunk/FACT++/src/root2sql.cc
===================================================================
--- /trunk/FACT++/src/root2sql.cc	(revision 19136)
+++ /trunk/FACT++/src/root2sql.cc	(revision 19137)
@@ -690,7 +690,8 @@
         try
         {
+            // Exchange _send and _received as it is the view of the server
             const auto &res1 = connection.query("SHOW STATUS LIKE 'Bytes_%'").store();
-            cout << left << setw(16) << res1[0]["Variable_name"] << ' ' << Tools::Scientific(res1[0]["Value"]) << endl;
-            cout << left << setw(16) << res1[1]["Variable_name"] << ' ' << Tools::Scientific(res1[1]["Value"]) << endl;
+            cout << left << setw(16) << res1[1]["Variable_name"] << ' ' << Tools::Scientific(res1[0]["Value"]) << endl;
+            cout << left << setw(16) << res1[0]["Variable_name"] << ' ' << Tools::Scientific(res1[1]["Value"]) << endl;
             cout << endl;
         }
Index: /trunk/FACT++/src/rootifysql.cc
===================================================================
--- /trunk/FACT++/src/rootifysql.cc	(revision 19136)
+++ /trunk/FACT++/src/rootifysql.cc	(revision 19137)
@@ -945,7 +945,8 @@
         try
         {
+            // Exchange _send and _received as it is the view of the server
             const auto &res1 = connection.query("SHOW STATUS LIKE 'Bytes_%'").store();
-            cout << left << setw(16) << res1[0]["Variable_name"] << ' ' << Tools::Scientific(res1[0]["Value"]) << endl;
-            cout << left << setw(16) << res1[1]["Variable_name"] << ' ' << Tools::Scientific(res1[1]["Value"]) << endl;
+            cout << left << setw(16) << res1[1]["Variable_name"] << ' ' << Tools::Scientific(res1[0]["Value"]) << endl;
+            cout << left << setw(16) << res1[0]["Variable_name"] << ' ' << Tools::Scientific(res1[1]["Value"]) << endl;
             cout << endl;
         }
