Problem CPU 100% when closing terminal by X button

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
shqipo

Problem CPU 100% when closing terminal by X button

Post by shqipo »

Description:

I have a schorcut with the following line:

Code: Select all

 gnome-terminal --command="sudo iftop -i wlan0 -p"
when you click at this schorcut, it prompts a terminal console.
iftop: is a software which monitor network traffic.

Problem: When I close the terminal directly with the X button instead of doing CTRL+C, the processor goes to 100%.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
grimdestripador
Level 6
Level 6
Posts: 1051
Joined: Fri Feb 16, 2007 2:26 am

Re: Problem CPU 100% when closing terminal by X button

Post by grimdestripador »

I bet its still running
Check all the running processes

Code: Select all

ps -aux
Check for iftop

Code: Select all

ps -aux | grep iftop

When you spot the entry, note the first column, Process ID.
for the foollowing command, you must replace the variable $processID with the process ID from above.

Code: Select all

kill $processID
User avatar
grimdestripador
Level 6
Level 6
Posts: 1051
Joined: Fri Feb 16, 2007 2:26 am

Re: Problem CPU 100% when closing terminal by X button

Post by grimdestripador »

Not sure if this is the right way to do this, but it sure works. Be sure to understand that the backtick (`) is different than the literal quote (')

kill the process ID of iftop

Code: Select all

sudo kill `ps aux | grep "sudo iftop" | awk '{print $2}'`

BTW, Perhaps you want to launch your gnome terminal in a background process. Consider adding the ampersand

Code: Select all

gnome-terminal --command="sudo iftop -i eth0 -p" &
Edit2: I should mention that it might be possible to configure your user to have permissions access to the block device of your ethernet. thus this problem of having a user starting a sudo process which does not terminate might be solved.

Edit3: I've not thoughoughly tested these properties of making new gnome-terminal windows, it seems that even when i type a user command (one which i could be able to terminate)

Code: Select all

gnome-terminal --command="htop" 
the terminal curser sits at a new line ready for the next command. Of course putting the ampersand "&" allows me to easily see the process id, which could be terminated. While testing this I managed to confirm making iftop into a 100% errant process, no idea how I triggered this, but it is observable that the command htop does not seem to trigger this. Eitherway, the above command worked perfectly to kill the process... ie: sudo kill `ps aux | grep "sudo iftop" | awk '{print $2}'`
1.png
shqipo

Re: Problem CPU 100% when closing terminal by X button

Post by shqipo »

Sorry for being so late at answering, I would have prefer the forum to send an e-mail when someone reply...

While runing iftop at gnome-terminal:

Code: Select all

Inspiron-7520 # # ps -aux | grep iftop
aviso: mal uso de la sintaxis ps, probablemente un falso «-»
Vea http://gitorious.org/procps/procps/blobs/master/Documentation/FAQ
root     12630  0.1  0.0  89460  2908 pts/4    Ss+  00:31   0:00 sudo iftop -i wlan0 -p
root     12631  0.1  0.0 185404  3828 pts/4    Sl+  00:31   0:00 iftop -i wlan0 -p
root     12636  0.0  0.0  13648   956 pts/0    S+   00:31   0:00 grep --colour=auto iftop
Inspiron-7520 ##
While runing iftop at gnome-terminal:

Code: Select all

Inspiron-7520 # ps -aux
aviso: mal uso de la sintaxis ps, probablemente un falso «-»
Vea http://gitorious.org/procps/procps/blobs/master/Documentation/FAQ
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.0  26920  2828 ?        Ss   oct09   0:01 /sbin/init
root         2  0.0  0.0      0     0 ?        S    oct09   0:00 [kthreadd]
root         3  0.0  0.0      0     0 ?        S    oct09   0:00 [ksoftirqd/0]
root         5  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/0:0H]
root         7  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/u:0H]
root         8  0.0  0.0      0     0 ?        S    oct09   0:00 [migration/0]
root         9  0.0  0.0      0     0 ?        S    oct09   0:00 [rcu_bh]
root        10  0.0  0.0      0     0 ?        S    oct09   0:04 [rcu_sched]
root        11  0.0  0.0      0     0 ?        S    oct09   0:00 [watchdog/0]
root        12  0.0  0.0      0     0 ?        S    oct09   0:00 [watchdog/1]
root        13  0.0  0.0      0     0 ?        S    oct09   0:00 [ksoftirqd/1]
root        15  0.0  0.0      0     0 ?        R    oct09   0:01 [kworker/1:0]
root        16  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/1:0H]
root        17  0.0  0.0      0     0 ?        S    oct09   0:00 [watchdog/2]
root        18  0.0  0.0      0     0 ?        S    oct09   0:00 [ksoftirqd/2]
root        20  0.0  0.0      0     0 ?        S    oct09   0:04 [kworker/2:0]
root        21  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/2:0H]
root        22  0.0  0.0      0     0 ?        S    oct09   0:00 [watchdog/3]
root        23  0.0  0.0      0     0 ?        S    oct09   0:00 [ksoftirqd/3]
root        26  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/3:0H]
root        27  0.0  0.0      0     0 ?        S    oct09   0:00 [watchdog/4]
root        28  0.0  0.0      0     0 ?        S    oct09   0:00 [ksoftirqd/4]
root        31  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/4:0H]
root        32  0.0  0.0      0     0 ?        S    oct09   0:00 [watchdog/5]
root        33  0.0  0.0      0     0 ?        S    oct09   0:00 [ksoftirqd/5]
root        36  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/5:0H]
root        37  0.0  0.0      0     0 ?        S    oct09   0:00 [watchdog/6]
root        38  0.0  0.0      0     0 ?        S    oct09   0:00 [ksoftirqd/6]
root        41  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/6:0H]
root        42  0.0  0.0      0     0 ?        S    oct09   0:00 [watchdog/7]
root        43  0.0  0.0      0     0 ?        S    oct09   0:00 [ksoftirqd/7]
root        45  0.0  0.0      0     0 ?        S    oct09   0:00 [kworker/7:0]
root        46  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/7:0H]
root        47  0.0  0.0      0     0 ?        S<   oct09   0:00 [cpuset]
root        48  0.0  0.0      0     0 ?        S<   oct09   0:00 [khelper]
root        49  0.0  0.0      0     0 ?        S    oct09   0:00 [kdevtmpfs]
root        50  0.0  0.0      0     0 ?        S<   oct09   0:00 [netns]
root        51  0.0  0.0      0     0 ?        S    oct09   0:00 [bdi-default]
root        52  0.0  0.0      0     0 ?        S<   oct09   0:00 [kintegrityd]
root        53  0.0  0.0      0     0 ?        S<   oct09   0:00 [kblockd]
root        54  0.0  0.0      0     0 ?        S<   oct09   0:00 [ata_sff]
root        55  0.0  0.0      0     0 ?        S    oct09   0:00 [khubd]
root        56  0.0  0.0      0     0 ?        S<   oct09   0:00 [md]
root        57  0.0  0.0      0     0 ?        S<   oct09   0:00 [devfreq_wq]
root        59  0.0  0.0      0     0 ?        S    oct09   0:00 [kworker/3:1]
root        61  0.0  0.0      0     0 ?        S    oct09   0:00 [kworker/6:1]
root        63  0.0  0.0      0     0 ?        S    oct09   0:00 [khungtaskd]
root        64  0.0  0.0      0     0 ?        S    oct09   0:00 [kswapd0]
root        65  0.0  0.0      0     0 ?        SN   oct09   0:00 [ksmd]
root        66  0.0  0.0      0     0 ?        SN   oct09   0:00 [khugepaged]
root        67  0.0  0.0      0     0 ?        S    oct09   0:00 [fsnotify_mark]
root        68  0.0  0.0      0     0 ?        S    oct09   0:00 [ecryptfs-kthrea]
root        69  0.0  0.0      0     0 ?        S<   oct09   0:00 [crypto]
root        80  0.0  0.0      0     0 ?        S<   oct09   0:00 [kthrotld]
root        85  0.0  0.0      0     0 ?        S<   oct09   0:00 [binder]
root       104  0.0  0.0      0     0 ?        S<   oct09   0:00 [deferwq]
root       105  0.0  0.0      0     0 ?        S<   oct09   0:00 [charger_manager]
root       281  0.0  0.0      0     0 ?        S    oct09   0:00 [scsi_eh_0]
root       282  0.0  0.0      0     0 ?        S    oct09   0:00 [scsi_eh_1]
root       283  0.0  0.0      0     0 ?        S    oct09   0:00 [scsi_eh_2]
root       284  0.0  0.0      0     0 ?        S    oct09   0:00 [scsi_eh_3]
root       285  0.0  0.0      0     0 ?        S    oct09   0:00 [scsi_eh_4]
root       286  0.0  0.0      0     0 ?        S    oct09   0:00 [scsi_eh_5]
root       301  0.0  0.0      0     0 ?        S<   oct09   0:00 [ttm_swap]
root       303  0.0  0.0      0     0 ?        S    oct09   0:00 [kworker/1:1]
root       336  0.0  0.0      0     0 ?        S<   oct09   0:00 [kdmflush]
root       338  0.0  0.0      0     0 ?        S<   oct09   0:00 [kdmflush]
root       435  0.0  0.0      0     0 ?        S    oct09   0:00 [jbd2/dm-0-8]
root       436  0.0  0.0      0     0 ?        S<   oct09   0:00 [ext4-dio-unwrit]
root       489  0.0  0.0  15268   636 ?        S    oct09   0:00 upstart-file-bridge --daemon
root       538  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/4:1H]
root       539  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/5:1H]
root       540  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/0:1H]
root       546  0.0  0.0  17448   900 ?        S    oct09   0:00 upstart-udev-bridge --daemon
root       549  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/6:1H]
root       551  0.0  0.0  21880  1640 ?        Ss   oct09   0:00 /sbin/udevd --daemon
root       558  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/1:1H]
root       563  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/2:1H]
root       799  0.0  0.0  15256   632 ?        S    oct09   0:00 upstart-socket-bridge --daemon
root       831  0.0  0.0      0     0 ?        S<   oct09   0:00 [kmpathd]
root       832  0.0  0.0      0     0 ?        S<   oct09   0:00 [kmpath_handlerd]
root       839  0.0  0.0      0     0 ?        S<   oct09   0:00 [kpsmoused]
root       859  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/u:1H]
root       877  0.0  0.0      0     0 ?        S<   oct09   0:00 [cfg80211]
root       903  0.0  0.0      0     0 ?        S<   oct09   0:00 [hd-audio0]
root       916  0.0  0.0      0     0 ?        S    oct09   0:06 [kworker/3:2]
root       946  0.0  0.0      0     0 ?        S<   oct09   0:00 [kvm-irqfd-clean]
root       956  0.0  0.0      0     0 ?        S    oct09   0:03 [kworker/4:2]
root       958  0.0  0.0      0     0 ?        S<   oct09   0:00 [iwlwifi]
root      1002  0.0  0.0      0     0 ?        S    oct09   0:00 [scsi_eh_6]
root      1003  0.0  0.0      0     0 ?        S    oct09   0:01 [rts5139-control]
root      1004  0.1  0.0      0     0 ?        S    oct09   0:48 [rts5139-polling]
root      1097  0.0  0.0      0     0 ?        S    oct09   0:00 [jbd2/dm-1-8]
root      1098  0.0  0.0      0     0 ?        S<   oct09   0:00 [ext4-dio-unwrit]
root      1149  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/7:1H]
root      1184  0.0  0.0 126192  5604 ?        Ss   oct09   0:00 smbd -F
root      1187  0.0  0.0  52252  2848 ?        Ss   oct09   0:00 /usr/sbin/sshd -D
102       1191  0.0  0.0  24908  2224 ?        Ss   oct09   0:02 dbus-daemon --system --fork
syslog    1201  0.0  0.0 247456  1616 ?        Sl   oct09   0:00 rsyslogd -c5
root      1214  0.0  0.0  83408  3280 ?        Ss   oct09   0:00 /usr/sbin/modem-manager
root      1220  0.0  0.0  19372  2196 ?        Ss   oct09   0:00 /usr/sbin/bluetoothd
root      1225  0.0  0.0      0     0 ?        S<   oct09   0:00 [krfcommd]
root      1240  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/3:1H]
avahi     1242  0.0  0.0  32400  1932 ?        S    oct09   0:00 avahi-daemon: running [arbi-Inspiron-7520.local
avahi     1244  0.0  0.0  32220   468 ?        S    oct09   0:00 avahi-daemon: chroot helper
root      1273  0.0  0.0  73000  4436 ?        Ss   oct09   0:00 /usr/sbin/cupsd -F
root      1276  0.0  0.0      0     0 ?        S    oct09   0:00 [flush-252:0]
root      1277  0.0  0.0      0     0 ?        S    oct09   0:00 [flush-252:1]
root      1298  0.0  0.0 265024  7120 ?        Ssl  oct09   0:03 NetworkManager
root      1301  0.0  0.0 126708  1560 ?        S    oct09   0:00 smbd -F
colord    1308  0.0  0.0 223880  6112 ?        Sl   oct09   0:00 /usr/lib/colord/colord
root      1315  0.0  0.0  70428  2812 ?        Ss   oct09   0:00 /usr/sbin/cups-browsed
root      1320  0.0  0.0 216084  5824 ?        Sl   oct09   0:00 /usr/lib/policykit-1/polkitd --no-debug
root      1563  0.0  0.0  32036  2520 ?        Ss   oct09   0:00 /sbin/wpa_supplicant -B -P /run/sendsigs.omit.d
root      1573  0.0  0.0  20020   996 tty4     Ss+  oct09   0:00 /sbin/getty -8 38400 tty4
root      1577  0.0  0.0  20020   996 tty5     Ss+  oct09   0:00 /sbin/getty -8 38400 tty5
root      1583  0.0  0.0  20020   996 tty2     Ss+  oct09   0:00 /sbin/getty -8 38400 tty2
root      1584  0.0  0.0  20020  1000 tty3     Ss+  oct09   0:00 /sbin/getty -8 38400 tty3
root      1587  0.0  0.0  20020   996 tty6     Ss+  oct09   0:00 /sbin/getty -8 38400 tty6
root      1595  0.0  0.0   4640   960 ?        Ss   oct09   0:00 acpid -c /etc/acpi/events -s /var/run/acpid.soc
root      1608  0.0  0.0 164128  5172 ?        Ss   oct09   0:00 mdm
mysql     1610  0.0  0.5 1207332 46904 ?       Ssl  oct09   0:11 /usr/sbin/mysqld
root      1619  0.0  0.0  21324  1052 ?        Ss   oct09   0:00 cron
daemon    1620  0.0  0.0  19124   164 ?        Ss   oct09   0:00 atd
root      1641  0.0  0.0  19148   776 ?        Ss   oct09   0:01 /usr/sbin/irqbalance
root      1654  0.0  0.1  56588 11508 ?        S    oct09   0:00 ddclient - sleeping for 10 seconds
root      1747  0.0  0.0 296232  5924 ?        Sl   oct09   0:00 mdm
root      1754  1.1  1.1 484680 93900 tty8     Ssl+ oct09   6:23 /usr/bin/X :0 -audit 0 -auth /var/lib/mdm/:0.Xa
ntop      1759  0.0  0.6 941220 51188 ?        Ssl  oct09   0:00 /usr/sbin/ntop -d -L -u ntop -P /var/lib/ntop -
snmp      1797  0.0  0.0  48416  4740 ?        S    oct09   0:02 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g s
root      1811  0.0  0.0      0     0 ?        S<   oct09   0:00 [iprt]
root      1841  0.0  0.0   7488   672 ?        Ss   oct09   0:00 /usr/sbin/vnstatd -d
root      1936  0.0  0.1 202200 10068 ?        Ss   oct09   0:00 /usr/sbin/apache2 -k start
root      2081  0.0  0.0  20020  1000 tty1     Ss+  oct09   0:00 /sbin/getty -8 38400 tty1
mdm       2263  0.0  0.0  24464   600 ?        S    oct09   0:00 dbus-launch --autolaunch=2f6a9045c2bc8db6bf32b2
mdm       2264  0.0  0.0  23852   940 ?        Ss   oct09   0:00 //bin/dbus-daemon --fork --print-pid 5 --print-
root      2274  0.0  0.0      0     0 ?        S    oct09   0:00 [kauditd]
arbi      2277  0.0  0.0 462228  6160 ?        SLl  oct09   0:00 /usr/bin/gnome-keyring-daemon --daemonize --log
root      2280  0.0  0.0 4188908 3948 ?        Sl   oct09   0:00 /usr/sbin/console-kit-daemon --no-daemon
arbi      2353  0.0  0.1 409288 10948 ?        Ssl  oct09   0:00 gnome-session --session cinnamon
arbi      2437  0.0  0.0  12612   320 ?        Ss   oct09   0:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-
arbi      2440  0.0  0.0  24464   600 ?        S    oct09   0:00 /usr/bin/dbus-launch --exit-with-session /usr/b
arbi      2441  0.0  0.0  25304  2168 ?        Ss   oct09   0:00 //bin/dbus-daemon --fork --print-pid 5 --print-
arbi      2451  0.0  0.0 356552  4228 ?        Sl   oct09   0:00 /usr/lib/at-spi2-core/at-spi-bus-launcher
arbi      2455  0.0  0.0  24100  1768 ?        S    oct09   0:00 /bin/dbus-daemon --config-file=/etc/at-spi2/acc
arbi      2458  0.0  0.0 124720  3356 ?        Sl   oct09   0:00 /usr/lib/at-spi2-core/at-spi2-registryd --use-g
arbi      2469  0.0  0.2 990868 21772 ?        Sl   oct09   0:02 /usr/lib/gnome-settings-daemon/gnome-settings-d
arbi      2481  0.0  0.0 365668  6320 ?        S<l  oct09   0:00 /usr/bin/pulseaudio --start --log-target=syslog
rtkit     2483  0.0  0.0 168916  1360 ?        SNl  oct09   0:00 /usr/lib/rtkit/rtkit-daemon
root      2487  0.0  0.0 222548  4768 ?        Sl   oct09   0:00 /usr/lib/upower/upowerd
arbi      2624  0.0  0.0 196628  3352 ?        Sl   oct09   0:00 /usr/lib/gvfs/gvfsd
arbi      2632  0.0  0.0 349344  3756 ?        Sl   oct09   0:00 /usr/lib/gvfs//gvfsd-fuse -f /run/user/arbi/gvf
arbi      2645  0.0  0.2 272664 20180 ?        Sl   oct09   0:00 /usr/bin/python /usr/bin/cinnamon-launcher
root      2648  0.0  0.0 203456  4332 ?        Sl   oct09   0:00 /usr/lib/accountsservice/accounts-daemon
arbi      2651  0.0  0.0  20256   976 ?        S    oct09   0:08 syndaemon -i 1.0 -t -K -R
arbi      2655  1.2  3.4 1918212 281020 ?      Sl   oct09   6:34 cinnamon --replace
arbi      2662  0.0  0.2 516652 18904 ?        Sl   oct09   0:00 /usr/lib/policykit-1-gnome/polkit-gnome-authent
arbi      2663  0.0  0.5 1498028 45156 ?       Sl   oct09   0:03 nautilus -n
arbi      2665  0.0  0.2 846472 19184 ?        Sl   oct09   0:02 nm-applet
arbi      2669  0.0  0.1 469384  9616 ?        Sl   oct09   0:00 /usr/lib/gnome-settings-daemon/gnome-fallback-m
arbi      2675  0.0  0.1 617432 15248 ?        Sl   oct09   0:00 /usr/lib/vino/vino-server --sm-disable
arbi      2681  0.0  0.0 224992  6436 ?        Sl   oct09   0:00 /usr/lib/gvfs/gvfs-udisks2-volume-monitor
root      2686  0.0  0.0 373224  6320 ?        Sl   oct09   0:01 /usr/lib/udisks2/udisksd --no-debug
arbi      2701  0.0  0.0 285704  3276 ?        Sl   oct09   0:00 /usr/lib/gvfs/gvfs-afc-volume-monitor
arbi      2710  0.0  0.0 191520  2916 ?        Sl   oct09   0:00 /usr/lib/gvfs/gvfs-mtp-volume-monitor
arbi      2716  0.0  0.0 203692  3276 ?        Sl   oct09   0:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor
arbi      2721  0.0  0.0 289820  4760 ?        Sl   oct09   0:00 /usr/lib/gvfs/gvfsd-trash --spawner :1.8 /org/g
arbi      2729  0.0  0.0  57732  3212 ?        S    oct09   0:00 /usr/lib/x86_64-linux-gnu/gconf/gconfd-2
arbi      2750  0.0  0.0 270364  3076 ?        Sl   oct09   0:00 /usr/lib/gvfs/gvfsd-burn --spawner :1.8 /org/gt
arbi      2765  0.0  0.0 133604  4712 ?        Sl   oct09   0:00 /usr/lib/gvfs/gvfsd-metadata
arbi      2782  0.0  0.0   4440   624 ?        S    oct09   0:00 sh -c /usr/lib/x86_64-linux-gnu/libproxy/0.4.7/
arbi      2783  0.0  0.0 199468  3380 ?        Sl   oct09   0:00 /usr/lib/x86_64-linux-gnu/libproxy/0.4.7/pxgset
arbi      2799  3.4  6.3 1485696 509576 ?      Sl   oct09  18:39 /usr/lib/firefox/firefox
arbi      2805  0.0  0.1 328792 10288 ?        Sl   oct09   0:00 cinnamon-screensaver
nobody    2914  0.0  0.0  33152  1592 ?        S    oct09   0:00 /usr/sbin/dnsmasq --no-resolv --keep-in-foregro
root      3089  0.0  0.0  89176  1940 ?        Ss   oct09   0:00 nmbd -D
root      3106  0.0  0.0 104888  4492 ?        Ss   oct09   0:00 /usr/sbin/winbindd -F
root      3107  0.0  0.0 104888  1812 ?        S    oct09   0:00 /usr/sbin/winbindd -F
arbi      3166  0.6  0.3 877044 27644 ?        SLl  oct09   3:32 remmina
root      3227  0.0  0.0      0     0 ?        S    oct09   0:00 [kworker/2:2]
root      3513  0.0  0.0      0     0 ?        S    oct09   0:02 [kworker/7:2]
root      4067  0.0  0.0      0     0 ?        S    oct09   0:02 [kworker/6:3]
root      4543  0.0  0.0      0     0 ?        S    oct09   0:00 [migration/1]
root      4544  0.0  0.0      0     0 ?        S    oct09   0:00 [migration/2]
root      4545  0.0  0.0      0     0 ?        S    oct09   0:00 [migration/3]
root      4546  0.0  0.0      0     0 ?        S    oct09   0:00 [migration/4]
root      4547  0.0  0.0      0     0 ?        S    oct09   0:00 [migration/5]
root      4548  0.0  0.0      0     0 ?        S    oct09   0:00 [migration/6]
root      4549  0.0  0.0      0     0 ?        S    oct09   0:00 [migration/7]
root      4550  0.0  0.0      0     0 ?        S    oct09   0:00 [irq/46-mei]
root      4561  0.0  0.0      0     0 ?        S<   oct09   0:00 [hci0]
root      6091  0.0  0.0      0     0 ?        S    oct09   0:00 [kworker/4:0]
root      6147  0.0  0.0  10240  3752 ?        S    oct09   0:00 /sbin/dhclient -d -sf /usr/lib/NetworkManager/n
arbi      6325  0.0  0.0 178264  2928 ?        Sl   oct09   0:00 /usr/lib/dconf/dconf-service
root      6541  0.0  0.0      0     0 ?        S    oct09   0:02 [kworker/0:3]
www-data  6626  0.0  0.1 206312 13576 ?        S    oct09   0:00 /usr/sbin/apache2 -k start
www-data  7003  0.0  0.1 206308 13516 ?        S    oct09   0:00 /usr/sbin/apache2 -k start
www-data  7436  0.0  0.1 206308 13592 ?        S    oct09   0:00 /usr/sbin/apache2 -k start
www-data  7600  0.0  0.1 205924 13028 ?        S    oct09   0:00 /usr/sbin/apache2 -k start
www-data  7789  0.0  0.1 206824 14384 ?        S    oct09   0:00 /usr/sbin/apache2 -k start
www-data  7911  0.0  0.1 203000 10356 ?        S    oct09   0:00 /usr/sbin/apache2 -k start
www-data  7987  0.0  0.1 206044 13200 ?        S    oct09   0:00 /usr/sbin/apache2 -k start
www-data  8072  0.0  0.1 206052 13092 ?        S    oct09   0:00 /usr/sbin/apache2 -k start
www-data  8196  0.0  0.1 206044 13312 ?        S    oct09   0:00 /usr/sbin/apache2 -k start
www-data  8273  0.0  0.1 204388 11692 ?        S    oct09   0:00 /usr/sbin/apache2 -k start
arbi      9261  0.0  0.2 441896 18452 ?        Sl   oct09   0:00 gksudo --message Introduzca su contraseña para
root      9262  0.0  0.0  89468  2904 ?        Ss   oct09   0:00 /usr/bin/sudo -H -S -p GNOME_SUDO_PASS -u root 
root      9264  0.3  0.4 624812 37616 ?        Sl   oct09   0:10 python /usr/lib/linuxmint/mintUpdate/mintUpdate
root     11588  0.0  0.0 193600  4036 ?        Sl   00:17   0:00 /usr/lib/udisks/udisks-daemon
root     11593  0.0  0.0  45652   800 ?        S    00:17   0:00 udisks-daemon: not polling any devices
root     11629  0.0  0.0      0     0 ?        S    00:18   0:00 [kworker/5:2]
root     11691  0.0  0.0  21876  1156 ?        S    00:18   0:00 /sbin/udevd --daemon
root     11693  0.0  0.0  21876  1156 ?        S    00:18   0:00 /sbin/udevd --daemon
arbi     11729  0.0  0.0 311564  5252 ?        Sl   00:18   0:00 /usr/lib/gvfs/gvfsd-http --spawner :1.8 /org/gt
arbi     11733  0.0  0.0   4440   628 ?        S    00:18   0:00 sh -c /usr/lib/x86_64-linux-gnu/libproxy/0.4.7/
arbi     11734  0.0  0.0 188436  2828 ?        Sl   00:18   0:00 /usr/lib/x86_64-linux-gnu/libproxy/0.4.7/pxgset
root     11805  0.0  0.0      0     0 ?        S    00:19   0:00 [kworker/u:2]
root     12093  0.0  0.0      0     0 ?        S    00:22   0:00 [kworker/0:0]
root     12126  0.0  0.0      0     0 ?        S    00:23   0:00 [kworker/5:1]
root     12151  0.0  0.0      0     0 ?        S    00:24   0:00 [kworker/u:1]
root     12357  0.0  0.0      0     0 ?        S    00:27   0:00 [kworker/0:1]
root     12374  0.0  0.0      0     0 ?        S    00:29   0:00 [kworker/5:0]
root     12376  0.0  0.0      0     0 ?        S    00:29   0:00 [kworker/u:0]
arbi     12377  1.4  0.5 760660 42088 ?        Sl   00:29   0:02 gedit
arbi     12511  1.6  0.2 680672 22224 ?        Sl   00:30   0:01 gnome-terminal
arbi     12517  0.0  0.0  14832   844 ?        S    00:30   0:00 gnome-pty-helper
arbi     12518  0.0  0.0  26376  3156 pts/0    Ss   00:30   0:00 bash
root     12564  0.0  0.0  90900  2404 pts/0    S    00:30   0:00 su
root     12573  0.0  0.0  26380  3272 pts/0    S    00:30   0:00 bash
root     12630  0.0  0.0  89460  2908 pts/4    Ss+  00:31   0:00 sudo iftop -i wlan0 -p
root     12631  0.0  0.0 259292  4044 pts/4    Sl+  00:31   0:00 iftop -i wlan0 -p
root     12637  0.0  0.0  22688  1348 pts/0    R+   00:32   0:00 ps -aux
Inspiron-7520 #

After closing gnome-terminal by presing X botton:

Code: Select all

Inspiron-7520  # ps -aux | grep iftop
aviso: mal uso de la sintaxis ps, probablemente un falso «-»
Vea http://gitorious.org/procps/procps/blobs/master/Documentation/FAQ
root     12630  0.0  0.0  89460  2908 ?        Ss   00:31   0:00 sudo iftop -i wlan0 -p
root     12631  7.1  0.0 259292  4044 ?        Rl   00:31   0:07 iftop -i wlan0 -p
root     12640  0.0  0.0  13648   952 pts/0    S+   00:33   0:00 grep --colour=auto iftop
Inspiron-7520 #
After closing gnome-terminal by presing X botton:

Code: Select all

After closing gnome-terminal by presing X botton:

Inspiron-7520  # ps -aux
aviso: mal uso de la sintaxis ps, probablemente un falso «-»
Vea http://gitorious.org/procps/procps/blobs/master/Documentation/FAQ
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.0  26920  2828 ?        Ss   oct09   0:01 /sbin/init
root         2  0.0  0.0      0     0 ?        S    oct09   0:00 [kthreadd]
root         3  0.0  0.0      0     0 ?        S    oct09   0:00 [ksoftirqd/0]
root         5  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/0:0H]
root         7  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/u:0H]
root         8  0.0  0.0      0     0 ?        S    oct09   0:00 [migration/0]
root         9  0.0  0.0      0     0 ?        S    oct09   0:00 [rcu_bh]
root        10  0.0  0.0      0     0 ?        S    oct09   0:04 [rcu_sched]
root        11  0.0  0.0      0     0 ?        S    oct09   0:00 [watchdog/0]
root        12  0.0  0.0      0     0 ?        S    oct09   0:00 [watchdog/1]
root        13  0.0  0.0      0     0 ?        S    oct09   0:00 [ksoftirqd/1]
root        15  0.0  0.0      0     0 ?        S    oct09   0:01 [kworker/1:0]
root        16  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/1:0H]
root        17  0.0  0.0      0     0 ?        S    oct09   0:00 [watchdog/2]
root        18  0.0  0.0      0     0 ?        S    oct09   0:00 [ksoftirqd/2]
root        20  0.0  0.0      0     0 ?        S    oct09   0:04 [kworker/2:0]
root        21  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/2:0H]
root        22  0.0  0.0      0     0 ?        S    oct09   0:00 [watchdog/3]
root        23  0.0  0.0      0     0 ?        S    oct09   0:00 [ksoftirqd/3]
root        26  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/3:0H]
root        27  0.0  0.0      0     0 ?        S    oct09   0:00 [watchdog/4]
root        28  0.0  0.0      0     0 ?        S    oct09   0:00 [ksoftirqd/4]
root        31  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/4:0H]
root        32  0.0  0.0      0     0 ?        S    oct09   0:00 [watchdog/5]
root        33  0.0  0.0      0     0 ?        S    oct09   0:00 [ksoftirqd/5]
root        36  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/5:0H]
root        37  0.0  0.0      0     0 ?        S    oct09   0:00 [watchdog/6]
root        38  0.0  0.0      0     0 ?        S    oct09   0:00 [ksoftirqd/6]
root        41  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/6:0H]
root        42  0.0  0.0      0     0 ?        S    oct09   0:00 [watchdog/7]
root        43  0.0  0.0      0     0 ?        S    oct09   0:00 [ksoftirqd/7]
root        45  0.0  0.0      0     0 ?        S    oct09   0:00 [kworker/7:0]
root        46  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/7:0H]
root        47  0.0  0.0      0     0 ?        S<   oct09   0:00 [cpuset]
root        48  0.0  0.0      0     0 ?        S<   oct09   0:00 [khelper]
root        49  0.0  0.0      0     0 ?        S    oct09   0:00 [kdevtmpfs]
root        50  0.0  0.0      0     0 ?        S<   oct09   0:00 [netns]
root        51  0.0  0.0      0     0 ?        S    oct09   0:00 [bdi-default]
root        52  0.0  0.0      0     0 ?        S<   oct09   0:00 [kintegrityd]
root        53  0.0  0.0      0     0 ?        S<   oct09   0:00 [kblockd]
root        54  0.0  0.0      0     0 ?        S<   oct09   0:00 [ata_sff]
root        55  0.0  0.0      0     0 ?        S    oct09   0:00 [khubd]
root        56  0.0  0.0      0     0 ?        S<   oct09   0:00 [md]
root        57  0.0  0.0      0     0 ?        S<   oct09   0:00 [devfreq_wq]
root        59  0.0  0.0      0     0 ?        S    oct09   0:00 [kworker/3:1]
root        61  0.0  0.0      0     0 ?        S    oct09   0:00 [kworker/6:1]
root        63  0.0  0.0      0     0 ?        S    oct09   0:00 [khungtaskd]
root        64  0.0  0.0      0     0 ?        S    oct09   0:00 [kswapd0]
root        65  0.0  0.0      0     0 ?        SN   oct09   0:00 [ksmd]
root        66  0.0  0.0      0     0 ?        SN   oct09   0:00 [khugepaged]
root        67  0.0  0.0      0     0 ?        S    oct09   0:00 [fsnotify_mark]
root        68  0.0  0.0      0     0 ?        S    oct09   0:00 [ecryptfs-kthrea]
root        69  0.0  0.0      0     0 ?        S<   oct09   0:00 [crypto]
root        80  0.0  0.0      0     0 ?        S<   oct09   0:00 [kthrotld]
root        85  0.0  0.0      0     0 ?        S<   oct09   0:00 [binder]
root       104  0.0  0.0      0     0 ?        S<   oct09   0:00 [deferwq]
root       105  0.0  0.0      0     0 ?        S<   oct09   0:00 [charger_manager]
root       281  0.0  0.0      0     0 ?        S    oct09   0:00 [scsi_eh_0]
root       282  0.0  0.0      0     0 ?        S    oct09   0:00 [scsi_eh_1]
root       283  0.0  0.0      0     0 ?        S    oct09   0:00 [scsi_eh_2]
root       284  0.0  0.0      0     0 ?        S    oct09   0:00 [scsi_eh_3]
root       285  0.0  0.0      0     0 ?        S    oct09   0:00 [scsi_eh_4]
root       286  0.0  0.0      0     0 ?        S    oct09   0:00 [scsi_eh_5]
root       301  0.0  0.0      0     0 ?        S<   oct09   0:00 [ttm_swap]
root       303  0.0  0.0      0     0 ?        S    oct09   0:00 [kworker/1:1]
root       336  0.0  0.0      0     0 ?        S<   oct09   0:00 [kdmflush]
root       338  0.0  0.0      0     0 ?        S<   oct09   0:00 [kdmflush]
root       435  0.0  0.0      0     0 ?        S    oct09   0:00 [jbd2/dm-0-8]
root       436  0.0  0.0      0     0 ?        S<   oct09   0:00 [ext4-dio-unwrit]
root       489  0.0  0.0  15268   636 ?        S    oct09   0:00 upstart-file-bridge --daemon
root       538  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/4:1H]
root       539  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/5:1H]
root       540  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/0:1H]
root       546  0.0  0.0  17448   900 ?        S    oct09   0:00 upstart-udev-bridge --daemon
root       549  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/6:1H]
root       551  0.0  0.0  21880  1640 ?        Ss   oct09   0:00 /sbin/udevd --daemon
root       558  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/1:1H]
root       563  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/2:1H]
root       799  0.0  0.0  15256   632 ?        S    oct09   0:00 upstart-socket-bridge --daemon
root       831  0.0  0.0      0     0 ?        S<   oct09   0:00 [kmpathd]
root       832  0.0  0.0      0     0 ?        S<   oct09   0:00 [kmpath_handlerd]
root       839  0.0  0.0      0     0 ?        S<   oct09   0:00 [kpsmoused]
root       859  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/u:1H]
root       877  0.0  0.0      0     0 ?        S<   oct09   0:00 [cfg80211]
root       903  0.0  0.0      0     0 ?        S<   oct09   0:00 [hd-audio0]
root       916  0.0  0.0      0     0 ?        R    oct09   0:06 [kworker/3:2]
root       946  0.0  0.0      0     0 ?        S<   oct09   0:00 [kvm-irqfd-clean]
root       956  0.0  0.0      0     0 ?        S    oct09   0:03 [kworker/4:2]
root       958  0.0  0.0      0     0 ?        S<   oct09   0:00 [iwlwifi]
root      1002  0.0  0.0      0     0 ?        S    oct09   0:00 [scsi_eh_6]
root      1003  0.0  0.0      0     0 ?        S    oct09   0:01 [rts5139-control]
root      1004  0.1  0.0      0     0 ?        S    oct09   0:49 [rts5139-polling]
root      1097  0.0  0.0      0     0 ?        S    oct09   0:00 [jbd2/dm-1-8]
root      1098  0.0  0.0      0     0 ?        S<   oct09   0:00 [ext4-dio-unwrit]
root      1149  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/7:1H]
root      1184  0.0  0.0 126192  5604 ?        Ss   oct09   0:00 smbd -F
root      1187  0.0  0.0  52252  2848 ?        Ss   oct09   0:00 /usr/sbin/sshd -D
102       1191  0.0  0.0  24908  2224 ?        Ss   oct09   0:02 dbus-daemon --system --fork
syslog    1201  0.0  0.0 247456  1616 ?        Sl   oct09   0:00 rsyslogd -c5
root      1214  0.0  0.0  83408  3280 ?        Ss   oct09   0:00 /usr/sbin/modem-manager
root      1220  0.0  0.0  19372  2196 ?        Ss   oct09   0:00 /usr/sbin/bluetoothd
root      1225  0.0  0.0      0     0 ?        S<   oct09   0:00 [krfcommd]
root      1240  0.0  0.0      0     0 ?        S<   oct09   0:00 [kworker/3:1H]
avahi     1242  0.0  0.0  32400  1932 ?        S    oct09   0:00 avahi-daemon: running [arbi-Inspiron-7520.local
avahi     1244  0.0  0.0  32220   468 ?        S    oct09   0:00 avahi-daemon: chroot helper
root      1273  0.0  0.0  73000  4436 ?        Ss   oct09   0:00 /usr/sbin/cupsd -F
root      1276  0.0  0.0      0     0 ?        S    oct09   0:00 [flush-252:0]
root      1277  0.0  0.0      0     0 ?        S    oct09   0:00 [flush-252:1]
root      1298  0.0  0.0 265024  7120 ?        Ssl  oct09   0:03 NetworkManager
root      1301  0.0  0.0 126708  1560 ?        S    oct09   0:00 smbd -F
colord    1308  0.0  0.0 223880  6112 ?        Sl   oct09   0:00 /usr/lib/colord/colord
root      1315  0.0  0.0  70428  2812 ?        Ss   oct09   0:00 /usr/sbin/cups-browsed
root      1320  0.0  0.0 216084  5824 ?        Sl   oct09   0:00 /usr/lib/policykit-1/polkitd --no-debug
root      1563  0.0  0.0  32036  2520 ?        Ss   oct09   0:00 /sbin/wpa_supplicant -B -P /run/sendsigs.omit.d
root      1573  0.0  0.0  20020   996 tty4     Ss+  oct09   0:00 /sbin/getty -8 38400 tty4
root      1577  0.0  0.0  20020   996 tty5     Ss+  oct09   0:00 /sbin/getty -8 38400 tty5
root      1583  0.0  0.0  20020   996 tty2     Ss+  oct09   0:00 /sbin/getty -8 38400 tty2
root      1584  0.0  0.0  20020  1000 tty3     Ss+  oct09   0:00 /sbin/getty -8 38400 tty3
root      1587  0.0  0.0  20020   996 tty6     Ss+  oct09   0:00 /sbin/getty -8 38400 tty6
root      1595  0.0  0.0   4640   960 ?        Ss   oct09   0:00 acpid -c /etc/acpi/events -s /var/run/acpid.soc
root      1608  0.0  0.0 164128  5172 ?        Ss   oct09   0:00 mdm
mysql     1610  0.0  0.5 1207332 46904 ?       Ssl  oct09   0:11 /usr/sbin/mysqld
root      1619  0.0  0.0  21324  1052 ?        Ss   oct09   0:00 cron
daemon    1620  0.0  0.0  19124   164 ?        Ss   oct09   0:00 atd
root      1641  0.0  0.0  19148   776 ?        Ss   oct09   0:01 /usr/sbin/irqbalance
root      1654  0.0  0.1  56588 11508 ?        S    oct09   0:00 ddclient - sleeping for 180 seconds
root      1747  0.0  0.0 296232  5924 ?        Sl   oct09   0:00 mdm
root      1754  1.1  1.1 477792 94332 tty8     Ssl+ oct09   6:26 /usr/bin/X :0 -audit 0 -auth /var/lib/mdm/:0.Xa
ntop      1759  0.0  0.6 941220 51188 ?        Ssl  oct09   0:00 /usr/sbin/ntop -d -L -u ntop -P /var/lib/ntop -
snmp      1797  0.0  0.0  48416  4740 ?        S    oct09   0:02 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g s
root      1811  0.0  0.0      0     0 ?        S<   oct09   0:00 [iprt]
root      1841  0.0  0.0   7488   672 ?        Ss   oct09   0:00 /usr/sbin/vnstatd -d
root      1936  0.0  0.1 202200 10068 ?        Ss   oct09   0:00 /usr/sbin/apache2 -k start
root      2081  0.0  0.0  20020  1000 tty1     Ss+  oct09   0:00 /sbin/getty -8 38400 tty1
mdm       2263  0.0  0.0  24464   600 ?        S    oct09   0:00 dbus-launch --autolaunch=2f6a9045c2bc8db6bf32b2
mdm       2264  0.0  0.0  23852   940 ?        Ss   oct09   0:00 //bin/dbus-daemon --fork --print-pid 5 --print-
root      2274  0.0  0.0      0     0 ?        S    oct09   0:00 [kauditd]
arbi      2277  0.0  0.0 462228  6160 ?        SLl  oct09   0:00 /usr/bin/gnome-keyring-daemon --daemonize --log
root      2280  0.0  0.0 4188908 3948 ?        Sl   oct09   0:00 /usr/sbin/console-kit-daemon --no-daemon
arbi      2353  0.0  0.1 409288 10948 ?        Ssl  oct09   0:00 gnome-session --session cinnamon
arbi      2437  0.0  0.0  12612   320 ?        Ss   oct09   0:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-
arbi      2440  0.0  0.0  24464   600 ?        S    oct09   0:00 /usr/bin/dbus-launch --exit-with-session /usr/b
arbi      2441  0.0  0.0  25304  2168 ?        Ss   oct09   0:00 //bin/dbus-daemon --fork --print-pid 5 --print-
arbi      2451  0.0  0.0 356552  4228 ?        Sl   oct09   0:00 /usr/lib/at-spi2-core/at-spi-bus-launcher
arbi      2455  0.0  0.0  24100  1768 ?        S    oct09   0:00 /bin/dbus-daemon --config-file=/etc/at-spi2/acc
arbi      2458  0.0  0.0 124720  3356 ?        Sl   oct09   0:00 /usr/lib/at-spi2-core/at-spi2-registryd --use-g
arbi      2469  0.0  0.2 990868 21772 ?        Sl   oct09   0:02 /usr/lib/gnome-settings-daemon/gnome-settings-d
arbi      2481  0.0  0.0 365668  6320 ?        S<l  oct09   0:00 /usr/bin/pulseaudio --start --log-target=syslog
rtkit     2483  0.0  0.0 168916  1360 ?        SNl  oct09   0:00 /usr/lib/rtkit/rtkit-daemon
root      2487  0.0  0.0 222548  4768 ?        Sl   oct09   0:00 /usr/lib/upower/upowerd
arbi      2624  0.0  0.0 196628  3352 ?        Sl   oct09   0:00 /usr/lib/gvfs/gvfsd
arbi      2632  0.0  0.0 349344  3756 ?        Sl   oct09   0:00 /usr/lib/gvfs//gvfsd-fuse -f /run/user/arbi/gvf
arbi      2645  0.0  0.2 272664 20180 ?        Sl   oct09   0:00 /usr/bin/python /usr/bin/cinnamon-launcher
root      2648  0.0  0.0 203456  4332 ?        Sl   oct09   0:00 /usr/lib/accountsservice/accounts-daemon
arbi      2651  0.0  0.0  20256   976 ?        S    oct09   0:08 syndaemon -i 1.0 -t -K -R
arbi      2655  1.2  3.4 1917028 280920 ?      Sl   oct09   6:37 cinnamon --replace
arbi      2662  0.0  0.2 516652 18904 ?        Sl   oct09   0:00 /usr/lib/policykit-1-gnome/polkit-gnome-authent
arbi      2663  0.0  0.5 1498028 45156 ?       Sl   oct09   0:03 nautilus -n
arbi      2665  0.0  0.2 846604 19184 ?        Sl   oct09   0:02 nm-applet
arbi      2669  0.0  0.1 469384  9616 ?        Sl   oct09   0:00 /usr/lib/gnome-settings-daemon/gnome-fallback-m
arbi      2675  0.0  0.1 617432 15248 ?        Sl   oct09   0:00 /usr/lib/vino/vino-server --sm-disable
arbi      2681  0.0  0.0 224992  6436 ?        Sl   oct09   0:00 /usr/lib/gvfs/gvfs-udisks2-volume-monitor
root      2686  0.0  0.0 373224  6320 ?        Sl   oct09   0:01 /usr/lib/udisks2/udisksd --no-debug
arbi      2701  0.0  0.0 285704  3276 ?        Sl   oct09   0:00 /usr/lib/gvfs/gvfs-afc-volume-monitor
arbi      2710  0.0  0.0 191520  2916 ?        Sl   oct09   0:00 /usr/lib/gvfs/gvfs-mtp-volume-monitor
arbi      2716  0.0  0.0 203692  3276 ?        Sl   oct09   0:00 /usr/lib/gvfs/gvfs-gphoto2-volume-monitor
arbi      2721  0.0  0.0 289820  4760 ?        Sl   oct09   0:00 /usr/lib/gvfs/gvfsd-trash --spawner :1.8 /org/g
arbi      2729  0.0  0.0  57732  3212 ?        S    oct09   0:00 /usr/lib/x86_64-linux-gnu/gconf/gconfd-2
arbi      2750  0.0  0.0 270364  3076 ?        Sl   oct09   0:00 /usr/lib/gvfs/gvfsd-burn --spawner :1.8 /org/gt
arbi      2765  0.0  0.0 133604  4712 ?        Sl   oct09   0:00 /usr/lib/gvfs/gvfsd-metadata
arbi      2782  0.0  0.0   4440   624 ?        S    oct09   0:00 sh -c /usr/lib/x86_64-linux-gnu/libproxy/0.4.7/
arbi      2783  0.0  0.0 199468  3380 ?        Sl   oct09   0:00 /usr/lib/x86_64-linux-gnu/libproxy/0.4.7/pxgset
arbi      2799  3.4  6.3 1485952 509276 ?      Sl   oct09  18:41 /usr/lib/firefox/firefox
arbi      2805  0.0  0.1 328792 10288 ?        Sl   oct09   0:00 cinnamon-screensaver
nobody    2914  0.0  0.0  33152  1592 ?        S    oct09   0:00 /usr/sbin/dnsmasq --no-resolv --keep-in-foregro
root      3089  0.0  0.0  89176  1940 ?        Ss   oct09   0:00 nmbd -D
root      3106  0.0  0.0 104888  4492 ?        Ss   oct09   0:00 /usr/sbin/winbindd -F
root      3107  0.0  0.0 104888  1812 ?        S    oct09   0:00 /usr/sbin/winbindd -F
arbi      3166  0.6  0.3 877044 27644 ?        SLl  oct09   3:32 remmina
root      3227  0.0  0.0      0     0 ?        S    oct09   0:00 [kworker/2:2]
root      3513  0.0  0.0      0     0 ?        S    oct09   0:02 [kworker/7:2]
root      4067  0.0  0.0      0     0 ?        S    oct09   0:03 [kworker/6:3]
root      4543  0.0  0.0      0     0 ?        S    oct09   0:00 [migration/1]
root      4544  0.0  0.0      0     0 ?        S    oct09   0:00 [migration/2]
root      4545  0.0  0.0      0     0 ?        S    oct09   0:00 [migration/3]
root      4546  0.0  0.0      0     0 ?        S    oct09   0:00 [migration/4]
root      4547  0.0  0.0      0     0 ?        S    oct09   0:00 [migration/5]
root      4548  0.0  0.0      0     0 ?        S    oct09   0:00 [migration/6]
root      4549  0.0  0.0      0     0 ?        S    oct09   0:00 [migration/7]
root      4550  0.0  0.0      0     0 ?        S    oct09   0:00 [irq/46-mei]
root      4561  0.0  0.0      0     0 ?        S<   oct09   0:00 [hci0]
root      6091  0.0  0.0      0     0 ?        S    oct09   0:00 [kworker/4:0]
root      6147  0.0  0.0  10240  3752 ?        S    oct09   0:00 /sbin/dhclient -d -sf /usr/lib/NetworkManager/n
arbi      6325  0.0  0.0 178264  2928 ?        Sl   oct09   0:00 /usr/lib/dconf/dconf-service
root      6541  0.0  0.0      0     0 ?        S    oct09   0:02 [kworker/0:3]
www-data  6626  0.0  0.1 206312 13576 ?        S    oct09   0:00 /usr/sbin/apache2 -k start
www-data  7003  0.0  0.1 206308 13516 ?        S    oct09   0:00 /usr/sbin/apache2 -k start
www-data  7436  0.0  0.1 206308 13592 ?        S    oct09   0:00 /usr/sbin/apache2 -k start
www-data  7600  0.0  0.1 205924 13028 ?        S    oct09   0:00 /usr/sbin/apache2 -k start
www-data  7789  0.0  0.1 206824 14384 ?        S    oct09   0:00 /usr/sbin/apache2 -k start
www-data  7911  0.0  0.1 203000 10356 ?        S    oct09   0:00 /usr/sbin/apache2 -k start
www-data  7987  0.0  0.1 206044 13200 ?        S    oct09   0:00 /usr/sbin/apache2 -k start
www-data  8072  0.0  0.1 206052 13092 ?        S    oct09   0:00 /usr/sbin/apache2 -k start
www-data  8196  0.0  0.1 206044 13312 ?        S    oct09   0:00 /usr/sbin/apache2 -k start
www-data  8273  0.0  0.1 204388 11692 ?        S    oct09   0:00 /usr/sbin/apache2 -k start
arbi      9261  0.0  0.2 441896 18452 ?        Sl   oct09   0:00 gksudo --message Introduzca su contraseña para
root      9262  0.0  0.0  89468  2904 ?        Ss   oct09   0:00 /usr/bin/sudo -H -S -p GNOME_SUDO_PASS -u root 
root      9264  0.3  0.4 624812 37616 ?        Sl   oct09   0:10 python /usr/lib/linuxmint/mintUpdate/mintUpdate
root     11588  0.0  0.0 193600  4036 ?        Sl   00:17   0:00 /usr/lib/udisks/udisks-daemon
root     11593  0.0  0.0  45652   800 ?        S    00:17   0:00 udisks-daemon: not polling any devices
root     11629  0.0  0.0      0     0 ?        S    00:18   0:00 [kworker/5:2]
root     11691  0.0  0.0  21876  1156 ?        S    00:18   0:00 /sbin/udevd --daemon
root     11693  0.0  0.0  21876  1156 ?        S    00:18   0:00 /sbin/udevd --daemon
arbi     11729  0.0  0.0 311564  5252 ?        Sl   00:18   0:00 /usr/lib/gvfs/gvfsd-http --spawner :1.8 /org/gt
arbi     11733  0.0  0.0   4440   628 ?        S    00:18   0:00 sh -c /usr/lib/x86_64-linux-gnu/libproxy/0.4.7/
arbi     11734  0.0  0.0 188436  2828 ?        Sl   00:18   0:00 /usr/lib/x86_64-linux-gnu/libproxy/0.4.7/pxgset
root     11805  0.0  0.0      0     0 ?        S    00:19   0:00 [kworker/u:2]
root     12151  0.0  0.0      0     0 ?        S    00:24   0:00 [kworker/u:1]
root     12357  0.0  0.0      0     0 ?        S    00:27   0:00 [kworker/0:1]
root     12374  0.0  0.0      0     0 ?        S    00:29   0:00 [kworker/5:0]
root     12376  0.0  0.0      0     0 ?        S    00:29   0:00 [kworker/u:0]
arbi     12377  1.5  0.5 761480 43088 ?        Sl   00:29   0:04 gedit
arbi     12511  1.2  0.2 680864 22540 ?        Rl   00:30   0:03 gnome-terminal
arbi     12517  0.0  0.0  14832   844 ?        S    00:30   0:00 gnome-pty-helper
arbi     12518  0.0  0.0  26376  3156 pts/0    Ss   00:30   0:00 bash
root     12564  0.0  0.0  90900  2404 pts/0    S    00:30   0:00 su
root     12573  0.0  0.0  26380  3276 pts/0    S    00:30   0:00 bash
root     12630  0.0  0.0  89460  2908 ?        Ss   00:31   0:00 sudo iftop -i wlan0 -p
root     12631 49.8  0.0 259292  4044 ?        Rl   00:31   1:32 iftop -i wlan0 -p
root     12679  0.0  0.0      0     0 ?        S    00:34   0:00 [kworker/0:0]
root     12681  0.0  0.0  22688  1352 pts/0    R+   00:34   0:00 ps -aux
Inspiron-7520 # 

Regarding doing gnome-terminal --command="sudo iftop -i eth0 -p" &, doesn't make any change.

Thank for all, much appreciate your help.
Locked

Return to “Other topics”