Skip to content

Commit

Permalink
Merge pull request #184 from Gua-tk/183_k6
Browse files Browse the repository at this point in the history
ADDED: k6 grafana
  • Loading branch information
AleixMT authored Feb 13, 2024
2 parents f453fac + 8983d1a commit db3fa9f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/core/feature_arguments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jdk17_arguments=("jdk17" "jdk_17" "java_17")
jekyll_arguments=("github4pages" "github_for_pages" "jekyll_github")
julia_arguments=("julia")
k_arguments=("k")
k6_arguments=("k6")
keep_arguments=("keep" "google_keep")
keyboardFix_arguments=("keyboard_fix" "fix_keyboard")
kse_arguments=("kse" "keyexplorer")
Expand Down
1 change: 1 addition & 0 deletions data/core/feature_keynames.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jdk17
jekyll
julia
k
k6
keep
keyboardFix
kse
Expand Down
12 changes: 12 additions & 0 deletions data/features/k6/k6.dat.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env bash

k6_name="Function k"
k6_description="Kill processes by PID and name of process"
k6_version="1.0"
k6_tags=("bashfunctions" "system")
k6_systemcategories=("System" "Utility")

k6_bashfunctions=("silentFunctionInWd")
k6_binariesinstalledpaths=("k6;k6")
k6_downloadKeys=("bundle")
k6_bundle_URL="https://github.com/grafana/k6/releases/download/v0.49.0/k6-v0.49.0-linux-amd64.tar.gz"
1 change: 1 addition & 0 deletions data/features/k6/k6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A terminal shortcut

0 comments on commit db3fa9f

Please sign in to comment.