https://github.com/princep/special-waffle
https://github.com/princep/special-waffle
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/princep/special-waffle
- Owner: PrinceP
- Created: 2022-06-17T11:06:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T10:46:18.000Z (about 4 years ago)
- Last Synced: 2025-02-23T06:29:07.593Z (over 1 year ago)
- Language: Python
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker Run
#### Send docker
```sh
sudo docker run --entrypoint bash --network host -v /home/SimpleMQ_Testing:/app -it uvdeployment/shield:trt_classifier_amd64_22_06_02_nomyModule
```
```sh
python3 python_send.py
```
#### Receive docker
```sh
sudo docker run --entrypoint bash --network host -v /home/SimpleMQ_Testing:/app -it uvdeployment/shield:trt_classifier_amd64_22_06_02_nomyModule
```
```sh
python3 python_receive.py
```
Docker Stats
#### Docker stats
```sh
sudo docker stats --all --format "table {{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}" | grep 'Running docker name'
```
Valgrind
#### Valgrind command
```sh
valgrind --leak-check=full \
--show-leak-kinds=all \
--track-origins=yes \
--verbose \
--log-file=valgrind-out.txt \
python3 python_receive.py
```