Yossi / agent-stats-utils

Tools to help with running an agent-stats group
11 stars 6 forks source link

Count actual number of reporting agents by name #18

Open Yossi opened 5 years ago

Yossi commented 5 years ago

Right now it just reports the number of agents in the stat that has the most reporters active in it. You might expect this stats to be AP, but the AP stat is ignored for this census (why?).

The problem arises when you for example have one agent who only hacked one same faction portal, and another agent who only smashed one reso. Current method will say only one agent reporting when clearly it should show two.

Solution might be to build a set of agent names as we see they reported anything. The current loop in get_stats() may need to be redesigned.