erikng / Cacher

A python script for extracting macOS Caching Server data
Apache License 2.0
134 stars 40 forks source link

Incorrect Device Counts #12

Closed bradburykyle closed 7 years ago

bradburykyle commented 8 years ago

With cache personal iCloud Data ON, cacher provides incorrect device counts. Mac OS device counts will be in the hundreds when there are less than 100 on the network.

calum-github commented 8 years ago

Also seeing this.

There is only 1 or 2 OS X laptops at this site. It is an all iPad environment, definitely not 159 Mac OS X devices.

A total of 159 OS X devices hit the Caching Server yesterday consisting of: 1 OS X Yosemite 10.10.0/10.10.1 Devices [Cannot distinguish between builds] 7 OS X Yosemite 10.10.2 Devices 0 OS X Yosemite 10.10.3 Devices 0 OS X Yosemite 10.10.4 Devices 4 OS X Yosemite 10.10.5 Devices 3 OS X El Capitan 10.11.0/10.11.1 Devices [Cannot distinguish between builds] 0 OS X El Capitan 10.11.2 Devices 0 OS X El Capitan 10.11.3 Devices 59 OS X El Capitan 10.11.4 Devices 85 OS X El Capitan 10.11.5 Devices

erikng commented 8 years ago

Are you using PersonalCaching?

Side note I have a bit of bad news - I'm not actively maintaining this because I don't have a use for caching servers (yet) at Pinterest.

If someone wants to work on a PR I will merge it but I don't currently have time to work on it. If you're willing to send me your caching logs I may play with it on the weekend, but no guarantees.

If I ever implement caching servers I will most certainly pick this project back up, but I don't expect that to happen until at least 2017.

Sent from my iPhone

On Jul 26, 2016, at 4:42 PM, Calum notifications@github.com<mailto:notifications@github.com> wrote:

Also seeing this.

There is only 1 or 2 OS X laptops at this site. It is an all iPad environment, definitely not 159 Mac OS X devices.

A total of 159 OS X devices hit the Caching Server yesterday consisting of: 1 OS X Yosemite 10.10.0/10.10.1 Devices [Cannot distinguish between builds] 7 OS X Yosemite 10.10.2 Devices 0 OS X Yosemite 10.10.3 Devices 0 OS X Yosemite 10.10.4 Devices 4 OS X Yosemite 10.10.5 Devices 3 OS X El Capitan 10.11.0/10.11.1 Devices [Cannot distinguish between builds] 0 OS X El Capitan 10.11.2 Devices 0 OS X El Capitan 10.11.3 Devices 59 OS X El Capitan 10.11.4 Devices 85 OS X El Capitan 10.11.5 Devices

You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/erikng/Cacher/issues/12#issuecomment-235439512, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AFa_GM8v9zrHOlXF58PHkK1VsQdHO37Fks5qZptDgaJpZM4IHZmw.

calum-github commented 8 years ago

Yep personal caching - iCloud data.

Hmm ok i might take it over then. I'm going to be managing a lot of caching servers

I haven't really looked at the code much, ill get stuck in to when i have some time

erikng commented 7 years ago

Please try https://github.com/erikng/Cacher/blob/python-refactor/Cacher

I will be closing this ticket, but you are welcome to re-open if this does not solve your issue.