File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ their trace data. You need to point it at your database, the sqllite and mysql
24
24
commands follow (use whichever one is relevant)
25
25
26
26
```
27
- python KernelscopeService .py --mysql localhost --dbuser user --dbpassword password --dbname kernelscope 8080
27
+ python KernelscopeLoggerService .py --mysql localhost --dbuser user --dbpassword password --dbname kernelscope 8081
28
28
python KernelscopeLoggerService.py --sqlite kernelscope.db 8081
29
29
```
30
30
@@ -36,7 +36,7 @@ Gregg's offcputime.py from bcc/tools/offcputime.py that has been modified to
36
36
dump it's information into a kernelscope service. You run it as follows
37
37
38
38
```
39
- python offcputime.py --logger 'http://localhost:8080 ' --threshold 5000
39
+ python offcputime.py --logger 'http://localhost:8081 ' --threshold 5000
40
40
```
41
41
42
42
This will log to the service running on localhost and will only log events that
You can’t perform that action at this time.
0 commit comments