I have a client who gave me the FTP credentials server to upload the web files to the public_html folder and a pre-existing MySQL database to dump the tables of the website, only, without complete information of the server, as I know the server host the number of other website as well(shared hosting).
After uploading the web files to the public_html directory and dumping the MySQL tables to the given database, When I browse the newly created website. It is too too much slow, even it says the resource limit is exceeded, with 3 or 4 more request to the server, and the website is created using the wordpress.
As in the most of the shared hosting the service provider provide the cpanel, which display the system status and the resource usages for each website, as the Server has not any c panel software installed (sysadmin use the CLI method) to view the resource usage by the each website.
I also create the <?php phpinfo(); ?>
script to view the server information, but I couldn't get any clue from the output of this script.
Is there any php scripts which can show the information about the Bandwidth usage, CPU usage, ram usage, memory usage/allocated by php/mysql by the particular website so that we can put that script in the root directory of the website and execute it by calling it from the browser. If No is there any other alternative way to view the server resource usage by this particular website. OR Should I need to contact the server administrator about this issue