本地统计load

This commit is contained in:
xsean 2025-11-19 11:40:16 +08:00
parent 8f30ad7e5b
commit 8829cb877b
4 changed files with 49 additions and 24 deletions

BIN
.DS_Store vendored

Binary file not shown.

61
ips.txt
View File

@ -1,20 +1,41 @@
192.168.11.13 172.29.109.23
192.168.11.15 172.29.107.21
172.18.105.21 172.29.109.20
172.18.104.29 172.29.109.12
172.18.103.34 172.29.107.28
172.18.104.14 172.29.109.19
172.18.102.18 172.30.8.124
172.18.106.33 172.29.107.14
172.18.101.23 172.29.107.15
172.18.101.17 172.29.109.22
172.18.103.14 172.29.107.22
172.18.103.15 172.29.107.27
172.18.100.12 172.29.107.24
172.18.100.22 172.29.107.29
172.18.100.17 172.29.109.15
172.18.102.42 172.29.109.28
172.18.103.16 172.29.107.11
172.18.105.14 172.29.107.23
172.18.105.27 172.29.107.13
172.18.102.54 172.29.107.16
172.29.109.27
172.29.107.18
172.29.109.21
172.29.109.14
172.29.109.33
172.29.109.31
172.29.107.32
172.29.109.16
172.29.107.20
172.29.109.13
172.29.109.25
172.29.107.30
172.29.107.26
172.29.109.18
172.29.107.17
172.29.107.12
172.29.107.25
172.29.109.32
172.30.8.125
172.29.109.17
172.29.109.24

View File

@ -3,16 +3,20 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>IpDevName</key> <key>IpDevName</key>
<string>CineLookStudio</string> <string>ImagePixel</string>
<key>MainServerURL</key> <key>MainServerURL</key>
<string>http://192.168.40.8:8080</string> <string>http://192.168.40.8:8080</string>
<key>PackageName</key> <key>PackageName</key>
<string>com.cineLookStudio.cineLookStudio</string> <string>com.imagePixelFactory.imagePixelFactory</string>
<key>ServerURL</key> <key>ServerURL</key>
<string>https://nks-api.i.explore-sun.com</string> <string>https://nks-api.i.explore-sun.com</string>
<key>WashParam</key> <key>WashParam</key>
<false/> <false/>
<key>deviceId</key> <key>deviceId</key>
<string>84FB4557-5F57-49A1-A260-0BCCEBA6B9FF</string> <string>8DCA89B4-6D3F-4FAA-8388-61758B11B555</string>
<key>lastReboot</key>
<integer>1761185614</integer>
<key>senderId</key>
<integer>4294968678</integer>
</dict> </dict>
</plist> </plist>

View File

@ -57,6 +57,6 @@ if __name__ == "__main__":
for it in ips1: for it in ips1:
try: try:
print(it) print(it)
moveRemote(it,"CineLookStudio", 'com.cineLookStudio.cineLookStudio', "https://nks-api.i.explore-sun.com") moveRemote(it,"ImagePixel", 'com.imagePixelFactory.imagePixelFactory', "https://nks-api.i.explore-sun.com", False)
except Exception as e: except Exception as e:
print(e) print(e)