Skip to content

Commit 859a92d

Browse files
author
Josef Bacik
committed
fix readme examples
Specify the right script and consistent port numbers for the logger example. Fixes #4. Signed-off-by: Josef Bacik <[email protected]>
1 parent 3cf518a commit 859a92d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ their trace data. You need to point it at your database, the sqllite and mysql
2424
commands follow (use whichever one is relevant)
2525

2626
```
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
2828
python KernelscopeLoggerService.py --sqlite kernelscope.db 8081
2929
```
3030

@@ -36,7 +36,7 @@ Gregg's offcputime.py from bcc/tools/offcputime.py that has been modified to
3636
dump it's information into a kernelscope service. You run it as follows
3737

3838
```
39-
python offcputime.py --logger 'http://localhost:8080' --threshold 5000
39+
python offcputime.py --logger 'http://localhost:8081' --threshold 5000
4040
```
4141

4242
This will log to the service running on localhost and will only log events that

0 commit comments

Comments
 (0)