Let's take the Casandra java driver from DataStax as the example. If you use this driver you could easily instrument the Session class and monitor it's execute methods. You could in addition capture the query parameter and you would be able to see also what query it was. Sure if won't be nicely displayed and organized as for the SQL statements, but at least you could get some basic information.