freebsd: display free memory bug

Bug #885578 reported by Ilynikh Denis
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ajenti
Fix Released
Undecided
Eugene Pankov

Bug Description

16 GB memory, used 0.5 GB
Ajenti show 2.6 GB used (55%)

also have a ssh service bug.
system status show ssh disabled.

Revision history for this message
Ilynikh Denis (greyhard) wrote :
Revision history for this message
Eugene Pankov (john-pankov) wrote :

Please add output of following command (this is what we use to get total, used and free ram):

top -b | grep Mem | sed 's/[^0-9]/ /g' | awk '{print $1+$2+$3+$4+$5+$6, $1+$2+$3, $4+$5+$6}'

Changed in ajenti:
status: New → Incomplete
assignee: nobody → Eugeny Pankov (john-pankov)
Revision history for this message
Ilynikh Denis (greyhard) wrote :

> top -b | grep Mem | sed 's/[^0-9]/ /g' | awk '{print $1+$2+$3+$4+$5+$6,$1+$2+$3, $4+$5+$6}'
4846 2567 2279
> top -b | grep Mem | sed 's/[^0-9]/ /g' 419 12 2135 383 1638 259
> top -b | grep Mem
Mem: 419M Active, 12G Inact, 2135M Wired, 383M Cache, 1638M Buf, 259M Free

Changed in ajenti:
status: Incomplete → Fix Committed
Changed in ajenti:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.