View graphite data

How would I view Gatling graphite plaintext data being sent to port 2003 on a MacOS?

Thanks]

Aidy

I dont know what you want to do but you can use NetCat to listening on port 2003:
nc -l -p 2003

and you need to add to writers a graphite in gatling.conf:

writers = [console, file, graphite] 

then you see in console - I have used Windows version for NetCat: