An open API service indexing awesome lists of open source software.

https://github.com/princep/special-waffle


https://github.com/princep/special-waffle

Last synced: 23 days ago
JSON representation

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
```