Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
MTCMon-Rev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xin-Hao Zhu
MTCMon-Rev
Commits
bcedeef4
Commit
bcedeef4
authored
6 months ago
by
Xin-Hao Zhu
Browse files
Options
Downloads
Patches
Plain Diff
Update delopying scripts
parent
4cb90a7b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
linux.sh
+16
-0
16 additions, 0 deletions
linux.sh
windows.bat
+17
-0
17 additions, 0 deletions
windows.bat
with
33 additions
and
0 deletions
linux.sh
0 → 100644
+
16
−
0
View file @
bcedeef4
export
http_proxy
=
http://proxy.zhuxh.cloud:5868
export
https_proxy
=
http://proxy.zhuxh.cloud:5868
export
all_proxy
=
http://proxy.zhuxh.cloud:5868
screen
-S
client
-X
quit
pkill
-f
"python start_client.py"
pkill
-f
"python getstat.py"
rm
-rf
mtcmon-rev
git clone https://git.nju.edu.cn/zhuxh/mtcmon-rev.git
cd
mtcmon-rev
nohup
python start_client.py
>
start_client.log 2>&1 &
echo
"start_client.py started"
This diff is collapsed.
Click to expand it.
windows.bat
0 → 100644
+
17
−
0
View file @
bcedeef4
set
http_proxy
=
http
://proxy.zhuxh.cloud:5868
set
https_proxy
=
http
://proxy.zhuxh.cloud:5868
set
all_proxy
=
http
://proxy.zhuxh.cloud:5868
@REM REM Kill Python processes
@REM taskkill /F /IM python.exe /FI "WINDOWTITLE eq start_client.py*"
@REM taskkill /F /IM python.exe /FI "WINDOWTITLE eq getstat.py*"
REM Remove existing directory and clone the repository
if
exist
mtcmon
-rev
rmdir
/S /Q
mtcmon
-rev
git
clone
https
://git.nju.edu.cn/zhuxh/mtcmon
-rev
.git
cd
mtcmon
-rev
REM Start the Python script in the background
start
/B
pythonw
start_client
.py
>
start_client
.log
2
>&
1
echo
start_client
.py
started
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment