com.martiansoftware.nailgun.builtins
Class NGServerStats

java.lang.Object
  extended by com.martiansoftware.nailgun.builtins.NGServerStats

public class NGServerStats
extends Object

Displays all NailStats tracked by the server.

This can be run standalone with no arguments. It will also run automatically upon NGServer shutdown, sending its output to the server's System.out.

This is aliased by default to the command "ng-stats".

Author:
Marty Lamb

Constructor Summary
NGServerStats()
           
 
Method Summary
static void nailMain(NGContext context)
           
static void nailShutdown(NGServer server)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NGServerStats

public NGServerStats()
Method Detail

nailShutdown

public static void nailShutdown(NGServer server)

nailMain

public static void nailMain(NGContext context)


Copyright © 2012. All Rights Reserved.