Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Graph and test interval changes in perfsonar 4.0

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Graph and test interval changes in perfsonar 4.0


Chronological Thread 
  • From: Brian Candler <>
  • To: Andrew Lake <>, Michael Johnson <>
  • Cc: "" <>
  • Subject: Re: [perfsonar-user] Graph and test interval changes in perfsonar 4.0
  • Date: Fri, 16 Jun 2017 09:20:54 +0000
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=pobox.com; h=subject:from:to :cc:references:message-id:date:mime-version:in-reply-to :content-type; q=dns; s=sasl; b=OvYlrv8hSkHUOKXWwXvFoOl47/4VvmVf tWfk+mgQBdDNous6CiXr5OBnVN5MmbMysMdsVX7Dwt57wYOFL2aOcVGV1A5K2SCf D2eG+CjuoOcXWXP/3Siwwjh/b0vK5FRd08Z+fAHj7E1OrHyT0zOzG9qr/9GSVywI Sc776GhJhpA=
  • Ironport-phdr: 9a23:8Rs/zxXjmrbZuzkqSLDhyxLYXyHV8LGtZVwlr6E/grcLSJyIuqrYbB2Dt8tkgFKBZ4jH8fUM07OQ6PG/HzNRqs/a+Fk5M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aFRrwLxd6KfroEYDOkcu3y/qy+5rOaAlUmTaxe71/IRG0oAnLtMQbhYRuJrs/xxDUvnZGZuNayH9yK1mOhRj8/MCw/JBi8yRUpf0s8tNLXLv5caolU7FWFSwqPG8p6sLlsxnDVhaP6WAHUmoKiBpIAhPK4w/8U5zsryb1rOt92C2dPc3rUbA5XCmp4ql3RBP0jioMKiU0+3/LhMNukK1boQqhpx1hzI7SfIGVL+d1cqfEcd8HWWZNQsNdWipcCY2+coQPFfIMM/tYoYfjqVsArhWwCgejC+zt1jBFnWX50bEg3uk7DQ3L0g4tEtQTu3rUttX1M6ISXPiowanSzDXMdfVW0irj5YfSdBAuvPWMUqxqccHMzkQgDBnJgUmKpozjIjyV0voCs3KA4up4UuKgkGknqg5rrjezwccsj5DEi4QIwV7K8iV5xZw6Jdy+SENjf9GkC4FctyeEOItqWs8iW39nuDw0yr0dvp67ejIFyI49yx7ZdfOHb46F6Q/gWuaJOTp1hX1odKiiixu980Ws0PDwWtW33VpQrCdJjsHAum0J2hHR8MSLVOVx8lq71TuM1Q3f8O5JLV4ymKHGMZAu2KQwmYAWsUnbHi/5hkH2jKiOe0U/4Oeo8ODnbq/9pp+ZK490khvyMrwpmsOkBuQ5PRICUHSc+eS5zLHj/Ev5T6tWjvAuk6TUv4rWKdkUq6O7GQNZz5ov5hWlAzqkzNgUhXwHI0hEeBKDgYjpIVbOIPXgAPikmVijjC1kx/bbMb3lHJrNNGPOkK/mfblm7E5dxxA/wsxY55JREr0BOu78WlfttNzECR80KxS0zPj9CNVzzYMeXmSPDbWDMK/LrF+I/fwgI/OXaY8RuTb9MOQl5+XwgXMjmF8de7Wp0oUNaHC+APtmP1uVbWDyjdgcDGdZ9jY5GcXshEePTnZ3bnW/F/Y14D0qII+9S4HOWtbpyJmA1yeyE5keRGdGDEuLFz+8cofUAd8DbCWYK8tnlTdCVKXnRoM8g0KArgj/npB9L+PSsgYRs57n2cI9s+eVnhg0+Th5FeyF1GuKXyd/mWZeFGx+57x2vUEokgTL6qN/mfENUIULv/4=

On 16/06/2017 01:12, Brian Candler wrote:
Aside: to drive pscheduler, the reference I'm using is http://fasterdata.es.net/performance-testing/network-troubleshooting-tools/pscheduler. This is the only documentation I have found

Aha, after some more googling I found this useful reference:

http://docs.perfsonar.net/pscheduler_client_schedule.html

"pscheduler monitor" is cool.

I have a very minor suggestion: for throughput tests, it would be nice to reorder the arguments so that --dest is at the front of the command line, like it is for trace.

Otherwise, on a normal narrow window, you can't actually see the most important arguments:

2017-06-16T09:32:49Z Pending      trace --dest XX.XX.97.10 --ip-version 4 --source XX.XX.97.14
2017-06-16T09:36:10Z Pending      trace --dest XX.XX.99.253 --ip-version 4 --source XX.XX.97.14
2017-06-16T09:36:44Z Pending      throughput --duration PT20S --source XX.XX.97.14 --ip-versio+
2017-06-16T09:41:51Z Pending      trace --dest XX.XX.99.253 --ip-version 4 --source XX.XX.97.14
2017-06-16T09:46:05Z Pending      trace --dest XX.XX.97.10 --ip-version 4 --source XX.XX.97.14
2017-06-16T09:55:12Z Pending      trace --dest XX.XX.97.10 --ip-version 4 --source XX.XX.97.14

(i.e. the destination of the throughput test is not visible)

I think it would be better as follows:

2017-06-16T09:32:49Z Pending      trace --dest XX.XX.97.10 --source XX.XX.97.14 --ip-version 4
2017-06-16T09:36:10Z Pending      trace --dest XX.XX.99.253 --source XX.XX.97.14 --ip-version 4
2017-06-16T09:36:44Z Pending      throughput --dest XX.XX.97.10 --source XX.XX.97.14 --ip-vers+
2017-06-16T09:41:51Z Pending      trace --dest XX.XX.99.253 --source XX.XX.97.14 --ip-version 4
2017-06-16T09:46:05Z Pending      trace --dest XX.XX.97.10 --source XX.XX.97.14 --ip-version 4
2017-06-16T09:55:12Z Pending      trace --dest XX.XX.97.10 --source XX.XX.97.14 --ip-version 4

That is, make --dest --source --ip-version be the first 3 args, and everything else like --duration goes to the end.

Cheers,

Brian.




Archive powered by MHonArc 2.6.19.

Top of Page