View Single Post
Posts: 156 | Thanked: 90 times | Joined on Jan 2010
#238
Originally Posted by Pavol View Post
Ram usage conky 135,64 / 239,76
script : RAM used : free | awk '/M/ {printf ("%.1f MB\n",$3/1024)}'
output 30 MB ?
Thank you for feedback. I've retested the scripts and everything seems to be fine. Scripts are not that complicated, they take output of the free command, and calculate MB out of it. The mathematical part of the script is reliable. The error could happen when getting data from free command, but it is unlikely. Please retest and post the output of the "free" command (enter it in terminal) when you see wrong readings. And run conky in the background when you are testing, because conky itself impacts readings (uses RAM).

Also keep in mind that the commands are very similar and therefore when you see multiple almost same commands on the wiki page you might take the wrong one in confusion. Again, please retest and rethink and I'll do the debug work when I get more feedback.


Originally Posted by HRZ View Post
is it possible to make a script to show how many SMS's you've sent this month.

The devel app "SMS counter" isn't stable for me (weird graphical glitches) and sometimes doesn't count correctly - ie a deleted SMS wont be counted, or some new SMSs wont even be registered....

It is not possible at the moment, because N900 does not count sent SMSes yet. Aforementioned app scans your messages and counts sent SMSes this month, that's why deleted SMSes are not counted.