I was curious to know whether anyone is accessing our website from a Amazon Kindle. After checking online, I discovered all I needed to do is run the following Linux command against our Apache Server logs.
cat access.log | grep Kindle | grep Linux
I hope that this tip will help you check for Kindle traffic as well.