Editing User:Almehdi

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 48: Line 48:
  70 = 0x46 = 1.475V
  70 = 0x46 = 1.475V
 +
==Analyzing time_in_state (by rooted) - rev4==
 +
saved in /home/opt/scripts/oc-test.sh
 +
 +
#!/bin/sh
 +
 +
idlefreq=`awk '{if ($2 > 0) print $1}' /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state | tail -n 1`
 +
tis1=`awk '{sum += $2} END {print sum}' /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state`
 +
tis2=`awk '$1 == "'"$idlefreq"'" {idle = $2} {sum += $2} END {print sum-idle}' /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state`
 +
 +
awk '{print "\nCurrent frequency: "$1/1000" MHz\n"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
 +
echo -e "FREQUENCY\tUSED\t\tWHEN NOT IDLE"
 +
awk '
 +
{printf (($1/1000)" MHz \t")}
 +
{if ($2 == 0) printf ""; else printf ("%.1f %\t\t",($2*100)/"'"$tis1"'")}
 +
{if ($2 == 0) print ""; else if ($2/"'"$tis2"'" > 1) print ""; else printf ("%.1f %\n",($2*100)/"'"$tis2"'")}
 +
' /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state
 +
echo ""
 +
 +
Output example:
 +
 +
Current frequency: 250 MHz
 +
 +
FREQUENCY      USED            WHEN NOT IDLE
 +
1200 MHz
 +
1100 MHz
 +
1000 MHz
 +
950 MHz
 +
900 MHz
 +
850 MHz
 +
810 MHz        1.4 %          52.8 %
 +
750 MHz        0.0 %          0.9 %
 +
700 MHz        0.0 %          1.3 %
 +
600 MHz        0.0 %          1.1 %
 +
550 MHz        0.1 %          5.6 %
 +
500 MHz        1.0 %          38.3 %
 +
250 MHz        97.4 %
 +
124.999 MHz
== '''Install nbench:''' ==
== '''Install nbench:''' ==
Line 88: Line 125:
  '''Interesting but not installed:'''
  '''Interesting but not installed:'''
-
  CuteExplorer, Desktop Activity Manager, gTranslate, gvsms, Headphone deamon, healtcheck, Knots2, Panucci, Phototranslator, QTrapids-gui
+
  CuteExplorer, Desktop Activity Manager, gTranslate, gvsms, Headphone deamon, healtcheck, Knots2, Panucci, Phototranslator, Tower cell info
  '''First:'''
  '''First:'''
Line 94: Line 131:
  '''Second:'''
  '''Second:'''
-
  apt-get install adblock-plus-1.0 array-theme batterygraph callnotify catorise chromium conky cpumem-applet cpufrequtils wget currencyconverter erminig file-roller fmradio p7zip-full tar-gnu
+
  apt-get install adblock-plus-1.0 array-theme batterygraph callnotify catorise chromium conky cpumem-applet cpufrequtils wget currencyconverter erminig file-roller fmradio  
  '''Third:'''
  '''Third:'''
-
  apt-get install led-pattern-editor lzma telepathy-msn-pecan openssh-client petrovich psswitcher powatool quick-launch tweakr wifi-switcher xarchiver zip 3g2g-mode-selection-applet leafpad xournal desktop-cmd-exec diskusage qtirreco  maemo-mapper
+
  apt-get install led-pattern-editor lzma telepathy-msn-pecan openssh-client petrovich psswitcher powatool quick-launch tweakr wifi-switcher xarchiver zip 3g2g-mode-selection-applet leafpad
 +
 
 +
'''unmet dependencies:'''
 +
desktop-cmd-exec diskusage qtirreco  maemo-mapper, alarmed
  '''Own repos'''
  '''Own repos'''
-
  [http://maintenance.maemo.org/news/planet-maemo/demo_of_enna_media_center_on_the_n900/ Enna Media Center], [http://toshl.com/expense-tracker-app/maemo/#download Toshl]
+
  Enna Media Center, Toshl
==n900 as a Webcam==
==n900 as a Webcam==
http://talk.maemo.org/showpost.php?p=610339&postcount=9
http://talk.maemo.org/showpost.php?p=610339&postcount=9

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)