Netgraph (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
imported>Aggelakis
No edit summary
Line 16: Line 16:


Above the graph, the command also displays the number of duplicated incoming packets, retransmitted packets and lost packets, as well as the current server ping in millisconds.}}
Above the graph, the command also displays the number of duplicated incoming packets, retransmitted packets and lost packets, as well as the current server ping in millisconds.}}
==Also==
* {{slashcommand|mtu}}
* {{slashcommand|netgraph}}
* {{slashcommand|neterrorcorrection}}

Revision as of 05:08, 1 June 2023

Overview

/netgraph number

Allows the user to turn on and off a network monitor, or graph. This graph will overlay on top of any other windows, and will always be in the lower right hand corner.

/netgraph by itself will return the current net_graph setting.

/netgraph 0 will hide the netgraph.

/netgraph 1 will display the netgraph

/netgraph #, where # > 1, will display a much taller version of the netgraph.

On the netgraph:

  • Green bars represent received packets, with the height of the bar representing server ping time in milliseconds
  • Yellow bars represent retransmitted packets.
  • Red bars represent dropped packets.

Above the graph, the command also displays the number of duplicated incoming packets, retransmitted packets and lost packets, as well as the current server ping in millisconds.


Also