0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Ubuntu でバックグラウンドダウンロードを抑止する(途中)

Posted at

バックグラウンドで余計なダウンロードを抑止したい。

環境

Ubuntu 24.04

packagekitd

「packagekitd を無効にして バックグラウンドでのダウンロードを停止する」
https://qiita.com/nanbuwks/items/aab0178248f2415d09bd
の記事を以前書きました。

これの対策をしましたが、まだなにか通信しています。

Screenshot from 2024-08-31 07-52-12.png

調査

通信しているプロセスを調査するためには、 nethogs が使えるらしい。

nethogs インストール

$ sudo apt install nethogs

実行

起動しようとするとエラー

$ nethogs 
Error opening handler for device wlp4s0
                                       To run nethogs without being root, you need to enable capabilities on the program (cap_net_admin, cap_new_raw). See the documentation for details.
Error opening pcap handlers for all devices.

sudo を付けて実行します。

$ sudo nethogs

Screenshot from 2024-08-31 07-53-11.png

この図で上に表示されているグラフは nethogs ではなく、 system-monitor-next アプレットです。黄色が network download を表しています。

nethogs で google chrome と unknown TCP がリストアップされています。しかしながら黄色のグラフで表示されているように、丁度通信が止まった直後でした。

なので nethogs でどのプロセスが問題だったかは不明。またダウンロードの事象が補足できたら続けます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?