Package org.minidns.minidnsrepl
Class MiniDnsStats
- java.lang.Object
-
- org.minidns.minidnsrepl.MiniDnsStats
-
public class MiniDnsStats extends Object
-
-
Constructor Summary
Constructors Constructor Description MiniDnsStats()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringBuilder
gatherStatsFor(DnssecClient client, String testName, String name, Record.TYPE type)
static DnssecClient
getClient(IntegrationTestTools.CacheConfig cacheConfig)
static StringBuilder
getStats(AbstractDnsClient client)
static void
main(String[] args)
static void
showDnssecStats()
static void
showDnssecStats(String name, Record.TYPE type)
-
-
-
Constructor Detail
-
MiniDnsStats
public MiniDnsStats()
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
showDnssecStats
public static void showDnssecStats() throws IOException
- Throws:
IOException
-
showDnssecStats
public static void showDnssecStats(String name, Record.TYPE type) throws IOException
- Throws:
IOException
-
gatherStatsFor
public static StringBuilder gatherStatsFor(DnssecClient client, String testName, String name, Record.TYPE type) throws IOException
- Throws:
IOException
-
getClient
public static DnssecClient getClient(IntegrationTestTools.CacheConfig cacheConfig)
-
getStats
public static StringBuilder getStats(AbstractDnsClient client)
-
-