Skip to content

Commit e5d6acd

Browse files
committed
Removing references to old service directory
1 parent 5a952b4 commit e5d6acd

File tree

3 files changed

+4
-44
lines changed

3 files changed

+4
-44
lines changed

FAQ.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Q: The *Services* screen shows many services in the non-running state when first
2525

2626
**A:** Services should start right away. It may be an indication of an installation problem. See :doc:`manage_logs` for information on where to look for more information.
2727

28-
Q: I do not see my service in the `directory of services <http://stats.es.net/ServicesDirectory/>`_, where is it?
28+
Q: I do not see my service in the `directory of services <https://stats.perfsonar.net>`_, where is it?
2929
======================================================================================================================================================
3030

3131
**A:** Much like DNS, the information that will populate the Lookup Service will take time to propagate. Please allow some time (e.g. a few hours) before your service will be fully visible. If it stil does not appear, you may want to look in :ref:`lsregistrationdaemon.log <config_files-lsreg-logs-primary>` for errors.

deployment_examples.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ESnet OWAMP testers at the ESnet PoPs and sites provide the ability to measure o
2727
The list of current ESnet OWAMP test hosts can be found in one of two ways:
2828

2929
* We maintain a static list of `ESnet OWAMP hosts <http://fasterdata.es.net/performance-testing/perfsonar/esnet-perfsonar-services/esnet-owamp-hosts/>`_
30-
* The list of OWAMP servers in the `perfSONAR Lookup Service <http://stats.es.net/ServicesDirectory/>`_ is updated dynamically
30+
* The list of OWAMP servers in the `perfSONAR Lookup Service <https://stats.perfsonar.net>`_ is updated dynamically
3131

3232
Throughput testing with iperf3
3333
--------------------------------
@@ -38,7 +38,7 @@ ESnet throughput testers at the ESnet PoPs and sites provide the ability to meas
3838
The list of current ESnet throughput test hosts can be found in one of two ways:
3939

4040
* We maintain a static list of `ESnet test hosts <http://fasterdata.es.net/performance-testing/perfsonar/esnet-perfsonar-services/esnet-iperf-hosts/>`_
41-
* The list of pScheduler servers in the `perfSONAR Lookup Service <http://stats.es.net/ServicesDirectory/>`_ is updated dynamically
41+
* The list of pScheduler servers in the `perfSONAR Lookup Service <https://stats.perfsonar.net>`_ is updated dynamically
4242

4343
ESnet's pScheduler limits configuration
4444
----------------------------------------

manage_locating_hosts.rst

+1-41
Original file line numberDiff line numberDiff line change
@@ -6,47 +6,7 @@ Locating Remote perfSONAR testpoints
66

77
The perfSONAR project maintains a graphical interface to the services directory of all perfSONAR nodes. It can be found at this link:
88

9-
- http://stats.es.net/ServicesDirectory/
10-
11-
Interacting with this service can be done by scanning the map to find an instance where you may know a location, or by trying to search on specific terms.
12-
13-
As an example, a search for "es.net" will return hosts that have that domain:
14-
15-
.. image:: images/directory-search.png
16-
17-
Clicking on a host will bring up specific information about the software and hardware:
18-
19-
.. image:: images/directory-host.png
20-
21-
Searching the map after narrowing the results will place specific red beacons for each host.
22-
Zooming into a region that has a larger red beacon will show where individual nodes are located:
23-
24-
.. image:: images/directory-map.png
25-
26-
Note that map functionality relies on accurate latitude and longitude information, that is entered when the machine is configured. Machines that have inaccurate information will not be placed correctly.
27-
28-
29-
perfSONAR Lookup Service
30-
------------------------
31-
32-
You can also query perfSONAR's *Simple Lookup Service* (sLS) directly.
33-
34-
There is a Python client available for the sLS that offers basic query functionality.
35-
The sLS client comes with two wrapper functions:
36-
37-
- find_ps_ma - a command line script that returns a list of MAs that have test results for given host.
38-
- sls_dig - a script that is similar to "dig" tool. It retrieves information about a host registered in the sLS.
39-
40-
These can be installed via easy_install::
41-
42-
easy_install sls-client
43-
44-
Or via: https://pypi.python.org/simple/sls-client/
45-
46-
For example, you can run::
47-
48-
sls_dig hostname
49-
find_ps_ma -n hostname
9+
- https://stats.perfsonar.net
5010

5111
Asking Sites to Deploy perfSONAR
5212
---------------------------------

0 commit comments

Comments
 (0)