Solution

ARTIFACTORY: How to know the progress of the system import or estimate the finish time?

AuthorFullName__c
David Shin
articleNumber
000005431
FirstPublishedDate
2022-10-15T07:29:51Z
lastModifiedDate
2025-05-15
VersionNumber
2
As a workaround, you can run the following SQL query in DB
select count(*) from nodes where node_type=1;

You may estimate the current status by counting the current total artifact compared to the artifact count from the Source instance.