you can at least find out if the traffic is coming in by doing a capture
access-list caplist outside_access_in extended permit tcp any host x.x.139.245 eq 9100
cap cap1 int outside access-list caplist
then after the test:
sh cap cap1
or even before that you can check the hitcount of the access-list with
sh access-list outside_access_in