쏘ing

perfSONAR 수동으로 성능 측정하기 본문

KISTI 인턴

perfSONAR 수동으로 성능 측정하기

한민민 2022. 2. 7. 17:52

perfSONAR 구성도

순서

1. pSConfig에서 json 파일 수정

2. publish, remote add로 pScheduler에서 검사

3. 검사 결과 Esmod로 보내면 웹에서 확인 가능

 

cd /usr/share/doc/perfsonar/psconfig

 

예제 파일들

 

하나 복사해서 테스트용으로 사용

나는 skeleton.json 복사했다

cp skeleton.json test.json

 

test.json에 ip를 넣어준다

 

publisher 설치해주고

yum install perfsonar-config-publisher

 

publish

psconfig publish /usr/share/doc/perfsonar/psconfig/test.json

 

 

pscheduler 설치

yum install perfsonar-psconfig-pscheduler

 

성능 측정

psconfig remote add https://hostIP/psconfig/test.json
[!68]{22-02-08 13:53}ps2:~ root# psconfig remote add https://hostIP/psconfig/test.json
=== pScheduler Agent ===
Added remote configuration https://hostIP/psconfig/test.json

 

 

MaDDash 설치

yum install perfsonar-psconfig-maddash
psconfig remote add https://hostIP/psconfig/test.json
[!70]{22-02-08 14:01}ps2:~ root# psconfig remote add https://hostIP/psconfig/test.json
=== pScheduler Agent ===
Replaced existing remote configuration for https://hostIP/psconfig/test.json

=== MaDDash Agent ===
Added remote configuration https://hostIP/psconfig/test.json

 

yaml 파일 확인

 

systemctl restart psconfig-maddsh-agent
cat /etc/maddash/maddash-server/maddash.yaml

 

ip로 접속해보면 올라가긴 했는데 결과가 안 나왔다ㅠㅠ

 

 

내일 다시 해보는 걸로,,

 


내일이 되었다

 

다시 접속해보니,,

짜잔~~~!😍🎉🎊

 

이게 측정 결과를 하루치를 뽑아 놓게 설정되어 있어서 어제는 안 나왔다보다,,ㅋㅋ

LATENCY가 안 나와서 잘못된 건가 싶었는데 테스트가 한쪽 방향으로만 테스트하고 있어서 그런 거라고

나는 IP 별로 테스트를 각각 설정해놨는데 그렇게 해도 괜찮다고 하셨다👍

 

'KISTI 인턴' 카테고리의 다른 글

perfSONAR 자동 성능 측정  (0) 2022.02.09
KREONET 조사  (0) 2022.02.08
홈페이지 개선점  (0) 2022.02.08
해외 연구망 조사  (0) 2022.02.08
배정 업무  (0) 2022.02.04
Comments