#data is getting used constantly in idle state

1 messages · Page 1 of 1 (latest)

frosty drift
#

I'm new mint and linux , i know just basic like installation command and file system etc.. Am a intermediate programmer myself , i been watching network history in system monitor under resource tab , i closed all application and i kept the system idle and even those data is senting and receiving constantly

also just after posting this question and said hi in general , my computer got stuck , this is second time this happened , i have to restart the computer by using hardware button

fickle anchor
#

How much data is sending and receiving?

#

And is your system up to date?

vague dagger
#

If you could post the logs here, i think i would be able to provide a solution to your problem, even then the cause and effect could be anywhere from Linux Mint System updates running in the background, or there's something you're running in the background that's both sending and receiving data,.

frosty drift
frosty drift
frosty drift
vague dagger
frosty drift
#

okay

frosty drift
vague dagger
#

well the most recent one i mean, not everything

frosty drift
#

what is the command for that

#

cd / , takes me to root

#

and i do cd var/log and takes me to that directory and what

vague dagger
#

welp to make this easier, just go back to your home directory, do journalctl >> output.txt in the terminal and then copy and paste the contents of the text file here

#

if its too long then just post the text file in here

frosty drift
#

okay

#

the output is nothing , no text

vague dagger
#

huh

#

wait let me check mine

frosty drift
#

okay

vague dagger
#

it's supposed to output something, try it again, it works on mine

frosty drift
#

okay

vague dagger
frosty drift
#
Desktop  Documents  Downloads  Music  Pictures  Public  Templates  Videos
doorbell@doorbell:~$ journalctl >> output.txt
doorbell@doorbell:~$ journalctl >> output.txt
doorbell@doorbell:~$ journalctl >> output.txt
doorbell@doorbell:~$ 
doorbell@doorbell:~$ journalctl >> output.txt
doorbell@doorbell:~$ cd /
doorbell@doorbell:/$ journalctl >> output.txt
bash: output.txt: Permission denied
doorbell@doorbell:/$ ls
bin   cdrom  etc   lib    lost+found  mnt  proc  run   srv       sys  usr
boot  dev    home  lib64  media       opt  root  sbin  swapfile  tmp  var
doorbell@doorbell:/$ cd home
doorbell@doorbell:/home$ journalctl >> output.txt
bash: output.txt: Permission denied
doorbell@doorbell:/home$ ls
doorbell
doorbell@doorbell:/home$ cd doorbell 
doorbell@doorbell:~$ journalctl >> output.txt
doorbell@doorbell:~$ ^C
doorbell@doorbell:~$ journalctl >> output.txt
doorbell@doorbell:~$ ^C
doorbell@doorbell:~$ 
vague dagger
frosty drift
#

you mean sudo

vague dagger
#

yep

frosty drift
#

okay

vague dagger
#

try using sudo with journalctl on it

frosty drift
#

okay

fickle anchor
#

Umm

frosty drift
#

this command also not working

gloomy pumice
#

If the NIC is sending a few BYTES every second I would not worry about it.
Its most likely pings and various handshakes between the NIC as well as other network services

#

No real data in that

frosty drift
#

can i able to disable it

fickle anchor
#

Sure if you want no internet

frosty drift
fickle anchor
#

6MB is sweet FA considering Discord is running

gloomy pumice
#

you can download the program "nethogs" to log network usage

vague dagger
#

he must be on a limited mobile data connection if he worries that much about bandwidth usage

gloomy pumice
gloomy pumice
#

use sudo apt install update && sudo apt install nethogs -y

#

then to run it sudo nethogs

frosty drift
#

okay

frosty drift
gloomy pumice
#

Try iftop

frosty drift
#

okay

gloomy pumice
#

it has a similar look to other top utilities