Hey guys,
just a quick one.
Got this:
$memmath = $memcache + $memfree;
$memmath2 = $memmath / $memtotal * 100;
$memory = round($memmath2) . '%';
Which finds the % free.
How would I find the % used? Been messing with algorithms and I'm screwed in the head now