if you mean in your own private server and you want to see how many of monster type is on the map use below code under your navicat query or other application you use
Code:
SELECT mapid AS mapid,COUNT(npctype) AS total_monster FROM `cq_generator` GROUP BY mapid;