Quote:
Originally Posted by itdungpt
hi,
My VPS use Centos 5.4 .CPU 8 core support.creat from VMWARE on server.
when zip an folder cpu overload on VPS.
( tar -xvf folder )
please help me turning it.
|
Hi itdungpt,
Can you please let me know how much ram is allocated to you vps server and what is size of the tarball you are creating.
Please also let us the load on the VPS server.
For checking load on vps run command >>> top in the ssh terminal (please post the output here)
And to create an tar file following command needs to run:
tar -cvf folder_name
And to extract:
tar -xvf folder_name