Pressured to display what though? As bigredshark has said, you need to test the server for the role its going to perform, such as if it was going to be an exchange server, you can install exchange and then simulate SMTP and client usage to see how well it copes.
Benchmark software is designed for the desktop, but can be useful for things such as disk access issues if looking to upgrade.
Indeed, always best with SQL to have the logs and the db on different arrays where possible, usually the DB on a 15k SAS raid 10 array and the OS/Logs on a Raid 1 array
Have a look at The SQL Performance Dashboard it should let you identify the queries with issues and see if the problems are I/O or CPU bound. It could be as easy as a missing index when you changed servers.the development guys are complaining the SQL queries are running slower on the new server compared to the old. however they moved the database's from sql 2000 to 2005, so perhaps its a SQL issue!