Skip to content

Commit 7d2f709

Browse files
committed
Fix py-spy usage instructions
1 parent 34fb5cd commit 7d2f709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ services:
110110
volumes:
111111
- shared-grafolean:/shared-grafolean
112112
# To use py-spy:
113-
# - $ docker exec -ti grafolean-newflow-writer bash
113+
# - $ docker exec -ti grafolean-netflow-writer bash
114114
# - # pip install py-spy
115-
# - # py-spy -n -o /tmp/prof/out.svg --pid 1
115+
# - # py-spy record -n -o /tmp/prof/out.svg --pid 1
116116
# But first, these 3 lines below must be enabled, to add a volume and capabilities: (careful not to add spaces!)
117117
# - /tmp/prof/:/tmp/prof/
118118
#cap_add:

0 commit comments

Comments
 (0)