public class TTop extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TTop.Align |
static class |
TTop.Operation |
| Modifier and Type | Field and Description |
|---|---|
long |
delay |
int |
nthreads |
List<String> |
sort |
static String |
STAT_BLOCKED_COUNT |
static String |
STAT_BLOCKED_TIME |
static String |
STAT_CPU_TIME |
static String |
STAT_CPU_TIME_PERC |
static String |
STAT_LOCK_NAME |
static String |
STAT_LOCK_OWNER_ID |
static String |
STAT_LOCK_OWNER_NAME |
static String |
STAT_NAME |
static String |
STAT_STATE |
static String |
STAT_TID |
static String |
STAT_UPTIME |
static String |
STAT_USER_TIME |
static String |
STAT_USER_TIME_PERC |
static String |
STAT_WAITED_COUNT |
static String |
STAT_WAITED_TIME |
List<String> |
stats |
| Constructor and Description |
|---|
TTop(org.jline.terminal.Terminal terminal) |
| Modifier and Type | Method and Description |
|---|---|
KeyMap<TTop.Operation> |
getKeys() |
void |
run() |
static void |
ttop(org.jline.terminal.Terminal terminal,
PrintStream out,
PrintStream err,
String[] argv) |
public static final String STAT_UPTIME
public static final String STAT_TID
public static final String STAT_NAME
public static final String STAT_STATE
public static final String STAT_BLOCKED_TIME
public static final String STAT_BLOCKED_COUNT
public static final String STAT_WAITED_TIME
public static final String STAT_WAITED_COUNT
public static final String STAT_LOCK_NAME
public static final String STAT_LOCK_OWNER_ID
public static final String STAT_LOCK_OWNER_NAME
public static final String STAT_USER_TIME
public static final String STAT_USER_TIME_PERC
public static final String STAT_CPU_TIME
public static final String STAT_CPU_TIME_PERC
public long delay
public int nthreads
public static void ttop(org.jline.terminal.Terminal terminal,
PrintStream out,
PrintStream err,
String[] argv)
throws Exception
Exceptionpublic KeyMap<TTop.Operation> getKeys()
public void run()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2019. All rights reserved.