Line 26:
Line 26:
2. Now we must create a database to hold the information -( how you name the database, table and the columns is up to you ), I'll use the following :
2. Now we must create a database to hold the information -( how you name the database, table and the columns is up to you ), I'll use the following :
* Database name : apache_stats
* Database name : apache_stats
+
* Table name : performance
+
* Columns : number, mem_used, process_size, processors_used, period
+
+