Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stats for udp? #226

Open
rezad1393 opened this issue May 27, 2022 · 3 comments
Open

stats for udp? #226

rezad1393 opened this issue May 27, 2022 · 3 comments

Comments

@rezad1393
Copy link

I run freenet (A darknet java app) and I cant see any traffic from it.

@raboof
Copy link
Owner

raboof commented May 27, 2022

have you tried -C? (#199)

@johnchen99
Copy link

johnchen99 commented Feb 20, 2023

have you tried -C? (#199)

Dear raboof, thanks for the library and I would like to have some clarification with the between "-C" parameter:

Scenario 1 : nethogs -s -a

Program A sent: 8764.862

Scenario 2 : nethogs -s -a -C

(PID ?) unknown UDP sent: 7649.498
Program A sent: 1028.442

Scenario 1 and Scenario 2 run at the same time. "-C" command in Scenario 2 seems to separate out TCP and UDP of my Program A, can I safely assume that without "-C", the total receive/transmit figures are the sum of TCP + UDP traffics of my Program A?

@raboof
Copy link
Owner

raboof commented Feb 20, 2023

have you tried -C? (#199)

Dear raboof, thanks for the library and I would like to have some clarification with the between "-C" parameter:

Scenario 1 : nethogs -s -a

Program A sent: 8764.862

Scenario 2 : nethogs -s -a -C

(PID ?) unknown UDP sent: 7649.498 Program A sent: 1028.442

Scenario 1 and Scenario 2 run at the same time. "-C" command in Scenario 2 seems to separate out TCP and UDP of my Program A, can I safely assume that without "-C", the total receive/transmit figures are the sum of TCP + UDP traffics of my Program A?

Hmm, that sounds weird. @takeoverjp does this make sense to you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants