[Bug 404647] New: [Novell:NTS/hostinfo] add current RAM memory
https://bugzilla.novell.com/show_bug.cgi?id=404647 Summary: [Novell:NTS/hostinfo] add current RAM memory Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: 3rd party software AssignedTo: jrecord@novell.com ReportedBy: jrecord@novell.com QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: Development The total available memory is displayed, add the current free memory. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=404647 Jason Record <jrecord@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=404647 User jrecord@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=404647#c1 Jason Record <jrecord@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #1 from Jason Record <jrecord@novell.com> 2008-07-09 09:41:17 MDT --- Fix checked in. Index: scripts/hostinfo =================================================================== --- scripts/hostinfo (revision 28) +++ scripts/hostinfo (revision 29) @@ -1,5 +1,5 @@ #!/bin/bash -SVER=0.51-1 +SVER=0.51-2 ############################################################################## # hostinfo - Displays brief system information # @@ -118,7 +118,7 @@ printf "$ROW_OUT" "Kernel Version:" "$(uname -r)" printf "$ROW_OUT" Architecture: "$(uname -i)" printaddr - printf "$ROW_OUT" "Total Memory:" "$(cat /proc/meminfo | grep MemTotal: | awk '{printf "%i", $2/1024}') MB" + printf "$ROW_OUT" "Total/Free Memory:" "$(cat /proc/meminfo | grep MemTotal: | awk '{printf "%i", $2/1024}')/$(cat /proc/meminfo | grep MemFree: | awk '{printf "%i", $2/1024}') MB" printdisks printf "$ROW_OUT" "User Logged In:" "$(id | awk '{print $1, $2}')" test -e $OWNER -o -e $FUNCT && printf "$BLANK" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=404647 User jrecord@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=404647#c2 Jason Record <jrecord@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Jason Record <jrecord@novell.com> 2008-08-01 10:14:24 MDT --- Closed. Released to OBS https://build.opensuse.org/package/show?package=hostinfo&project=Novell%3ANTS -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com