mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
improve http console formats
This commit is contained in:
parent
cdfee8eb21
commit
7ffc0cd233
@ -1,5 +1,7 @@
|
|||||||
package io.nosqlbench.activitytype.http;
|
package io.nosqlbench.activitytype.http;
|
||||||
|
|
||||||
|
import io.nosqlbench.activitytype.http.statuscodes.HttpStatusCodes;
|
||||||
|
|
||||||
import java.io.PrintStream;
|
import java.io.PrintStream;
|
||||||
import java.net.http.HttpClient;
|
import java.net.http.HttpClient;
|
||||||
import java.net.http.HttpHeaders;
|
import java.net.http.HttpHeaders;
|
||||||
@ -39,9 +41,9 @@ public class HttpConsoleFormats {
|
|||||||
private final static long _DATA10 = 1L << 6;
|
private final static long _DATA10 = 1L << 6;
|
||||||
private final static long _DATA100 = 1L << 7;
|
private final static long _DATA100 = 1L << 7;
|
||||||
private final static long _DATA1000 = 1L << 8;
|
private final static long _DATA1000 = 1L << 8;
|
||||||
|
private final static long _CODES = 1L << 9;
|
||||||
|
|
||||||
enum Diag {
|
enum Diag {
|
||||||
|
|
||||||
headers(_HEADERS),
|
headers(_HEADERS),
|
||||||
stats(_STATS),
|
stats(_STATS),
|
||||||
data(_DATA),
|
data(_DATA),
|
||||||
|
Loading…
Reference in New Issue
Block a user