Artifactory FileSystemUsage much bigger than TotalRepositorySize Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experiencewhat's the advantage of integrating GIT LFS with artifactoryIs there a way to extract storage summary of Artifactory?Artifactory OSS with Oracle defaults to DerbyArtifactory S3 Object Storage, automatic migration, _pre directory location (typo in doc?)Artifactory plugin for VSTS not publishing buildCan Artifactory age artifacts to S3?Replicate the Artifacts between two Jfrog Artifactories by using CURL or jfrog rt (Rest API)Artifactory P2 repo shows all Maven artifactsMaintain folder structure jFrog Artifactory Deployer TFS pluginHow to restart the SHA256MigrationJob without restarting Artifactory?
Is there a service that would inform me whenever a new direct route is scheduled from a given airport?
What's the difference between (size_t)-1 and ~0?
Array/tabular for long multiplication
Stop battery usage [Ubuntu 18]
How can I make names more distinctive without making them longer?
Why don't the Weasley twins use magic outside of school if the Trace can only find the location of spells cast?
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
Classification of bundles, Postnikov towers, obstruction theory, local coefficients
What did Darwin mean by 'squib' here?
How do you clear the ApexPages.getMessages() collection in a test?
What computer would be fastest for Mathematica Home Edition?
Direct Experience of Meditation
How do I automatically answer y in bash script?
Was credit for the black hole image misattributed?
Did the new image of black hole confirm the general theory of relativity?
Fishing simulator
Why does this iterative way of solving of equation work?
Who can trigger ship-wide alerts in Star Trek?
Autumning in love
Need a suitable toxic chemical for a murder plot in my novel
How should I respond to a player wanting to catch a sword between their hands?
Are my PIs rude or am I just being too sensitive?
Replacing HDD with SSD; what about non-APFS/APFS?
Unexpected result with right shift after bitwise negation
Artifactory FileSystemUsage much bigger than TotalRepositorySize
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
The Ask Question Wizard is Live!
Data science time! April 2019 and salary with experiencewhat's the advantage of integrating GIT LFS with artifactoryIs there a way to extract storage summary of Artifactory?Artifactory OSS with Oracle defaults to DerbyArtifactory S3 Object Storage, automatic migration, _pre directory location (typo in doc?)Artifactory plugin for VSTS not publishing buildCan Artifactory age artifacts to S3?Replicate the Artifacts between two Jfrog Artifactories by using CURL or jfrog rt (Rest API)Artifactory P2 repo shows all Maven artifactsMaintain folder structure jFrog Artifactory Deployer TFS pluginHow to restart the SHA256MigrationJob without restarting Artifactory?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
JFrog Artifactory, really a cool thing - i'm runing out of space, so i followed the docs at:
https://www.jfrog.com/confluence/display/RTF/Regular+Maintenance+Operations#RegularMaintenanceOperations-CleanupUnusedCachedArtifacts
a question arrises:
Storage Summary shows use of 60GB, but Total Repository Artifacts Size is 12GB.
i checked the backup's folder, but the main-part is in /filestore ( about 55GB ) which is some kind of binary store ....
is this normal ?
artifactory
add a comment |
JFrog Artifactory, really a cool thing - i'm runing out of space, so i followed the docs at:
https://www.jfrog.com/confluence/display/RTF/Regular+Maintenance+Operations#RegularMaintenanceOperations-CleanupUnusedCachedArtifacts
a question arrises:
Storage Summary shows use of 60GB, but Total Repository Artifacts Size is 12GB.
i checked the backup's folder, but the main-part is in /filestore ( about 55GB ) which is some kind of binary store ....
is this normal ?
artifactory
add a comment |
JFrog Artifactory, really a cool thing - i'm runing out of space, so i followed the docs at:
https://www.jfrog.com/confluence/display/RTF/Regular+Maintenance+Operations#RegularMaintenanceOperations-CleanupUnusedCachedArtifacts
a question arrises:
Storage Summary shows use of 60GB, but Total Repository Artifacts Size is 12GB.
i checked the backup's folder, but the main-part is in /filestore ( about 55GB ) which is some kind of binary store ....
is this normal ?
artifactory
JFrog Artifactory, really a cool thing - i'm runing out of space, so i followed the docs at:
https://www.jfrog.com/confluence/display/RTF/Regular+Maintenance+Operations#RegularMaintenanceOperations-CleanupUnusedCachedArtifacts
a question arrises:
Storage Summary shows use of 60GB, but Total Repository Artifacts Size is 12GB.
i checked the backup's folder, but the main-part is in /filestore ( about 55GB ) which is some kind of binary store ....
is this normal ?
artifactory
artifactory
asked Mar 22 at 7:42
womdwomd
2,0391515
2,0391515
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Yes, artifactory stores the data at the backend based on checksum. The metadata of the artifacts are stored in the db -- which is defined in the db.properties file. The UI displays the metadata from the DB and the artifacts are referred from the checksum storage in the backend server.
filestore is where the artifacts are stored.
There is a plugin in artifactory where the artifacts can be deleted using groovy based on the artifacts date.
I have also return a python script that will delete the artifacts after calculating 3 months from the latest build
ok, thank you for making it clear.... I saw the groovy scripts, but I run community-version.... and the API denies with 400 - check for pro license.... may you share you python script?
– womd
Mar 23 at 12:06
Sure, github.com/ybagarka1/artifactory/blob/master/…. Please let me know in case any issues. The script using aql I am not sure but think so you won't be able to run on open source but please try. Also jfrog cli can be used for opensource in case the above doesn't works
– error404
Mar 24 at 10:04
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55294955%2fartifactory-filesystemusage-much-bigger-than-totalrepositorysize%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Yes, artifactory stores the data at the backend based on checksum. The metadata of the artifacts are stored in the db -- which is defined in the db.properties file. The UI displays the metadata from the DB and the artifacts are referred from the checksum storage in the backend server.
filestore is where the artifacts are stored.
There is a plugin in artifactory where the artifacts can be deleted using groovy based on the artifacts date.
I have also return a python script that will delete the artifacts after calculating 3 months from the latest build
ok, thank you for making it clear.... I saw the groovy scripts, but I run community-version.... and the API denies with 400 - check for pro license.... may you share you python script?
– womd
Mar 23 at 12:06
Sure, github.com/ybagarka1/artifactory/blob/master/…. Please let me know in case any issues. The script using aql I am not sure but think so you won't be able to run on open source but please try. Also jfrog cli can be used for opensource in case the above doesn't works
– error404
Mar 24 at 10:04
add a comment |
Yes, artifactory stores the data at the backend based on checksum. The metadata of the artifacts are stored in the db -- which is defined in the db.properties file. The UI displays the metadata from the DB and the artifacts are referred from the checksum storage in the backend server.
filestore is where the artifacts are stored.
There is a plugin in artifactory where the artifacts can be deleted using groovy based on the artifacts date.
I have also return a python script that will delete the artifacts after calculating 3 months from the latest build
ok, thank you for making it clear.... I saw the groovy scripts, but I run community-version.... and the API denies with 400 - check for pro license.... may you share you python script?
– womd
Mar 23 at 12:06
Sure, github.com/ybagarka1/artifactory/blob/master/…. Please let me know in case any issues. The script using aql I am not sure but think so you won't be able to run on open source but please try. Also jfrog cli can be used for opensource in case the above doesn't works
– error404
Mar 24 at 10:04
add a comment |
Yes, artifactory stores the data at the backend based on checksum. The metadata of the artifacts are stored in the db -- which is defined in the db.properties file. The UI displays the metadata from the DB and the artifacts are referred from the checksum storage in the backend server.
filestore is where the artifacts are stored.
There is a plugin in artifactory where the artifacts can be deleted using groovy based on the artifacts date.
I have also return a python script that will delete the artifacts after calculating 3 months from the latest build
Yes, artifactory stores the data at the backend based on checksum. The metadata of the artifacts are stored in the db -- which is defined in the db.properties file. The UI displays the metadata from the DB and the artifacts are referred from the checksum storage in the backend server.
filestore is where the artifacts are stored.
There is a plugin in artifactory where the artifacts can be deleted using groovy based on the artifacts date.
I have also return a python script that will delete the artifacts after calculating 3 months from the latest build
answered Mar 22 at 8:09
error404error404
709511
709511
ok, thank you for making it clear.... I saw the groovy scripts, but I run community-version.... and the API denies with 400 - check for pro license.... may you share you python script?
– womd
Mar 23 at 12:06
Sure, github.com/ybagarka1/artifactory/blob/master/…. Please let me know in case any issues. The script using aql I am not sure but think so you won't be able to run on open source but please try. Also jfrog cli can be used for opensource in case the above doesn't works
– error404
Mar 24 at 10:04
add a comment |
ok, thank you for making it clear.... I saw the groovy scripts, but I run community-version.... and the API denies with 400 - check for pro license.... may you share you python script?
– womd
Mar 23 at 12:06
Sure, github.com/ybagarka1/artifactory/blob/master/…. Please let me know in case any issues. The script using aql I am not sure but think so you won't be able to run on open source but please try. Also jfrog cli can be used for opensource in case the above doesn't works
– error404
Mar 24 at 10:04
ok, thank you for making it clear.... I saw the groovy scripts, but I run community-version.... and the API denies with 400 - check for pro license.... may you share you python script?
– womd
Mar 23 at 12:06
ok, thank you for making it clear.... I saw the groovy scripts, but I run community-version.... and the API denies with 400 - check for pro license.... may you share you python script?
– womd
Mar 23 at 12:06
Sure, github.com/ybagarka1/artifactory/blob/master/…. Please let me know in case any issues. The script using aql I am not sure but think so you won't be able to run on open source but please try. Also jfrog cli can be used for opensource in case the above doesn't works
– error404
Mar 24 at 10:04
Sure, github.com/ybagarka1/artifactory/blob/master/…. Please let me know in case any issues. The script using aql I am not sure but think so you won't be able to run on open source but please try. Also jfrog cli can be used for opensource in case the above doesn't works
– error404
Mar 24 at 10:04
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55294955%2fartifactory-filesystemusage-much-bigger-than-totalrepositorysize%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown