-
-
Notifications
You must be signed in to change notification settings - Fork 587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tailing files in sampler #30
Labels
Comments
update: this seems to be working..?
|
If you just want to see a log rolling, you can do textboxes:
- title: logs
rate-ms: 100
sample: tail -n 50 my.log |
yup, that I get - which is running separate commands iteratively; but is
there no way to stream a continuous output? thinking about
services/commands where many calls are treated differently than one “tail
-f” style command. or where the command itself takes some time to fire at
first but then streams in real-time (as is the case with heroku logs)
On Sat, Aug 10, 2019 at 12:46 PM Alexander Lukyanchikov < ***@***.***> wrote:
If you just want to see a log rolling, you can do tail -n 50 every 100 ms
(or heroku logs -n 50):
textboxes:
- title: logs
rate-ms: 100
sample: tail -n 50 my.log
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#30?email_source=notifications&email_token=AAYNQ34NTYE3V3X7BDTJ4NTQD3WFLA5CNFSM4IJYMOLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4ARBVY#issuecomment-520163543>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAYNQ34W72KYUFW4IMIRZ7LQD3WFLANCNFSM4IJYMOLA>
.
--
Sent from a phone
|
There is no such thing so far, and I wouldn't complicate things at this point. You concern regarding periodic sampling is performance? |
I’m all for not complicating things.
but yea i was mostly concerned with rate limits and the startup time of
some periodic sampling commands. (again, the heroku logs example. takes a
few variable moments to actually start returning anything. would probably
miss results between samples)
On Sun, Aug 11, 2019 at 10:19 PM Alexander Lukyanchikov < ***@***.***> wrote:
There is no such thing so far, and I wouldn't complicate things at this
point. You concern regarding periodic sampling is performance?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#30?email_source=notifications&email_token=AAYNQ3YD3IE44TDGECOTZS3QEDCEFA5CNFSM4IJYMOLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4BOKII#issuecomment-520283425>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAYNQ36RDHYLOUSXG37PEBDQEDCEFANCNFSM4IJYMOLA>
.
--
Sent from a phone
|
I see. Yes, that makes sense. I'll think about it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Hello.
What is the recommended way to tail a file in sampler? Is this supported?
Thanks!
The text was updated successfully, but these errors were encountered: