-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.md~
20 lines (16 loc) · 1.12 KB
/
README.md~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
UMTools
Special-purpose tools for Ultra Messaging
FILES:
1. ummon.c -> lbmmon.c clone with output written in SVF format.
2. umpub.c -> UMP publisher for capacity testing.
3. umsub.c -> UMP receiver for capacity testing.
4. LBMMON_JSON(java) -> Combines lbmmon.json with umedmon.c and tnwgdmon.c parsers (compiled into a JNI function) to parse statistics
from UM applications and Daemons; with output formatted as JSON by default.
-> Also includes lbmmond_cmd which uses the LBMContext.send() API to send requests for statistics to the umestored and tnwgd daemons.
5. TRSNIFFER(c) -> Utility for parsing Topic Resolution streams
6. WATCHDOG(c) -> Checks for absence of TR packets or a topic stream and has the option of issuing TR requests to restart topic resolution.
7. murmur2_test.c -> Reads a set of topic names and gives the number and
lengths of the resulting hash chains using UM's default
[resolver hash function](https://ultramessaging.github.io/currdoc/doc/Config/grpudpbasedresolveroperation.html#resolverstringhashfunctioncontext)
"murmur2".
The mtools tool set has moved to: https://github.com/UltraMessaging/mtools