Re: R: Re: Monitor all outbound connections from apps in warden
CF Runtime
I would expect this to be possible. The easiest thing would probably be to
write a shell script that both runs your application, and also starts a script that does the netstat output. Then set that script to run as your apps custom start command "cf push my_app -c run_app_and_log.sh". Joseph Palermo CF Runtime Team On Mon, Jun 1, 2015 at 12:07 AM, Michael Grifalconi < michael.grifalconi(a)studenti.unimi.it> wrote: Hello, thank you for the hint!
|
|