Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Scheduling

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Scheduling


Chronological Thread 
  • From: Andrew Lake <>
  • To: ,
  • Subject: Re: [perfsonar-user] Scheduling
  • Date: Mon, 5 Dec 2016 11:12:33 -0500
  • Ironport-phdr: 9a23:SFjsbBXf6Pmv2/3+FZ7iJX0BNfTV8LGtZVwlr6E/grcLSJyIuqrYYxGCt8tkgFKBZ4jH8fUM07OQ6PG7HzBQqszQ+Fk5M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aFRrwLxd6KfroEYDOkcu3y/qy+5rOaAlUmTaxe71/IRG4oAnLucQbgoRuJrg1xxDUvnZGZuNayH9yK1mOhRj8/MCw/JBi8yRUpf0s8tNLXLv5caolU7FWFSwqPG8p6sLlsxnDVhaP6WAHUmoKiBpIAhPK4w/8U5zsryb1rOt92C2dPc3rUbA5XCmp4ql3RBP0jioMKjg0+3zVhMNtlqJWuBKvqB5xw4DTb46bOvlwcL7Dc9wGXmdORNpdWjZbD46mc4cCDewMNvtYoYnnoFsOqAOzCBWqBOzy0D9HmHH31rA83es7EgHJwhErEtUUv3TSsdr0NLwfXv6uzKXSyzXMce9W1C775YPVfB4hpvSMUqhxccrX0UQvDx3Kjk+eqYz+ODOV0P4Cs3KB4+pmS+2vl2gqoBxyrDi33sogl5fFi4EPxl3K7yl0z5s5Kce6RUJmedKoDodcuiWAO4Z1Qs4uWX9ktDs4x7EcpJK2eCwHxZI6zBDFcfOHaZKH4hf7WeaRPzh4gHVldaqxhxms/kWs0On8WdKw0FpQoSpFlcfMumgM1xzV9MeHVuNw8lq/1TuMzQze5PtILE8pmabBKZMt36Y8lp8JvkTCGi/2ll/2jKiTdkg84Oeo7fnoY7X9q5CCLI94kAf+PboymsCnG+Q3LhAOX3SH+eS7zLDj5VP2QK9Ejv0tlanZtorVJd4Cqq6kGA9azJwj5g27Dzeny9QYgWIHIExfdBKGiYjpJ0/BIOr+Dfihn1Sgji1nyO7bMb38Ud3xKS3GjLblYbF7w0VcyQE00MtToZVOBfVJOP/pVFT2stXCSwIiPhacwuD7Bc97259EH2+DH/y3KqTX5HaO6vgiPKGobYwY8GL0LfQ0z/P1y3k0hQlOLuGSwZILZSXgTbxdKEKDbC+0jw==

Hi,

You can do this by editing /etc/perfsonar/regulartesting.conf by hand. Under the <schedule> section you can set thd type to “time_schedule” and use the time_slot parameter to define things in either HH:MM format or *:MM to run every hour at a particular minute (http://docs.perfsonar.net/config_regular_testing.html#time-slot-directive). Example throughput test that runs at 5:00AM and 5:00PM below:

<test>
    description     bwctl/iperf3 test

    target          myhost1.local
    target          myhost2.local
    target          myhost3.local

    <parameters>
        type             bwctl
        tool             iperf3
        duration         20
    </parameters>

    <schedule>
        type       time_schedule
        time_slot  5:00
        time_slot  17:00
    </schedule>
</test>

Thanks,
Andy

On December 5, 2016 at 10:58:44 AM, () wrote:

I don't know if this has been answered yet. Is there a way in PerSonar to
schedule WHEN the tests go off. From what I've seen it is semi-random in
nature.



Archive powered by MHonArc 2.6.19.

Top of Page