WhatPulse 2.1b3 - Linux Mint 14
|
03-30-2013, 10:06 PM
(This post was last modified: 04-17-2013 07:54 PM by brumoen.)
Post: #1
|
|||
|
|||
WhatPulse 2.1b3 - Linux Mint 14
I've some issues with the networking monitor, it seems like it tracks my bandwidth usage, but only pr App level, not for the interface directly.
It shows no networking interface in the Network list, but it shows my External IP. In the summary box it shows no details about download or upload. ![]() When I click towards the Applications page it shows details for all the active applications, current download and upload. It also shows the Summary dialog at the bottom, Today, Yesterday and All time. It even shows "The application that downloaded the most today is.. line, but it shows chromium-browser(deleted) instead of just chromium-browser for some reason. ![]() Also the Realtime bandwitdh screen is at 0, shows nothing even while streaming 1080p videos from youtube or any network related source. I'm using the 3.5.0-17-generic linux Mint kernel. The network info is: Code: 00:19.0 Ethernet controller [0200]: Intel Corporation 82567LF-2 Gigabit Network Connection [8086:10cd] Code: eth0 Link encap:Ethernet HWaddr 00:22:68:65:32:aa Code: sudo getcap /opt/whatpulse output from whatpulse start: Code: perry@iPower-Anneks ~ $ sudo whatpulse Any tips or hints on how to debug this would be really nice. ![]() Edited: Changed the title to reflect that this also occurs when I've updated to 2.1b3. |
|||
04-06-2013, 06:42 PM
Post: #2
|
|||
|
|||
RE: WhatPulse 2.1b2 - Linux Mint 14
(03-30-2013 10:06 PM)brumoen Wrote: I have to run as root to be able to track keys and mouse actions. No access to /dev/input/event* without using sudo. You will need to run the permissions script inside the package to fix that, it'll add your user to a group and change the permissions of the event devices. |
|||
04-10-2013, 07:39 AM
Post: #3
|
|||
|
|||
RE: WhatPulse 2.1b2 - Linux Mint 14
Thanks, that helped for the /dev/input/event* issues and it seems like WP counts my keys and clicks as it should now. There is no permission script inside the 64 bit package, that's why I didn't see it, but I downloaded the 32 bit package and ran it.
This still leaves the network interface issue unsolved tho.. Any ideas? |
|||
04-10-2013, 06:31 PM
Post: #4
|
|||
|
|||
RE: WhatPulse 2.1b2 - Linux Mint 14
Indeed, guess I forgot the script in the b2 64bit tar.gz. -_-
To be honest, I have no idea why the interface is not showing up, it seems the have different results on different distros and different network cards. We depend on certain system files to identify interfaces, which we've found that Linux devs likes to change on a whim and completely omit on certain distros. I think we'll implement a fallback identify method which uses the same library as the application network stats, which usually seem to work even if the interfaces are not showing up. |
|||
04-10-2013, 09:37 PM
Post: #5
|
|||
|
|||
RE: WhatPulse 2.1b2 - Linux Mint 14
Just updated to 2.1b3 and it asked me to allow some network permission check. It succeeded I guess since it didn't ask for anything else before it just started the client. But when I quit the client it shows:
Code: 10-04-2013 23:28:59.794 DEBUG Stopping PfRingNetworkTrafficMonitor.. Still isn't showing any network interface, just traffic on the same "page" as earlier and when pulsing, no traffic is pulsed. ![]() Strange that it shows traffic on the per application page, but nothing in the interface page or when pulsing. How does the interface lookup work? Where does it try to find the file(s)/device(s) needed for the interface "connection"? |
|||
04-17-2013, 07:29 PM
Post: #6
|
|||
|
|||
RE: WhatPulse 2.1b2 - Linux Mint 14
Now I've installed 2.1b3 on my laptop, also with Mint Nadia 14, here everything just works. No issues with network or anything, just installed it with the same apt-get line as on my workstation and started it, WP asked for permission to try to fix network permissions since I didn't fix the libcap line before starting WP and then the screen flickered and WP started with a network interface present at first start.
Both machines run with the 3.5.0-17-generic linux Mint kernel, tried updating the workstation to the latest kernel package for Mint but that didn't help either. On my laptop I have an integrated Intel PRO/Wireless 4965 AG or AGN adapter. Could it be that WP don't understand the identification that my workstation gives for the integrated network adapter? If so is there a way to see what information WP gets from the system when it tries to connect with the network adapter? |
|||
04-18-2013, 04:34 PM
Post: #7
|
|||
|
|||
RE: WhatPulse 2.1b2 - Linux Mint 14
(04-17-2013 07:29 PM)brumoen Wrote: Could it be that WP don't understand the identification that my workstation gives for the integrated network adapter? If so is there a way to see what information WP gets from the system when it tries to connect with the network adapter? Sort of. Linux is very strange when it comes to standardisation of system files, as in there seems to be none. The current build still trusts the system files to identify the network adapters, but I've updated the client to check the adapters found by libpcap when the system can't identify any adapters. I've yet to see a relatively modern adapter not being recognized by libpcap, so that should fix this problem in the future. |
|||
04-23-2013, 06:23 PM
(This post was last modified: 04-23-2013 09:03 PM by brumoen.)
Post: #8
|
|||
|
|||
RE: WhatPulse 2.1b3 - Linux Mint 14
Have you done that for 2.1b3 or is that for the next update?
I've been trying to run some C examples for libpcap and I'm not able to find any off my suitable network devices on my laptop with that one, and I find that kind if weird since WP works like a charm. You shouldn't happen to have made some test scripts which might be possible to use for debugging purpose to see if and what it detects? Edit: I did on my desktop, just had to run the generated files as root since my normal user don't have access to that kind of information from the system. So yes, libpcap finds the devices. ![]() |
|||
04-24-2013, 03:45 PM
Post: #9
|
|||
|
|||
RE: WhatPulse 2.1b3 - Linux Mint 14
Next update, either way. And yes, you need the net_admin (or something, check install docu) capability, or root to allow pcap to see them.
|
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies: | Views: | Last Post | |
WhatPulse 2.7.2b1 | smitmartijn | 13 | 3,439 |
12-04-2016 07:36 PM Last Post: smitmartijn |
|
WhatPulse 2.7b3 | smitmartijn | 17 | 6,032 |
06-07-2016 11:37 AM Last Post: smitmartijn |
|
WhatPulse 2.7b2 | smitmartijn | 14 | 4,855 |
01-26-2016 05:36 PM Last Post: smitmartijn |
|
WhatPulse 2.7b1 | smitmartijn | 17 | 5,956 |
01-05-2016 08:24 AM Last Post: Megachip |
|
WhatPulse 2.6b5 | smitmartijn | 14 | 7,862 |
08-04-2015 05:12 PM Last Post: smitmartijn |
|
WhatPulse 2.6b4 | smitmartijn | 14 | 7,460 |
04-24-2015 01:43 PM Last Post: smitmartijn |
|
WhatPulse 2.6b3 | Megachip | 9 | 4,220 |
04-07-2015 07:15 PM Last Post: smitmartijn |
|
WhatPulse 2.6b2 | smitmartijn | 10 | 7,854 |
03-25-2015 01:17 PM Last Post: Megachip |
|
WhatPulse 2.6b1 | smitmartijn | 21 | 10,531 |
03-14-2015 05:56 PM Last Post: commentator |
|
WhatPulse 2.4.1b4 | smitmartijn | 5 | 4,854 |
09-29-2014 04:06 AM Last Post: Godric |
User(s) browsing this thread: 1 Guest(s)