-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
check what duct is "busy with" #60
Labels
semver-performance
Improve performance of an existing feature
Comments
yarikoptic
added
the
semver-performance
Improve performance of an existing feature
label
Jun 9, 2024
This bugfix helps b6c9219 Here's some fun dogfooding :)
|
that was a very cute use of on my attempt -- we sit at 3.5%❯ duct duct sleep 100
2024-08-20T09:40:21-0400 [INFO ] con-duct: duct is executing 'duct sleep 100'...
2024-08-20T09:40:21-0400 [INFO ] con-duct: Log files will be written to .duct/logs/2024.08.20T09.40.21-3232070_
2024-08-20T09:40:21-0400 [INFO ] con-duct: duct is executing 'sleep 100'...
2024-08-20T09:40:21-0400 [INFO ] con-duct: Log files will be written to .duct/logs/2024.08.20T09.40.21-3232074_
2024-08-20T09:42:03-0400 [INFO ] con-duct: Summary:
Exit Code: 0
Command: sleep 100
Log files location: .duct/logs/2024.08.20T09.40.21-3232074_
Wall Clock Time: 100.003 sec
Memory Peak Usage (RSS): 1966080 bytes
Memory Average Usage (RSS): 1966080.0 bytes
Virtual Memory Peak Usage (VSZ): 5652480 bytes
Virtual Memory Average Usage (VSZ): 5652480.0 bytes
Memory Peak Percentage: 5652480
Memory Average Percentage: 5652480.0
CPU Peak Usage: 0
Average CPU Usage: 0.0
Samples Collected: 98
Reports Written: 2
2024-08-20T09:42:03-0400 [INFO ] con-duct: Summary:
Exit Code: 0
Command: duct sleep 100
Log files location: .duct/logs/2024.08.20T09.40.21-3232070_
Wall Clock Time: 101.877 sec
Memory Peak Usage (RSS): 14909440 bytes
Memory Average Usage (RSS): 14888140.799999997 bytes
Virtual Memory Peak Usage (VSZ): 250023936 bytes
Virtual Memory Average Usage (VSZ): 247739432.95999998 bytes
Memory Peak Percentage: 250023936
Memory Average Percentage: 247739432.95999998
CPU Peak Usage: 200.0
Average CPU Usage: 3.5020000000000002
Samples Collected: 100
Reports Written: 2
duct duct sleep 100 3.65s user 4.92s system 8% cpu 1:42.05 total
that is not great but not too bad either, let's just consider it ok for now, although might reconsider if we see it up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ATM running a singularity container through duct shows 2-3% CPU of duct. I wonder what it is doing. Would be worth checking with py-spy etc some of its runs to see what it spends time on -- even though just a little, given how little it needs to do I would expect it to be even lower
but I could be wrong.
The text was updated successfully, but these errors were encountered: