eventkit-time

command
v0.0.0-...-a152f19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2024 License: MIT Imports: 15 Imported by: 0

README

This utility is very similar to the Linux time command, but it saves the results (via sending an Eventkit UDP package, which can be persisted)

You can test it with running:

eventkit-time -d eventkitd.datasci.storj.io:9002 sleep 2

And on BQ console (change instance and date):

SELECT * FROM `storj-data-science-249814.eventkitd2.eventkit_time_test` WHERE DATE(received_at) = "2023-03-01" and source_instance = 'pw' LIMIT 1000

Or test it locally:

cd ../eventkit-receiver
go run .
eventkit-time -d localhost:9002 sleep 2

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL