red whale
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by red whale-
How to get server's current memory usage using cPanel API?
I have used LVEInfo::getUsage (cPanel API2 function) to get the server's historical memory usage. But I can't get the server's current memory usage. How can I do?
-
Run a cron job which running time is decided by another PHP page
cPanel provides the cron job setting interface. You can add the time you'd want to run the command. However, you can just only add the unvaried value of time and cannot make it flexible (Such as ma...