-
Notifications
You must be signed in to change notification settings - Fork 189
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
more work on the poudriere extend #513
Conversation
@dlangille Hey take a look at this one and let me know what you think. Logic to grab the size of log and package dirs for it now. Not found a good way to really grab total time usage for jails though given acct(5) has not really been kept up to date and info on such things such as JID and FIB, so sa(8) is not really that useful. |
@dlangille Sort of curious how long this takes to run for you. Was thinking of adding in min/median/mode/mean/max for each of the six dirs, but that would take even more time and CPU than creating totals. Definitely doable if it seems like something that is worth it. |
./poudriere 0.76s user 1.19s system 118% cpu 1.650 total so about 1.2 seconds on a Dell R730 which is rather idle, 2x E5-2699 v3 and about 392GB RAM. |
output here:
|
Looks like you still have the old version there. Not merged this one yet. https://raw.githubusercontent.com/VVelox/librenms-agent/poudriere2/snmp/poudriere |
Think I'm going to add a switch for that as well as more advanced stats. Make that bit optional. |
Ahh, I used the wrong URL for download. Here we go:
|
FYI, should I be able to see anything in the discovery capture with this enabled? I'm not. |
…read_dir is defined
Anything I can do to help with testing? |
@dlangille Try it out and let me know if anything breaks. :) Finally starting work on the other side of this. |
No description provided.