Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2017
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. root@snmp:~# stap web.stp -v
  2. Pass 1: parsed user script and 111 library script(s) using 109800virt/43780res/6180shr/37852data kb, in 110usr/20sys/125real ms.
  3. semantic error: while resolving probe point: identifier 'process' at web.stp:23:7
  4. source: probe process(@httpd).mark("internal__redirect") {
  5. ^
  6.  
  7. semantic error: no match
  8.  
  9. semantic error: while resolving probe point: identifier 'process' at :28:7
  10. source: probe process(@httpd).mark("read__request__entry") {
  11. ^
  12.  
  13. semantic error: no match
  14.  
  15. semantic error: while resolving probe point: identifier 'process' at :32:7
  16. source: probe process(@httpd).mark("read__request__success") {
  17. ^
  18.  
  19. semantic error: no match
  20.  
  21. semantic error: while resolving probe point: identifier 'process' at :39:7
  22. source: probe process(@httpd).mark("process__request__entry") {
  23. ^
  24.  
  25. semantic error: no match
  26.  
  27. semantic error: while resolving probe point: identifier 'process' at :43:7
  28. source: probe process(@httpd).mark("process__request__return") {
  29. ^
  30.  
  31. semantic error: no match
  32.  
  33. semantic error: while resolving probe point: identifier 'process' at :48:7
  34. source: probe process(@libphp5).mark("request__startup"),
  35. ^
  36.  
  37. semantic error: no match
  38.  
  39. semantic error: while resolving probe point: identifier 'process' at :49:7
  40. source: process(@libphp5).mark("request__shutdown") {
  41. ^
  42.  
  43. semantic error: no match
  44.  
  45. semantic error: while resolving probe point: identifier 'process' at :54:7
  46. source: probe process(@libphp5).mark("function__entry"),
  47. ^
  48.  
  49. semantic error: no match
  50.  
  51. semantic error: while resolving probe point: identifier 'process' at :55:7
  52. source: process(@libphp5).mark("function__return") {
  53. ^
  54.  
  55. semantic error: no match
  56.  
  57. semantic error: while resolving probe point: identifier 'process' at :61:7
  58. source: probe process(@mysqld).mark("query__parse__start") {
  59. ^
  60.  
  61. semantic error: no match
  62.  
  63. semantic error: while resolving probe point: identifier 'process' at :65:7
  64. source: probe process(@mysqld).mark("query__parse__done") {
  65. ^
  66.  
  67. semantic error: no match
  68.  
  69. semantic error: while resolving probe point: identifier 'process' at :69:7
  70. source: probe process(@mysqld).mark("query__exec__start") {
  71. ^
  72.  
  73. semantic error: no match
  74.  
  75. semantic error: while resolving probe point: identifier 'process' at :73:7
  76. source: probe process(@mysqld).mark("query__exec__done") {
  77. ^
  78.  
  79. semantic error: no match
  80.  
  81. Pass 2: analyzed script: 0 probe(s), 10 function(s), 0 embed(s), 2 global(s) using 110592virt/45976res/7332shr/38644data kb, in 0usr/0sys/5real ms.
  82. Pass 2: analysis failed. [man error::pass2]
  83. Tip: /usr/share/doc/systemtap/README.Debian should help you get started.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement