SQL Server/T-SQL Tutorial/System Settings/PACK SENT
@@PACK_SENT Returns the total output packets sent to the network since the SQL Server instance was last started.
3>
4> SELECT "PackSent", @@PACK_SENT
5> GO
-------- -----------
PackSent 6453
(1 rows affected)