|
  |
|
Tips.1 |
- Input command manually on GUI(TGC) - |
                                  |
The command can be input manually from TGC(TG Controller) that is GUI-based utility. Please click the text field of the following red frame in the the lower of the "TG Console" tab on the main screen of TGC, and press return key after inputting the command directly.
|
  |
|
Tips.2 |
- See errors from Agents - |
                                  |
Error messages occurred when Agents execute SQL sentence are not output to the "TG Console" tab. These information is output to the "Agent Activity" tab.
|
  |
|
Tips.3 |
- What should you do when TG has been hunged up (windows) - |
                                  |
If TG process has been hunged up or illegally stayed in the memory, you have to kill it manually.
When there isn't any other Java application, TG process will be displayed at the Windows task manager as follows.
Incidentally, TGC(TG Controller) is displayed as the name "tgc.exe". Therefore, When you killed TG process (java.exe), TGC process is still alive. |
  |
|
Tips.4 |
- Cusomizing GUI(TGC) main window layout - |
                                  |
You can customize TGC main window layout. Click "TGC" menu and select "Setup TGC...". Then following window will be displayed.
T
he items which you can choose are as follows :
[ Help and TG website URL]
- Language (English or Japanese)
[ System Event Monitor ]
- Scroll buffer(lines)
[ TG Console, TPS Monitor and Agent activity screen ]
- Scroll buffer(lines)
- Text color
- backgroud color
- Font type *It's recommended to use "monospaced font".
|
  |
|
Tips.5 |
- TG command-line options - |
                                  |
| You can set command-line optins when TG starts-up as follows: |
| |
Option |
value |
|
-server |
N/A |
TG starts-up and waits for the connection from TGC using specific address and port.
Incidentally, when the option "-address" or "-port" wasn't given, TG use default value (address:"0.0.0.0", port:"11111"). |
-address |
<hostname or IP address > |
TG waits for the connection from TGC using the specified address.
*This option is supported by TG ver 0.82 or later. |
-port |
<port-number> |
TG waits for the connection from TGC using the specified port. |
-help |
N/A |
TG shows option list. |
|
| |
SAMPLE |
Windows :
C:\>tg -listener -address 192.168.1.1 -port 22222
UNIX :
$ ./tg.sh -listener -address 192.168.1.1 -port 22222 |
|
|