lyuxiaosu
|
916cf34a0e
|
1. Implement memory-based logging for worker threads. 2. Dump all memory log to a file when a worker thread receives SIGINT signal.
|
3 years ago |
xiaosuGW
|
b4a5fc7af2
|
1.Implement memory-based logging for each worker thread. 2. Dump all memory-based log to a file when receiving SIGINT signal
|
3 years ago |
xiaosuGW
|
417427ab39
|
1. optimization: avoid global queue if the next sandbox has the same deadline with the current sandbox. 2. correct format and enrich comments
|
3 years ago |
xiaosuGW
|
b78cd5fdfb
|
Do not add client fd to epoll if the sandbox is not the first one or last one in the chain
|
3 years ago |
xiaosuGW
|
90d666bbc3
|
correct typo that causes compiling failed
|
3 years ago |
xiaosuGW
|
870962313c
|
remove redundent comments
|
3 years ago |
xiaosuGW
|
404d6fce1a
|
remove redundent comments
|
3 years ago |
xiaosuGW
|
5d77f8efb5
|
remove redundent comments
|
3 years ago |
xiaosuGW
|
24502d316b
|
1. Change compliler optimization level. 2. remove unaccurate execution time calculation
|
3 years ago |
xiaosuGW
|
5dbbf31ba5
|
correct queuing time and total time for chain function
|
3 years ago |
xiaosuGW
|
17141a07aa
|
upload big_fibonacci
|
3 years ago |
xiaosuGW
|
7e6cfdbeec
|
Merge branch 'chain_fun_with_list' of https://github.com/lyuxiaosu/sledge-serverless-framework into chain_fun_with_list
|
3 years ago |
xiaosuGW
|
7963cf66c8
|
upload test_big_fibonacci.json
|
3 years ago |
xiaosuGW
|
c6e34a4c46
|
upload add_partition.sh and install_docker.sh
|
3 years ago |
xiaosuGW
|
4e269aedf3
|
update start.sh and test.sh
|
3 years ago |
xiaosuGW
|
6a9c114cf2
|
upload test.sh and parse.py
|
3 years ago |
xiaosuGW
|
cc51da253a
|
1. let each sandbox in the chain share the same request id. 2. fflush after fprintf
|
3 years ago |
xiaosuGW
|
b2385f70a0
|
upload start.sh
|
3 years ago |
xiaosuGW
|
b27fb75d46
|
output client port number in the log
|
3 years ago |
xiaosuGW
|
7009211b5b
|
update my_fibonacci.json
|
3 years ago |
xiaosuGW
|
74912c5460
|
recover monitoring fd in each sandbox in the chain, otherwise, sledge will stuck at sometimes, the reason needs time to dive in later
|
3 years ago |
xiaosuGW
|
0bfc08e59a
|
do not print http request content
|
3 years ago |
xiaosuGW
|
857c11d140
|
do not monitor client fd with epoll if the sandbox is not the last one in the chain
|
3 years ago |
xiaosuGW
|
a642082b73
|
remove some redundant parameters
|
3 years ago |
xiaosuGW
|
3bbc2f28fd
|
support linear chain function calling by using list to chain modules
|
3 years ago |
xiaosuGW
|
e6be55b1ed
|
support chain function calling by introducing hashtable for retrieving module struct
|
3 years ago |
xiaosuGW
|
8b9279c640
|
add -O0 and -g options for compiling functions
|
3 years ago |
xiaosuGW
|
e92a8cbf71
|
add -u 0 for docker exec and set default toolchain for cargo
|
4 years ago |
xiaosuGW
|
74dff18ddb
|
change awsm url
|
4 years ago |
Sean McBride
|
4be2bb9589
|
chore: Remove GitHub yaml zombie
|
4 years ago |
Sean McBride
|
675ee8c77c
|
chore: fix paths for CI
|
4 years ago |
Sean McBride
|
f419cd4501
|
chore: use cd not pushd popd
|
4 years ago |
Sean McBride
|
def9741111
|
chore: Install wasmception after bind mount
|
4 years ago |
Sean McBride
|
823be5a1f8
|
chore: clean up bind mount
|
4 years ago |
Sean McBride
|
3473d3dc7f
|
chore: stop hiding wasmception
|
4 years ago |
Sean McBride
|
dd9f7e1501
|
fix: Init on two cores
|
4 years ago |
Sean McBride
|
6e554380ac
|
chore: upload hyde logs on failure
|
4 years ago |
Sean McBride
|
46bdc39364
|
chore: workload mix 10k iters
|
4 years ago |
Sean McBride
|
701434a657
|
chore: deadline description error handling
|
4 years ago |
Sean McBride
|
1e1756de46
|
chore: Attempt normal policy and niceness
|
4 years ago |
Sean McBride
|
398cd1c1f2
|
chore: Increase nice to 2
|
4 years ago |
Sean McBride
|
a221d7938b
|
chore: shift off core 0
|
4 years ago |
Sean McBride
|
7da858304e
|
fix: correct set prio symbol
|
4 years ago |
Sean McBride
|
26213a1647
|
chore: try prio with nice 1
|
4 years ago |
Sean McBride
|
41406d3888
|
chore: set sigalrm handler to broadcast
|
4 years ago |
Sean McBride
|
4349ece5cf
|
chore: Remove zombie file
|
4 years ago |
Sean McBride
|
71482c9a21
|
docs: Explain deadline - workload mix workflow
|
4 years ago |
Sean McBride
|
0173d66f5d
|
feat: complete initial MVP of deadline-description
|
4 years ago |
Sean McBride
|
a0a0c037cf
|
docs: document limitations of lpd script
|
4 years ago |
Sean McBride
|
9ef5d732e0
|
feat: deadline description to real world workload mix
|
4 years ago |