![]() |
Thanks Redspider :)
|
Quote:
So, in "server_info.php" I changed lines 58 through 63... FROM (Linux using 'free') if ($_REQUEST['show'] == 'memoryusage' || empty($_REQUEST['show'])) { print_form_header('', ''); print_table_header('Memory Usage <span class="normal">exec(free)</span>'); exec('free', $mem); print_description_row('<pre>'.implode('<br />', $mem).'</pre>'); print_table_footer(); TO (FreeBSD using 'vmstat') if ($_REQUEST['show'] == 'memoryusage' || empty($_REQUEST['show'])) { print_form_header('', ''); print_table_header('Memory Usage <span class="normal">exec(vmstat)</span>'); exec('vmstat', $mem); print_description_row('<pre>'.implode('<br />', $mem).'</pre>'); print_table_footer(); Works in a pinch to give the same kind of info. :) |
Is this secure or is there vulnrabilites with it?
|
Very slick. Can you add the output from plain old uptime as well?
/me clicks install |
Sure, whats the unix command for that?
|
Quote:
|
This is a really neat tool, lots of info all in one place.:D One question though, being BRAND NEW to all this I'm still learning the ropes of vB adminstration.
How do others know or track simple things like available disk space, or memory on their server? Is that just a (daily) manual process wherein you look at it, or are there automated tools to forewarn you of an impending disaster?(i.e. emailed alert to admin, etc) Does cPanel (or anything else) have those kind of features? Are there other MODs out there that admins typically use to keep an eye out about such things? Or does your HOST warn you when you come to close to the edge? Etc. Thanxx! |
/me installs
|
Could this mod work in windows 2003 sever? Thanks.
|
it works with vb3.6.4 and all types of server?
is there any way to show cpu uses stats ? |
All times are GMT. The time now is 07:18 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|