This website works better with JavaScript.
Explore
Help
Register
Sign In
baohezhengqi
/
sledge-serverless-framework
Watch
1
Star
0
Fork
You've already forked sledge-serverless-framework
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6f2e270c8a
master
mt-dbf
remove_atomic_variables_for_self_to_localqueue
worker_generates_requests_to_global_queue
remove_atomic_variables_for_self_to_globalqueue
remove_atomic_varaibles_for_RR_localqueue
remove_atomic_for_ARM_version
listener_thread_distributes_requests_worker_queue_with_RR
ARM_version
worker_generates_requests_to_local_queue
fix_error_for_fibonacci_test_script
clock-res-wasi
memstream-refactor
sandbox-writeback-demo
solve_arm_building_and_running_issue_part1
dockerfile-cleanup
wasi-benchmarking
wasmception-bench
mmap-opt
madvise
initial-refactors
feature_wasi
remaining-diff
test-spin
82-track-time
v0.2
v0.1
wasmception
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '6f2e270c8a'
${ noResults }
sledge-serverless-framework
/
runtime
/
tests
/
kill_sledge.sh
6 lines
102 B
Raw
Blame
History
#!/bin/bash
pid
=
`
ps -ef
|
grep
"sledgert"
|
grep -v grep
|
awk
'{print $2}'
`
echo
$pid
sudo
kill
-2
$pid
Reference in new issue
View Git Blame
Copy Permalink