We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With Docker we can have realtime metrics from the bench in local.
We only need to run in another terminal dokcer stats , during the local benchmark.
dokcer stats
The problem is that don't show an informative container_name, than it's different from the hostname that we need to maintain.
container_name
hostname
Which framework is running in the container tfb-server ? Which database is running in the container tfb-database ? Which container is running wrk?
tfb-server
tfb-database
wrk
I think that is easy to change, and it will help a lot in local metrics.
The text was updated successfully, but these errors were encountered:
TIP: We can also have realtime graphical metrics using desktop apps like DockStation, Docker Desktop,...
And here show which docker image is using the container !!
PD: we are NOT using all the power of Docker.
Sorry, something went wrong.
@joanhey you may be interested in this: #9238
No branches or pull requests
With Docker we can have realtime metrics from the bench in local.
We only need to run in another terminal
dokcer stats
, during the local benchmark.The problem is that don't show an informative
container_name
, than it's different from thehostname
that we need to maintain.Which framework is running in the container
tfb-server
?Which database is running in the container
tfb-database
?Which container is running
wrk
?I think that is easy to change, and it will help a lot in local metrics.
The text was updated successfully, but these errors were encountered: