You can compute performance metrics: True positive, False Positive, True Negative, False Negative for the well clustered or not based on labeled testing data.
As Abdelkader Dairi mentioned, if you have the labeled ground truth data, you can use external validation and compute metrics like purity, rand index. Both purity and rand index values should be close to 1 for good clustering.
In case you don't have the labeled ground truth, you can perform internal validation, i.e. check that the points inside each cluster have high similarity and the clusters have low similarity between them. In this case, try computing Silhouette and Dunn index values. The higher the better!
The link below presents different evaluation methods of clustering (in case you don't have a labelled database) : https://stats.stackexchange.com/questions/21807/evaluation-measures-of-goodness-or-validity-of-clustering-without-having-truth