Date
1 - 2 of 2
R: Re: Monitor all outbound connections from apps in warden
Michael Grifalconi <michael.grifalconi@...>
Hello, thank you for the hint!
toggle quoted message
Show quoted text
I'd prefer to do something at application level, like a shell script to run in parallel to the application that every X seconds prints the output of netstat, as the standard output is taken as a log on CF apps. Is it possible? (I'm really sorry and embarrassed about the spam after my email signature, this is due to my University and I can't avoid it :/ ) Thank you, Michael Il 29/05/15 20:06, Dieu Cao <dcao(a)pivotal.io> ha scritto:
|
|
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! |
|