Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "Netgraph (Slash Command)"

From Paragon Wiki Archive
Jump to: navigation, search
m (Net Graph moved to Net graph (Slash Command): renaming to match convention with the rest of the slash commands)
 
(9 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{stub}}
+
== Overview ==
==Overview==
+
{{SlashCommandArticle|command=netgraph|options=number|note=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.
[[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.
+
<br>Green bars are usually ok.
+
<br>Yellow bars mean there's a lot of network traffic.
+
<br>Red bars are dropped packets.
+
  
==Usage==
+
{{slashcommand|netgraph}} by itself will return the current net_graph setting.
:/'''net_graph''' ''integer''
+
  
/Net_Graph by itself will return the current Net_Graph setting.
+
{{slashcommand|netgraph|0}} will hide the netgraph.
  
/Net_Graph 0 is the default, which is off.
+
{{slashcommand|netgraph|1}} will display the netgraph
  
/Net_Graph 1 will turn the netgraph on.
+
{{slashcommand|netgraph|#}}, where # > 1, will display a much taller version of the netgraph.
  
[[Category:Slash Commands]]
+
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.}}

Latest revision as of 05:24, 26 March 2011

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.