Though it's not completely clear of what type of performance testing you are looking for
Selenium Webdriver is mainly meant for testing frontend functional cases and not meant for cranking up the front end with load testing.
So as I see it you might be looking for either one of these
JMeter
The API or the backend's performance testing for eg: the Login API looking for a free tool I would suggest Jmeter Hands down:
http://jmeter.apache.org/
JSP PAGES PEFORMANCE(WHITE BOX)
Frontend page rending or response times like a jsp page for this there seem to be many techniques but most point to white box testing such as this.
http://www.javaperformancetuning.com/tips/j2ee_srvlt.shtml#REF12
Hope it helps.