Hi,
Vertex Count is a simple script that writes a count of the number of vertices for every object in the current scene. It writes the count to the console, so you will have to run Blender from a console (DOS shell or terminal window) to see the results.
Essentially, I wanted a way to figure out which of the objects in a scene had the most vertices, so I could reduce render time by eliminating extra vertices. The script gave me objects to focus upon.
Tools link: http://www.davidjarvis.ca/blender/tools/
Direct download: http://www.davidjarvis.ca/blender/tools/download/vertex-count.py
Suggestions for improvement welcome.
Enjoy!