edda
edda copied to clipboard
A log visualizer for MongoDB - This Repository is NOT a supported MongoDB product
[root@aaa edda]# python run_edda.py --help File "run_edda.py", line 175 except IOError as e: ^ SyntaxError: invalid syntax
There is an issue running edda when there isn't an internet connection present. Two errors saying "Failed to load resource" show up when there isn't an internet connection present.
One mongos is balancer at any given time. It would be nice to track when it becomes/stops being balancer.
For sharding, mongos will trigger chunk splits and mongods will have info about the split in their logs.
There are moveChunk messages when data is move to/from a shard (on both sides of the move) plus [Balancer] messages in the mongos log.
such as... - how many user connections a server has had in its lifetime - how many user connections, in total, a server has at any one time - how...
For example, a server can go down, and then begin to start up again slightly before the other servers realize it has gone down. In the visualizer, it shows the...
Seems like Edda is assuming that all the logs live on one server? Is it possible to use remote servers? Or will one have to create some type of central...
-h for host, -p for port, --help (and... -? maybe?) for help --ipv6 enable IPv6 support (disabled by default) -u [ --username ] arg username -p [ --password ] arg...