Advertisement
Guest User

system

a guest
Apr 3rd, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.51 KB | None | 0 0
  1. ➜ ~ uname -a
  2. Linux HairyDemon 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt7-1 (2015-03-01) x86_64 GNU/Linux
  3.  
  4.  
  5.  
  6. ➜ ~ apt-cache policy
  7. Package files:
  8. 100 /var/lib/dpkg/status
  9. release a=now
  10. 500 http://apt.sonarr.tv/ master/main amd64 Packages
  11. release o=. master,n=master,l=. master,c=main
  12. origin apt.sonarr.tv
  13. 500 http://plex.r.worldssl.net/PlexMediaServer/ubuntu-repo/ lucid/main amd64 Packages
  14. release o=Plex Team,n=lucid,l=plexapp,c=main
  15. origin plex.r.worldssl.net
  16. 500 http://ppa.launchpad.net/team-xbmc/xbmc-nightly/ubuntu/ utopic/main Translation-en
  17. 500 http://ppa.launchpad.net/team-xbmc/xbmc-nightly/ubuntu/ utopic/main amd64 Packages
  18. release v=14.10,o=LP-PPA-team-xbmc-xbmc-nightly,a=utopic,n=utopic,l=XBMC Nightly Builds,c=main
  19. origin ppa.launchpad.net
  20. 500 http://security.debian.org/ jessie/updates/non-free Translation-en
  21. 500 http://security.debian.org/ jessie/updates/main Translation-en
  22. 500 http://security.debian.org/ jessie/updates/contrib Translation-en
  23. 500 http://security.debian.org/ jessie/updates/non-free amd64 Packages
  24. release o=Debian,a=testing,n=jessie,l=Debian-Security,c=non-free
  25. origin security.debian.org
  26. 500 http://security.debian.org/ jessie/updates/contrib amd64 Packages
  27. release o=Debian,a=testing,n=jessie,l=Debian-Security,c=contrib
  28. origin security.debian.org
  29. 500 http://security.debian.org/ jessie/updates/main amd64 Packages
  30. release o=Debian,a=testing,n=jessie,l=Debian-Security,c=main
  31. origin security.debian.org
  32. 500 http://ftp.debian.org/debian/ jessie-updates/non-free Translation-en
  33. 500 http://ftp.debian.org/debian/ jessie-updates/main Translation-en
  34. 500 http://ftp.debian.org/debian/ jessie-updates/contrib Translation-en
  35. 500 http://ftp.debian.org/debian/ jessie-updates/non-free amd64 Packages
  36. release o=Debian,a=testing-updates,n=jessie-updates,l=Debian,c=non-free
  37. origin ftp.debian.org
  38. 500 http://ftp.debian.org/debian/ jessie-updates/contrib amd64 Packages
  39. release o=Debian,a=testing-updates,n=jessie-updates,l=Debian,c=contrib
  40. origin ftp.debian.org
  41. 500 http://ftp.debian.org/debian/ jessie-updates/main amd64 Packages
  42. release o=Debian,a=testing-updates,n=jessie-updates,l=Debian,c=main
  43. origin ftp.debian.org
  44. 500 http://ftp.de.debian.org/debian/ testing/non-free Translation-en
  45. 500 http://ftp.de.debian.org/debian/ testing/main Translation-en
  46. 500 http://ftp.de.debian.org/debian/ testing/contrib Translation-en
  47. 500 http://ftp.de.debian.org/debian/ testing/non-free amd64 Packages
  48. release o=Debian,a=testing,n=jessie,l=Debian,c=non-free
  49. origin ftp.de.debian.org
  50. 500 http://ftp.de.debian.org/debian/ testing/contrib amd64 Packages
  51. release o=Debian,a=testing,n=jessie,l=Debian,c=contrib
  52. origin ftp.de.debian.org
  53. 500 http://ftp.de.debian.org/debian/ testing/main amd64 Packages
  54. release o=Debian,a=testing,n=jessie,l=Debian,c=main
  55. origin ftp.de.debian.org
  56. Pinned packages:
  57.  
  58.  
  59.  
  60. ➜ ~ apt-cache policy mono-runtime
  61. mono-runtime:
  62. Installed: 3.10.0-0xamarin2
  63. Candidate: 3.10.0-0xamarin2
  64. Version table:
  65. *** 3.10.0-0xamarin2 0
  66. 500 http://apt.sonarr.tv/ master/main amd64 Packages
  67. 100 /var/lib/dpkg/status
  68. 3.10.0-0xamarin1 0
  69. 500 http://apt.sonarr.tv/ master/main amd64 Packages
  70. 3.2.8+dfsg-10 0
  71. 500 http://ftp.de.debian.org/debian/ testing/main amd64 Packages
  72.  
  73.  
  74. ➜ ~ apt-cache policy libc6
  75. libc6:
  76. Installed: 2.19-15
  77. Candidate: 2.19-17
  78. Version table:
  79. 2.19-17 0
  80. 500 http://ftp.de.debian.org/debian/ testing/main amd64 Packages
  81. *** 2.19-15 0
  82. 100 /var/lib/dpkg/status
  83.  
  84.  
  85.  
  86. ➜ ~ cat /etc/systemd/system/sonarr.service
  87. [Unit]
  88. Description=Sonarr Personal Video Recorder
  89. After=syslog.target network.target
  90.  
  91. [Service]
  92. User=nas
  93. Group=nas
  94.  
  95. Type=simple
  96. ExecStart=/usr/bin/mono /opt/NzbDrone/NzbDrone.exe -nobrowser
  97. TimeoutStopSec=20
  98.  
  99. [Install]
  100. WantedBy=multi-user.target
  101.  
  102.  
  103.  
  104.  
  105. ➜ ~ limit
  106. cputime unlimited
  107. filesize unlimited
  108. datasize unlimited
  109. stacksize 8MB
  110. coredumpsize 0kB
  111. memoryuse unlimited
  112. maxproc 10240
  113. descriptors 65536
  114. memorylocked 64kB
  115. addressspace unlimited
  116. maxfilelocks unlimited
  117. sigpending 7966
  118. msgqueue 819200
  119. nice 0
  120. rt_priority 0
  121. rt_time unlimited
  122.  
  123.  
  124.  
  125.  
  126. ➜ ~ cat /proc/cpuinfo
  127. processor : 0
  128. vendor_id : GenuineIntel
  129. cpu family : 6
  130. model : 15
  131. model name : Intel(R) Core(TM)2 Duo CPU T5250 @ 1.50GHz
  132. stepping : 13
  133. microcode : 0xa1
  134. cpu MHz : 1000.000
  135. cache size : 2048 KB
  136. physical id : 0
  137. siblings : 2
  138. core id : 0
  139. cpu cores : 2
  140. apicid : 0
  141. initial apicid : 0
  142. fpu : yes
  143. fpu_exception : yes
  144. cpuid level : 10
  145. wp : yes
  146. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
  147. pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant
  148. _tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl es
  149. t tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm
  150. bogomips : 2992.82
  151. clflush size : 64
  152. cache_alignment : 64
  153. address sizes : 36 bits physical, 48 bits virtual
  154. power management:
  155.  
  156. processor : 1
  157. vendor_id : GenuineIntel
  158. cpu family : 6
  159. model : 15
  160. model name : Intel(R) Core(TM)2 Duo CPU T5250 @ 1.50GHz
  161. stepping : 13
  162. microcode : 0xa1
  163. cpu MHz : 1000.000
  164. cache size : 2048 KB
  165. physical id : 0
  166. siblings : 2
  167. core id : 1
  168. cpu cores : 2
  169. apicid : 1
  170. initial apicid : 1
  171. fpu : yes
  172. fpu_exception : yes
  173. cpuid level : 10
  174. wp : yes
  175. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
  176. pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant
  177. _tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl es
  178. t tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm
  179. bogomips : 2992.82
  180. clflush size : 64
  181. cache_alignment : 64
  182. address sizes : 36 bits physical, 48 bits virtual
  183. power management:
  184.  
  185.  
  186.  
  187.  
  188. ➜ ~ free -h
  189. total used free shared buffers cached
  190. Mem: 2.0G 1.9G 80M 19M 115M 1.3G
  191. -/+ buffers/cache: 486M 1.5G
  192. Swap: 2.6G 16M 2.6G
  193.  
  194.  
  195.  
  196. ➜ ~ pstree
  197. systemd─┬─ModemManager─┬─{gdbus}
  198. │ └─{gmain}
  199. ├─acpid
  200. ├─agetty
  201. ├─atd
  202. ├─avahi-daemon───avahi-daemon
  203. ├─console-kit-dae─┬─62*[{console-kit-dae}]
  204. │ ├─{gdbus}
  205. │ └─{gmain}
  206. ├─cron
  207. ├─cups-browsed
  208. ├─cupsd
  209. ├─dbus-daemon
  210. ├─exim4
  211. ├─mono─┬─{Finalizer}
  212. │ ├─{IO Threadpool w}
  213. │ ├─{Threadpool moni}
  214. │ ├─5*[{Threadpool work}]
  215. │ └─{Timer-Scheduler}
  216. ├─2*[mount.ntfs-3g]
  217. ├─mysqld_safe───mysqld───23*[{mysqld}]
  218. ├─nzbget───5*[{nzbget}]
  219. ├─polkitd─┬─{gdbus}
  220. │ └─{gmain}
  221. ├─python───7*[{python}]
  222. ├─python2───2*[{python2}]
  223. ├─rpc.idmapd
  224. ├─rpc.mountd
  225. ├─rpc.statd
  226. ├─rpcbind
  227. ├─rsyslogd─┬─{in:imklog}
  228. │ ├─{in:imuxsock}
  229. │ └─{rs:main Q:Reg}
  230. ├─sshd─┬─sshd───sshd───sftp-server
  231. │ └─sshd───sshd───zsh───pstree
  232. ├─systemd───(sd-pam)
  233. ├─systemd-journal
  234. ├─systemd-logind
  235. └─systemd-udevd
  236.  
  237.  
  238.  
  239.  
  240.  
  241. ➜ ~ ps -aux
  242. USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
  243. root 1 0.0 0.1 29452 3740 ? Ss Mar22 0:14 /sbin/init
  244. root 2 0.0 0.0 0 0 ? S Mar22 0:01 [kthreadd]
  245. root 3 0.1 0.0 0 0 ? S Mar22 24:48 [ksoftirqd/0]
  246. root 5 0.0 0.0 0 0 ? S< Mar22 0:00 [kworker/0:0H]
  247. root 7 0.0 0.0 0 0 ? S Mar22 14:04 [rcu_sched]
  248. root 8 0.0 0.0 0 0 ? S Mar22 0:00 [rcu_bh]
  249. root 9 0.0 0.0 0 0 ? S Mar22 0:00 [migration/0]
  250. root 10 0.0 0.0 0 0 ? S Mar22 0:08 [watchdog/0]
  251. root 11 0.0 0.0 0 0 ? S Mar22 0:06 [watchdog/1]
  252. root 12 0.0 0.0 0 0 ? S Mar22 0:00 [migration/1]
  253. root 13 0.0 0.0 0 0 ? S Mar22 15:01 [ksoftirqd/1]
  254. root 15 0.0 0.0 0 0 ? S< Mar22 0:00 [kworker/1:0H]
  255. root 16 0.0 0.0 0 0 ? S< Mar22 0:00 [khelper]
  256. root 17 0.0 0.0 0 0 ? S Mar22 0:00 [kdevtmpfs]
  257. root 18 0.0 0.0 0 0 ? S< Mar22 0:00 [netns]
  258. root 19 0.0 0.0 0 0 ? S Mar22 0:00 [khungtaskd]
  259. root 20 0.0 0.0 0 0 ? S< Mar22 0:00 [writeback]
  260. root 21 0.0 0.0 0 0 ? SN Mar22 0:00 [ksmd]
  261. root 22 0.0 0.0 0 0 ? SN Mar22 0:00 [khugepaged]
  262. root 23 0.0 0.0 0 0 ? S< Mar22 0:00 [crypto]
  263. root 24 0.0 0.0 0 0 ? S< Mar22 0:00 [kintegrityd]
  264. root 25 0.0 0.0 0 0 ? S< Mar22 0:00 [bioset]
  265. root 26 0.0 0.0 0 0 ? S< Mar22 0:00 [kblockd]
  266. root 29 0.0 0.0 0 0 ? S Mar22 7:58 [kswapd0]
  267. root 30 0.0 0.0 0 0 ? S Mar22 0:00 [fsnotify_mark]
  268.  
  269. root 36 0.0 0.0 0 0 ? S< Mar22 0:00 [kthrotld]
  270. root 37 0.0 0.0 0 0 ? S< Mar22 0:00 [ipv6_addrconf]
  271.  
  272. root 39 0.0 0.0 0 0 ? S< Mar22 0:00 [deferwq]
  273. root 75 0.0 0.0 0 0 ? S< Mar22 0:00 [acpi_thermal_p
  274.  
  275. root 76 0.0 0.0 0 0 ? S Mar22 0:00 [khubd]
  276. root 77 0.0 0.0 0 0 ? S< Mar22 0:00 [firewire]
  277. root 78 0.0 0.0 0 0 ? S< Mar22 0:00 [ata_sff]
  278. root 79 0.0 0.0 0 0 ? S< Mar22 0:00 [firewire_ohci]
  279.  
  280. root 80 0.0 0.0 0 0 ? S Mar22 0:00 [irq/21-mmc0]
  281. root 82 0.0 0.0 0 0 ? S Mar22 0:00 [scsi_eh_0]
  282. root 83 0.0 0.0 0 0 ? S< Mar22 0:00 [scsi_tmf_0]
  283. root 84 0.0 0.0 0 0 ? S Mar22 0:00 [scsi_eh_1]
  284. root 85 0.0 0.0 0 0 ? S< Mar22 0:00 [scsi_tmf_1]
  285. root 86 0.0 0.0 0 0 ? S Mar22 0:00 [scsi_eh_2]
  286. root 87 0.0 0.0 0 0 ? S< Mar22 0:00 [scsi_tmf_2]
  287. root 91 0.0 0.0 0 0 ? S Mar22 0:00 [scsi_eh_3]
  288. root 92 0.0 0.0 0 0 ? S< Mar22 0:00 [scsi_tmf_3]
  289. root 93 0.0 0.0 0 0 ? S Mar22 0:00 [scsi_eh_4]
  290. root 94 0.0 0.0 0 0 ? S< Mar22 0:00 [scsi_tmf_4]
  291. root 98 0.0 0.0 0 0 ? S Mar22 0:00 [scsi_eh_5]
  292. root 99 0.0 0.0 0 0 ? S< Mar22 0:00 [scsi_tmf_5]
  293. root 100 0.0 0.0 0 0 ? S Mar22 1:57 [usb-storage]
  294. root 102 0.0 0.0 0 0 ? S< Mar22 0:25 [kworker/0:1H]
  295. root 103 0.0 0.0 0 0 ? S< Mar22 0:29 [kworker/1:1H]
  296. root 106 0.0 0.0 0 0 ? S Mar22 0:00 [scsi_eh_6]
  297. root 107 0.0 0.0 0 0 ? S< Mar22 0:00 [scsi_tmf_6]
  298. root 108 0.0 0.0 0 0 ? S Mar22 1:34 [usb-storage]
  299. root 115 0.0 0.0 0 0 ? S< Mar22 0:00 [kdmflush]
  300. root 116 0.0 0.0 0 0 ? S< Mar22 0:00 [bioset]
  301. root 122 0.0 0.0 0 0 ? S< Mar22 0:00 [kdmflush]
  302. root 123 0.0 0.0 0 0 ? S< Mar22 0:00 [bioset]
  303. root 127 0.0 0.0 0 0 ? S Mar22 0:00 [scsi_eh_7]
  304. root 128 0.0 0.0 0 0 ? S< Mar22 0:00 [scsi_tmf_7]
  305. root 129 0.0 0.0 0 0 ? S Mar22 0:06 [usb-storage]
  306. root 148 0.0 0.0 0 0 ? S Mar22 0:17 [jbd2/dm-0-8]
  307. root 149 0.0 0.0 0 0 ? S< Mar22 0:00 [ext4-rsv-conve
  308.  
  309. root 180 0.0 0.1 38488 3560 ? Ss Mar22 0:17 /lib/systemd/sy
  310.  
  311. root 181 0.0 0.0 0 0 ? S Mar22 0:00 [kauditd]
  312. root 194 0.0 0.0 42028 844 ? Ss Mar22 0:00 /lib/systemd/sy
  313.  
  314. root 256 0.0 0.0 0 0 ? S< Mar22 0:00 [kmemstick]
  315. root 258 0.0 0.0 0 0 ? S Mar22 0:00 [r592_io]
  316. root 259 0.0 0.0 0 0 ? S< Mar22 0:00 [hd-audio0]
  317. root 264 0.0 0.0 0 0 ? S< Mar22 0:00 [cfg80211]
  318. root 276 0.0 0.0 0 0 ? S< Mar22 0:00 [iwl3945]
  319. root 295 0.0 0.0 0 0 ? S< Mar22 0:00 [r852]
  320. root 309 0.0 0.0 0 0 ? S< Mar22 0:00 [kdmflush]
  321. root 310 0.0 0.0 0 0 ? S< Mar22 0:00 [bioset]
  322. root 363 0.0 0.0 0 0 ? S Mar22 0:00 [jbd2/sdc1-8]
  323. root 364 0.0 0.0 0 0 ? S< Mar22 0:00 [kpsmoused]
  324. root 365 0.0 0.0 0 0 ? S< Mar22 0:00 [ext4-rsv-conve
  325.  
  326. root 390 0.0 0.1 13420 2204 ? Ss Mar22 5:00 /sbin/mount.ntf
  327.  
  328. root 397 0.0 0.0 0 0 ? S Mar22 0:11 [jbd2/dm-2-8]
  329. root 398 0.0 0.0 0 0 ? S< Mar22 0:00 [ext4-rsv-conve
  330.  
  331. root 429 0.2 0.2 15880 4212 ? Ss Mar22 45:04 /sbin/mount.ntf
  332.  
  333. root 454 0.0 0.0 0 0 ? S< Mar22 0:00 [ext4-rsv-conve
  334.  
  335. root 681 0.0 0.0 37196 1172 ? Ss Mar22 0:02 /sbin/rpcbind -
  336.  
  337. statd 690 0.0 0.0 37268 828 ? Ss Mar22 0:00 /sbin/rpc.statd
  338.  
  339. root 695 0.0 0.0 0 0 ? S< Mar22 0:00 [rpciod]
  340. root 698 0.0 0.0 0 0 ? S< Mar22 0:00 [nfsiod]
  341. root 705 0.0 0.0 23348 0 ? Ss Mar22 0:00 /usr/sbin/rpc.i
  342.  
  343. root 710 0.0 0.0 258664 1380 ? Ssl Mar22 0:02 /usr/sbin/rsysl
  344.  
  345. root 711 0.0 0.0 28960 984 ? Ss Mar22 0:01 /usr/sbin/cron
  346.  
  347. root 713 0.0 0.0 55160 1212 ? Ss Mar22 0:00 /usr/sbin/sshd
  348.  
  349. daemon 715 0.0 0.0 19012 572 ? Ss Mar22 0:00 /usr/sbin/atd -
  350.  
  351. root 716 0.0 0.0 336264 384 ? Ssl Mar22 0:00 /usr/sbin/Modem
  352.  
  353. nas 719 0.0 0.8 797484 16936 ? Ssl Mar22 4:47 python /usr/bin
  354.  
  355. nas 720 1.6 1.5 1102420 30896 ? Ssl Mar22 289:08 /usr/local/bin/
  356.  
  357. root 722 0.0 0.0 28356 1632 ? Ss Mar22 0:03 /lib/systemd/sy
  358.  
  359. message+ 726 0.0 0.0 42524 1532 ? Ss Mar22 0:00 /usr/bin/dbus-d
  360.  
  361. avahi 746 0.0 0.0 32272 1112 ? Ss Mar22 1:04 avahi-daemon: r
  362.  
  363. root 753 0.0 0.0 87548 732 ? Ss Mar22 0:00 /usr/sbin/cupsd
  364.  
  365. root 754 0.0 0.0 4380 772 ? Ss Mar22 0:00 /usr/sbin/acpid
  366.  
  367. root 759 0.0 0.0 15876 740 tty1 Ss+ Mar22 0:00 /sbin/agetty --
  368.  
  369. nas 786 0.0 0.0 35808 664 ? Ss Mar22 0:00 /lib/systemd/sy
  370.  
  371. root 793 0.0 0.0 278496 1432 ? Ssl Mar22 0:00 /usr/lib/policy
  372.  
  373. avahi 803 0.0 0.0 32092 64 ? S Mar22 0:00 avahi-daemon: c
  374.  
  375. root 806 0.0 0.0 71688 108 ? Ss Mar22 0:00 /usr/sbin/cups-
  376.  
  377. nas 816 0.0 0.0 59252 828 ? S Mar22 0:00 (sd-pam)
  378. root 818 0.0 0.0 0 0 ? S< Mar22 0:00 [nfsd4]
  379. root 819 0.0 0.0 0 0 ? S< Mar22 0:00 [nfsd4_callback
  380.  
  381. root 820 0.0 0.0 0 0 ? S Mar22 0:00 [lockd]
  382. root 823 0.0 0.0 0 0 ? S Mar22 1:59 [nfsd]
  383. root 824 0.0 0.0 0 0 ? S Mar22 1:46 [nfsd]
  384. root 825 0.0 0.0 0 0 ? S Mar22 1:31 [nfsd]
  385. root 826 0.0 0.0 0 0 ? S Mar22 1:44 [nfsd]
  386. root 827 0.0 0.0 0 0 ? S Mar22 1:54 [nfsd]
  387. root 828 0.0 0.0 0 0 ? S Mar22 1:43 [nfsd]
  388. root 829 0.0 0.0 0 0 ? S Mar22 1:48 [nfsd]
  389. root 830 0.0 0.0 0 0 ? S Mar22 1:38 [nfsd]
  390. root 840 0.0 0.1 42516 2276 ? Ss Mar22 0:01 /usr/sbin/rpc.m
  391.  
  392. root 844 0.0 0.1 1055088 2892 ? Ssl Mar22 0:00 /usr/sbin/conso
  393.  
  394. root 942 0.0 0.0 4328 828 ? S Mar22 0:00 /bin/sh /usr/bi
  395.  
  396. mysql 1379 0.3 4.8 1223896 99808 ? Sl Mar22 59:11 /usr/sbin/mysql
  397.  
  398. Debian-+ 1949 0.0 0.0 57360 1440 ? Ss Mar22 0:00 /usr/sbin/exim4
  399.  
  400. root 3086 0.0 0.1 105888 4072 ? Ss Apr02 0:00 sshd: nas [priv
  401.  
  402. nas 3094 0.0 0.1 105888 2764 ? S Apr02 0:00 sshd: nas@notty
  403.  
  404. nas 3095 0.0 0.0 12696 1560 ? Ss Apr02 0:00 /usr/lib/openss
  405.  
  406. nas 7831 1.1 3.8 1162644 78672 ? Sl Apr02 14:06 python2 /opt/co
  407.  
  408. root 8069 0.0 0.0 0 0 ? S 16:19 0:00 [kworker/u4:2]
  409. root 10602 0.0 0.0 0 0 ? S 14:38 0:07 [kworker/u4:1]
  410. nas 14978 1.1 7.4 1053340 154016 ? Ssl 16:48 0:43 /usr/bin/mono /
  411.  
  412. root 22901 0.0 0.0 0 0 ? S 17:22 0:00 [kworker/1:2]
  413. root 24876 0.0 0.0 0 0 ? S 17:31 0:00 [kworker/1:0]
  414. root 26083 0.0 0.0 0 0 ? S 17:36 0:00 [kworker/1:1]
  415. root 27899 0.0 0.0 0 0 ? S 17:43 0:00 [kworker/0:0]
  416. root 27906 0.0 0.0 0 0 ? S 17:43 0:00 [kworker/0:1]
  417. root 28546 0.0 0.0 0 0 ? S 17:46 0:00 [kworker/1:3]
  418. nas 29739 0.0 0.1 20560 2380 pts/0 R+ 17:51 0:00 ps -aux
  419. root 32273 0.0 0.3 105888 6372 ? Ss 15:50 0:00 sshd: nas [priv
  420.  
  421. nas 32310 0.0 0.2 105888 4156 ? R 15:50 0:00 sshd: nas@pts/0
  422.  
  423. nas 32311 0.0 0.2 48896 5976 pts/0 Ss 15:50 0:02 -zsh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement