Netgraph (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
imported>SekoiaBot
m (Robot: Cosmetic changes)
imported>SpaceNut
No edit summary
Line 1: Line 1:
{{stub}}
== Overview ==
== Overview ==
Net_Graph will allow 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.  
The '''/net_graph''' command will allow 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.
<br />Green bars are usually ok.
 
<br />Yellow bars mean there's a lot of network traffic.
On the netgraph:
<br />Red bars are dropped packets.
*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.


== Usage ==
== Usage ==
:/'''net_graph''' ''integer''
:/'''net_graph''' ''integer''


/Net_Graph by itself will return the current Net_Graph setting.
/net_graph by itself will return the current net_graph setting.


/Net_Graph 0 is the default, which is off.
/net_graph 0 will hide the netgraph.


/Net_Graph 1 will turn the netgraph on.
/net_graph 1 will display the netgraph


/Net_Graph 2 will turn it on and the graph will be very tall.
/net_graph #, where # > 1, will display a much taller version of the netgraph.





Revision as of 22:38, 25 March 2011

Overview

The /net_graph command will allow 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.

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.

Usage

/net_graph integer

/net_graph by itself will return the current net_graph setting.

/net_graph 0 will hide the netgraph.

/net_graph 1 will display the netgraph

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


Template:Graphic Commands NavBox