View Single Post
Posts: 22 | Thanked: 123 times | Joined on Feb 2010
#63
Originally Posted by rooted View Post
I have a feature request (easy one). And that is RAM and swap usage on graph.

And also a possibility to disable logging of certain resources by the daemon (smaller database, less resources used).

By the way, more apps polished like that!
Easy request doesn't mean easy to implement
There are other values which might be interesting to monitor as well, I will look into it when I have some more time.
Monitoring more values does also result in a bigger database, so an option to disable the monitoring of some values might indeed be usefull.

Originally Posted by Patroclo View Post
Yesterday an upgrade was put, but on my phone I don't see the upgrade. I checked, but it says nothing.
Strange, it showed up on my device...
Maybe you need to be more patient?

Originally Posted by zimon View Post
Should Bluetooth and USB network be with WLAN color? Now it seems like Bluetooth-TCP/IP would be GPRS/UMTS.
Hmm, I never made a bluetooth or usb network connection, so not sure if the difference is logged by the daemon. But the graph drawing code is "if connection type is wlan use wlan-color else use grps-color".

Could you send me your database (/home/user/.BatteryGraph/BatteryGraphDB.sqlite)?
Or check for yourself if anything other than "WLAN_INFRA" or "GRPS" is logged in the database by running the following command (one line) in a terminal
Code:
sqlite3 /home/user/.BatteryGraph/BatteryGraphDB.sqlite ".dump table connection"
__________________
Developer of BatteryGraph
 

The Following 2 Users Say Thank You to jwittema For This Useful Post: