table of contents
other versions
- jessie 0.9.56-1
| KTREMOTEMGR(1) | Kyoto Tycoon | KTREMOTEMGR(1) |
NAME¶
ktremotemgr - command line interface to manage the remote databaseDESCRIPTION¶
The command ` ktremotedmgr' is a utility for test and debugging of the remote database and its applications. ` proc' specifies the name of a procedure. ` params' specifies arbitrary parameters. `mhost' specifies the host name of the master server. ` key' specifies the key of a record. ` value' specifies the value of a record.Prints statistics of the server.
Calls a procedure of the scripting extension.
Sets the replication configuration.
Prints status information of a database.
Removes all records of a database.
Synchronizes updated contents with the file and the
device.
Stores a record.
Removes a record.
Prints the value of a record.
Prints keys of all records, separated by line
feeds.
Imports records from a TSV file.
Eliminates regions of expired records.
Simulates a client of replication and prints update
logs.
Store records at once.
Remove records at once.
Retrieve records at once.
-host str : specifies the host name of the
server.
-port num : specifies the port number of the server.
-tout num : specifies the timeout in seconds.
-swname str : waits for a signal by a named condition variable.
-swtime num : specifies the timeout of signal waiting in seconds.
-ssname str : sends a signal to a named condition variable.
-ssbrd : switches signal sending to broadcasting.
-bin : uses the binary protocol.
-mport num : specifies the port number of the master server.
-ts num : specifies the maximum time stamp of already read logs.
"now" means the current time stamp.
-iv num : specifies the interval of each replication operation in
milliseconds.
-db str : specifies the target database.
-st : prints miscellaneous information.
-hard : performs physical synchronization with the device.
-cmd str : specifies an outer command for postprocessing.
-add : performs adding operation.
-app : performs appending operation.
-rep : performs replacing operation.
-inci : performs integer increment operation.
-incd : performs real number increment operation.
-sx : the input data is evaluated as a hexadecimal data string.
-xt num : specifies the expiration time.
-rm : removes the record.
-px : the output data is converted into a hexadecimal data string.
-pt : prints the expiration time also.
-pz : does not append line feed at the end of the output.
-des : visits records in descending order.
-max num : specifies the maximum number of shown records.
-pv : prints values of records also.
-step num : specifies the number of steps.
-sid num : specifies the server ID number.
-ux : fetches update logs of the specified server ID number only.
-uw : waits for update forever.
-uf : prints status of each update log file.
-ur : remove old update log files.
This command returns 0 on success, another on failure.
SEE ALSO¶
ktremotetest(1)| 2012-05-25 | Man Page |