Advertisement
Guest User

Untitled

a guest
Jun 7th, 2021
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.89 KB | None | 0 0
  1. tester@aubrey:~$ bash -c 'time strace -fc nautilus'
  2. strace: Process 2976791 attached
  3. strace: Process 2976792 attached
  4. strace: Process 2976794 attached
  5. strace: Process 2976795 attached
  6. strace: Process 2976796 attached
  7. strace: Process 2976797 attached
  8.  
  9. (org.gnome.Nautilus:2976790): dbind-WARNING **: 20:45:38.814: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
  10. strace: Process 2976919 attached
  11. strace: Process 2976920 attached
  12.  
  13. ** (org.gnome.Nautilus:2976790): WARNING **: 20:46:04.102: Unable to get contents of the bookmarks file: Error opening file /home/tester/.gtk-bookmarks: No such file or directory
  14.  
  15. ** (org.gnome.Nautilus:2976790): WARNING **: 20:46:04.103: Unable to get contents of the bookmarks file: Error opening file /home/tester/.gtk-bookmarks: No such file or directory
  16.  
  17. ^Cstrace: Process 2976790 detached
  18. strace: Process 2976791 detached
  19. strace: Process 2976792 detached
  20. strace: Process 2976794 detached
  21. strace: Process 2976795 detached
  22. strace: Process 2976919 detached
  23. % time seconds usecs/call calls errors syscall
  24. ------ ----------- ----------- --------- --------- ----------------
  25. 72.80 0.304154 111 2724 1 poll
  26. 22.91 0.095703 56 1684 212 futex
  27. 1.24 0.005170 1 2670 1757 recvmsg
  28. 0.56 0.002324 4 481 writev
  29. 0.44 0.001859 1 1380 267 openat
  30. 0.37 0.001565 0 1794 read
  31. 0.34 0.001434 2 699 write
  32. 0.25 0.001030 1 683 74 access
  33. 0.24 0.001023 0 1161 close
  34. 0.13 0.000548 0 1215 787 stat
  35. 0.11 0.000476 0 747 mmap
  36. 0.11 0.000451 1 274 fstatfs
  37. 0.09 0.000367 0 650 pread64
  38. 0.09 0.000359 0 713 fstat
  39. 0.05 0.000229 1 148 sendmsg
  40. 0.05 0.000217 0 221 105 readlink
  41. 0.04 0.000176 1 116 fadvise64
  42. 0.04 0.000175 1 136 getrandom
  43. 0.03 0.000108 0 198 mprotect
  44. 0.02 0.000099 1 51 eventfd2
  45. 0.01 0.000055 2 24 munmap
  46. 0.01 0.000050 0 158 brk
  47. 0.01 0.000036 0 39 3 lstat
  48. 0.01 0.000035 4 8 clone
  49. 0.01 0.000027 0 32 10 recvfrom
  50. 0.00 0.000018 0 27 getdents64
  51. 0.00 0.000016 4 4 mremap
  52. 0.00 0.000014 14 1 inotify_init1
  53. 0.00 0.000013 1 13 2 statfs
  54. 0.00 0.000011 1 8 prctl
  55. 0.00 0.000011 1 9 set_robust_list
  56. 0.00 0.000007 0 15 socket
  57. 0.00 0.000007 0 52 1 fcntl
  58. 0.00 0.000006 0 9 uname
  59. 0.00 0.000006 1 5 sched_setattr
  60. 0.00 0.000005 0 15 7 connect
  61. 0.00 0.000005 1 5 gettid
  62. 0.00 0.000003 0 30 getpid
  63. 0.00 0.000003 0 9 getuid
  64. 0.00 0.000002 0 3 ioctl
  65. 0.00 0.000001 0 49 lseek
  66. 0.00 0.000001 0 3 1 getpeername
  67. 0.00 0.000001 0 9 5 inotify_add_watch
  68. 0.00 0.000000 0 5 rt_sigaction
  69. 0.00 0.000000 0 3 rt_sigprocmask
  70. 0.00 0.000000 0 1 pwrite64
  71. 0.00 0.000000 0 3 madvise
  72. 0.00 0.000000 0 1 shmget
  73. 0.00 0.000000 0 1 shmat
  74. 0.00 0.000000 0 1 shmctl
  75. 0.00 0.000000 0 24 sendto
  76. 0.00 0.000000 0 1 shutdown
  77. 0.00 0.000000 0 3 getsockname
  78. 0.00 0.000000 0 4 setsockopt
  79. 0.00 0.000000 0 1 execve
  80. 0.00 0.000000 0 1 shmdt
  81. 0.00 0.000000 0 4 4 mkdir
  82. 0.00 0.000000 0 1 chmod
  83. 0.00 0.000000 0 18 geteuid
  84. 0.00 0.000000 0 10 getegid
  85. 0.00 0.000000 0 1 getresuid
  86. 0.00 0.000000 0 1 getresgid
  87. 0.00 0.000000 0 2 1 arch_prctl
  88. 0.00 0.000000 0 1 set_tid_address
  89. 0.00 0.000000 0 3 inotify_rm_watch
  90. 0.00 0.000000 0 1 prlimit64
  91. 0.00 0.000000 0 1 sched_getattr
  92. ------ ----------- ----------- --------- --------- ----------------
  93. 100.00 0.417800 18364 3237 total
  94.  
  95. tester@aubrey:~$ bash -c 'time strace -fc thunar'
  96. strace: Process 2977138 attached
  97. strace: Process 2977139 attached
  98. strace: Process 2977145 attached
  99. strace: Process 2977146 attached
  100.  
  101. (thunar:2977137): dbind-WARNING **: 20:46:53.031: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
  102. strace: Process 2977255 attached
  103. % time seconds usecs/call calls errors syscall
  104. ------ ----------- ----------- --------- --------- ----------------
  105. 66.17 0.454502 57 7878 1 poll
  106. 27.29 0.187446 116 1605 155 futex
  107. 3.36 0.023093 4 5390 3854 recvmsg
  108. 0.42 0.002885 9 311 writev
  109. 0.37 0.002536 1 1313 read
  110. 0.36 0.002453 2 868 106 openat
  111. 0.28 0.001897 1 1063 write
  112. 0.27 0.001822 2 695 84 access
  113. 0.26 0.001811 3 503 mprotect
  114. 0.23 0.001570 1 862 close
  115. 0.15 0.001063 1 586 mmap
  116. 0.14 0.000959 0 1106 748 stat
  117. 0.08 0.000583 2 274 fstatfs
  118. 0.08 0.000544 3 171 1 sendmsg
  119. 0.08 0.000525 18 29 28 restart_syscall
  120. 0.07 0.000485 1 347 fstat
  121. 0.07 0.000466 2 218 105 readlink
  122. 0.03 0.000225 2 98 eventfd2
  123. 0.03 0.000218 1 116 fadvise64
  124. 0.03 0.000216 1 136 getrandom
  125. 0.03 0.000210 42 5 clone
  126. 0.02 0.000152 15 10 5 connect
  127. 0.02 0.000119 6 18 munmap
  128. 0.02 0.000110 18 6 setsockopt
  129. 0.01 0.000083 4 19 18 mkdir
  130. 0.01 0.000073 6 11 socket
  131. 0.01 0.000068 13 5 prctl
  132. 0.01 0.000065 0 66 brk
  133. 0.01 0.000061 10 6 set_robust_list
  134. 0.01 0.000059 14 4 sched_setattr
  135. 0.01 0.000055 2 20 5 recvfrom
  136. 0.01 0.000043 3 12 sendto
  137. 0.01 0.000041 2 18 fcntl
  138. 0.01 0.000036 7 5 gettid
  139. 0.00 0.000033 4 8 6 inotify_add_watch
  140. 0.00 0.000027 1 23 getdents64
  141. 0.00 0.000025 0 43 3 lstat
  142. 0.00 0.000025 2 10 uname
  143. 0.00 0.000021 7 3 rt_sigprocmask
  144. 0.00 0.000020 10 2 madvise
  145. 0.00 0.000020 20 1 shutdown
  146. 0.00 0.000018 1 10 lseek
  147. 0.00 0.000018 1 13 getpid
  148. 0.00 0.000018 0 19 2 statfs
  149. 0.00 0.000017 17 1 bind
  150. 0.00 0.000017 1 15 umask
  151. 0.00 0.000013 3 4 getsockname
  152. 0.00 0.000013 13 1 rename
  153. 0.00 0.000009 3 3 1 getpeername
  154. 0.00 0.000008 1 5 rt_sigaction
  155. 0.00 0.000007 0 8 geteuid
  156. 0.00 0.000006 6 1 inotify_init1
  157. 0.00 0.000005 5 1 ioctl
  158. 0.00 0.000005 5 1 shmget
  159. 0.00 0.000004 4 1 shmdt
  160. 0.00 0.000004 1 4 getegid
  161. 0.00 0.000003 3 1 getresuid
  162. 0.00 0.000003 1 2 1 arch_prctl
  163. 0.00 0.000002 2 1 shmat
  164. 0.00 0.000002 0 4 getuid
  165. 0.00 0.000002 2 1 getresgid
  166. 0.00 0.000002 2 1 sched_getattr
  167. 0.00 0.000001 1 1 shmctl
  168. 0.00 0.000001 1 1 set_tid_address
  169. 0.00 0.000001 1 1 prlimit64
  170. 0.00 0.000000 0 8 pread64
  171. 0.00 0.000000 0 5 mremap
  172. 0.00 0.000000 0 1 execve
  173. 0.00 0.000000 0 1 getgroups
  174. 0.00 0.000000 0 1 inotify_rm_watch
  175. ------ ----------- ----------- --------- --------- ----------------
  176. 100.00 0.686824 23980 5123 total
  177.  
  178. real 0m30.831s
  179. user 0m0.316s
  180. sys 0m0.386s
  181.  
  182.  
  183. tester@aubrey:~$ bash -c 'strace -fc time nautilus'
  184. strace: Process 2977338 attached
  185. strace: Process 2977339 attached
  186. strace: Process 2977340 attached
  187. strace: Process 2977342 attached
  188. strace: Process 2977343 attached
  189. strace: Process 2977344 attached
  190. strace: Process 2977345 attached
  191.  
  192. (org.gnome.Nautilus:2977338): dbind-WARNING **: 20:47:41.939: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
  193.  
  194. strace: Process 2977456 attached
  195. strace: Process 2977457 attached
  196.  
  197. ** (org.gnome.Nautilus:2977338): WARNING **: 20:48:07.246: Unable to get contents of the bookmarks file: Error opening file /home/tester/.gtk-bookmarks: No such file or directory
  198.  
  199. ** (org.gnome.Nautilus:2977338): WARNING **: 20:48:07.246: Unable to get contents of the bookmarks file: Error opening file /home/tester/.gtk-bookmarks: No such file or directory
  200. ^Cstrace: Process 2977337 detached
  201. strace: Process 2977338 detached
  202. strace: Process 2977339 detached
  203. strace: Process 2977340 detached
  204. strace: Process 2977342 detached
  205. strace: Process 2977343 detached
  206. strace: Process 2977456 detached
  207. % time seconds usecs/call calls errors syscall
  208. ------ ----------- ----------- --------- --------- ----------------
  209. 70.98 0.433263 64 6677 poll
  210. 23.92 0.146017 85 1710 188 futex
  211. 1.74 0.010596 3 3365 2265 recvmsg
  212. 0.77 0.004715 9 479 writev
  213. 0.36 0.002194 3 708 write
  214. 0.35 0.002128 1 1363 read
  215. 0.34 0.002103 2 754 mmap
  216. 0.32 0.001960 1 1162 267 openat
  217. 0.21 0.001258 1 656 pread64
  218. 0.16 0.000991 1 943 close
  219. 0.15 0.000944 6 149 1 sendmsg
  220. 0.09 0.000573 0 1215 787 stat
  221. 0.09 0.000536 1 495 fstat
  222. 0.09 0.000521 0 684 75 access
  223. 0.07 0.000450 2 204 mprotect
  224. 0.04 0.000249 4 51 eventfd2
  225. 0.03 0.000191 5 37 14 recvfrom
  226. 0.03 0.000186 12 15 7 connect
  227. 0.02 0.000141 15 9 clone
  228. 0.02 0.000135 5 24 sendto
  229. 0.02 0.000135 2 52 1 fcntl
  230. 0.02 0.000132 0 150 brk
  231. 0.02 0.000100 0 274 fstatfs
  232. 0.02 0.000097 0 136 getrandom
  233. 0.02 0.000093 0 221 105 readlink
  234. 0.01 0.000088 3 26 munmap
  235. 0.01 0.000087 5 15 socket
  236. 0.01 0.000070 2 30 getpid
  237. 0.01 0.000066 6 10 getegid
  238. 0.01 0.000047 0 116 fadvise64
  239. 0.01 0.000046 0 49 lseek
  240. 0.01 0.000041 2 18 geteuid
  241. 0.01 0.000041 5 8 prctl
  242. 0.01 0.000036 12 3 madvise
  243. 0.00 0.000023 2 9 set_robust_list
  244. 0.00 0.000019 0 39 3 lstat
  245. 0.00 0.000018 0 27 getdents64
  246. 0.00 0.000017 4 4 setsockopt
  247. 0.00 0.000017 3 5 gettid
  248. 0.00 0.000016 1 9 uname
  249. 0.00 0.000011 3 3 getsockname
  250. 0.00 0.000011 3 3 1 getpeername
  251. 0.00 0.000009 9 1 shutdown
  252. 0.00 0.000008 2 3 ioctl
  253. 0.00 0.000007 1 7 rt_sigaction
  254. 0.00 0.000007 7 1 pwrite64
  255. 0.00 0.000007 1 4 4 mkdir
  256. 0.00 0.000006 6 1 chmod
  257. 0.00 0.000006 1 5 sched_setattr
  258. 0.00 0.000005 0 9 getuid
  259. 0.00 0.000005 1 3 inotify_rm_watch
  260. 0.00 0.000004 0 9 5 inotify_add_watch
  261. 0.00 0.000003 3 1 getresuid
  262. 0.00 0.000003 0 13 2 statfs
  263. 0.00 0.000002 2 1 getresgid
  264. 0.00 0.000002 0 4 2 arch_prctl
  265. 0.00 0.000000 0 3 rt_sigprocmask
  266. 0.00 0.000000 0 4 mremap
  267. 0.00 0.000000 0 1 shmget
  268. 0.00 0.000000 0 1 shmat
  269. 0.00 0.000000 0 1 shmctl
  270. 0.00 0.000000 0 5 3 execve
  271. 0.00 0.000000 0 1 1 wait4
  272. 0.00 0.000000 0 1 shmdt
  273. 0.00 0.000000 0 1 set_tid_address
  274. 0.00 0.000000 0 1 inotify_init1
  275. 0.00 0.000000 0 1 prlimit64
  276. 0.00 0.000000 0 1 sched_getattr
  277. ------ ----------- ----------- --------- --------- ----------------
  278. 100.00 0.610436 21990 3731 total
  279.  
  280. tester@aubrey:~$ bash -c 'strace -fc time thunar'
  281. strace: Process 2977563 attached
  282. strace: Process 2977564 attached
  283. strace: Process 2977565 attached
  284. strace: Process 2977566 attached
  285. strace: Process 2977567 attached
  286.  
  287. (thunar:2977563): dbind-WARNING **: 20:48:30.525: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
  288. strace: Process 2977665 attached
  289. 0.32user 0.12system 0:27.78elapsed 1%CPU (0avgtext+0avgdata 51532maxresident)k
  290. 0inputs+16outputs (0major+4882minor)pagefaults 0swaps
  291. % time seconds usecs/call calls errors syscall
  292. ------ ----------- ----------- --------- --------- ----------------
  293. 48.39 0.202647 36 5579 poll
  294. 28.73 0.120323 120323 1 wait4
  295. 17.93 0.075081 49 1510 122 futex
  296. 0.84 0.003534 2 1494 767 recvmsg
  297. 0.73 0.003063 2 1086 write
  298. 0.61 0.002542 1 1379 read
  299. 0.39 0.001614 1 918 106 openat
  300. 0.35 0.001476 4 332 writev
  301. 0.32 0.001338 2 593 mmap
  302. 0.25 0.001045 0 1097 741 stat
  303. 0.24 0.001025 1 904 close
  304. 0.24 0.001002 1 695 84 access
  305. 0.21 0.000873 5 159 sendmsg
  306. 0.17 0.000725 1 506 mprotect
  307. 0.10 0.000406 1 396 fstat
  308. 0.09 0.000356 3 90 eventfd2
  309. 0.07 0.000308 1 274 fstatfs
  310. 0.06 0.000243 1 218 105 readlink
  311. 0.03 0.000134 1 116 fadvise64
  312. 0.03 0.000122 20 6 clone
  313. 0.03 0.000120 2 43 3 lstat
  314. 0.02 0.000080 8 10 5 connect
  315. 0.02 0.000065 3 19 munmap
  316. 0.02 0.000063 2 23 getdents64
  317. 0.01 0.000056 0 136 getrandom
  318. 0.01 0.000052 2 22 8 recvfrom
  319. 0.01 0.000045 2 19 2 statfs
  320. 0.01 0.000039 3 12 sendto
  321. 0.01 0.000034 0 65 brk
  322. 0.01 0.000033 2 12 umask
  323. 0.01 0.000031 2 11 socket
  324. 0.01 0.000028 14 2 madvise
  325. 0.01 0.000026 2 12 getpid
  326. 0.01 0.000025 1 14 pread64
  327. 0.01 0.000024 2 9 rt_sigaction
  328. 0.01 0.000023 23 1 inotify_rm_watch
  329. 0.01 0.000022 1 15 15 mkdir
  330. 0.01 0.000022 3 6 set_robust_list
  331. 0.00 0.000018 2 9 uname
  332. 0.00 0.000017 1 17 fcntl
  333. 0.00 0.000016 1 10 lseek
  334. 0.00 0.000014 4 3 rt_sigprocmask
  335. 0.00 0.000010 1 8 geteuid
  336. 0.00 0.000008 1 5 prctl
  337. 0.00 0.000007 1 4 getegid
  338. 0.00 0.000006 6 1 shutdown
  339. 0.00 0.000006 1 4 getsockname
  340. 0.00 0.000006 1 6 setsockopt
  341. 0.00 0.000006 1 4 2 arch_prctl
  342. 0.00 0.000005 1 3 1 getpeername
  343. 0.00 0.000005 1 4 getuid
  344. 0.00 0.000003 3 1 ioctl
  345. 0.00 0.000003 0 5 3 inotify_add_watch
  346. 0.00 0.000003 0 4 sched_setattr
  347. 0.00 0.000002 2 1 getresuid
  348. 0.00 0.000002 2 1 getresgid
  349. 0.00 0.000002 0 5 gettid
  350. 0.00 0.000002 2 1 prlimit64
  351. 0.00 0.000002 2 1 sched_getattr
  352. 0.00 0.000001 1 1 set_tid_address
  353. 0.00 0.000000 0 5 mremap
  354. 0.00 0.000000 0 1 shmget
  355. 0.00 0.000000 0 1 shmat
  356. 0.00 0.000000 0 1 shmctl
  357. 0.00 0.000000 0 1 bind
  358. 0.00 0.000000 0 5 3 execve
  359. 0.00 0.000000 0 1 shmdt
  360. 0.00 0.000000 0 1 getgroups
  361. 0.00 0.000000 0 1 inotify_init1
  362. ------ ----------- ----------- --------- --------- ----------------
  363. 100.00 0.418789 17899 1967 total
  364.  
  365.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement