Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Assistance Needed: Throughput Tests Not Running

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Assistance Needed: Throughput Tests Not Running


Chronological Thread 
  • From: Mark Feit <>
  • To: "Bhat, Preeti P." <>, "" <>, "" <>, "" <>
  • Subject: Re: [perfsonar-user] Assistance Needed: Throughput Tests Not Running
  • Date: Fri, 15 Aug 2025 22:40:59 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=internet2.edu; dmarc=pass action=none header.from=internet2.edu; dkim=pass header.d=internet2.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=j195daO8dGLQkSI9ney82Po5nFHl6WPXE3c40YhHLhE=; b=feiC6+PnBDijqo4V8cp0KO5aDDajYPPHJ8QCp5bx6PkDngVbClLfUZ98dn0X6jwBxnqkCQJtDMymW+0WBPfs1jibctSlxtn4QW9NrawRKv8X3SGHM6rMUpPdFD+9RGaW92lqRVIJiIP7SS3zqKZfgVAnUtuphU3A/HyE7vWusl+YlUJbKiflC6sZ9ngRDkG1uZHV/MtuXswMsRJHioQYDIwvHN77k8KpTyA8xJHOXE4lrrO6CAGzfqK9qwe66lfpmq9Mqq1RjE2n1mjkJiglu0uGGlQmFgjrpaEDhtfLecz+aH+j5Yj+badPDsTl7QtyjEPeeNHYma9LWQUdMcri0w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=vFfm7vfwYUYPsvBHm1ZhMKDb3VJZIGLcHEXYBzQVBqUAfpijtxLgjBq5rCoqPJyo0/dUWih/SSGEbLU95dRdyb5v19LRnHm+BhYaDnRtrGzTmrW5ihvqIzh1IDqrBG8m8pOLdiZQ52tvldBtaP56c3eg/PKHSBywnFf3Z62r4KZVAWkZEpudjxp0WKg5p3A759cTjgTY7QXkleWHxKzPoe1G6/oZ8wKthFR8dHfj5+FJKxsNfvaZ3CaZVBErDePtQj+zvFSr9pSTtLr+T6z07Nro3YFDI5PB+GAkVO5rZbIrXCpl7msuQ8BBpKhGwp2eo0+KWNgSkd6yh1TpCVnvaA==

Bhat, Preeti P. writes:

I have encountered an issue with one of the sites and would appreciate your assistance in resolving it. The BW node perfsonar02.cmsaf.mit.edu, running the PS Toolkit on bare metal, is currently not executing any throughput tests. As a result, I do not see throughput results on the Grafana dashboard and on central dashboard.

That system is executing throughput tests, but its clock appears to be unsynchronized and off by about 30 seconds:
$ pscheduler clock perfsonar02.cmsaf.mit.edu
clock      2025-08-15T22:31:47.602099+00:00 synchronized   localhost
clock      2025-08-15T18:32:17.138767-04:00 unsynchronized perfsonar02.cmsaf.mit.edu
difference PT29.536668S unsafe

The last throughput test I saw on the MIT host was to  losa-ps-tp.lhcone.es.net.  The run diagnostics I saw for that show that the test did start but the iperf3 client did not find a server waiting at the other end, probably because of the clock being so far off.   pScheduler will tolerate a clock difference of up to one second for multiple-participant tests like throughput.   The clock on ESnet's system is synced and showing the correct time.

How I went about troubleshooting this:

  • Use the pscheduler schedule command to look back through the schedule and find a throughput process.
  • Copy the run URL from the bottom of a throughput entry.
  • Use pscheduler result --full RUN-URL to  dump out the result and any diagnostic information.
  • In the case of the run I looked at, the iperf3 client complained about not being able to connect to the ESnet server with the connection having been refused.  This is usually because there's no iperf3 server running on the other end.
  • The next thing I did was to check the time on the MIT host using the clock command shown above.   This showed the time difference.
  • Usually, if it's a firewall problem, the connection will time out or the complaint will be no route to host.

Hope that helps.

--Mark




Archive powered by MHonArc 2.6.24.

Top of Page