Jump to content
XPEnology Community

Search the Community

Showing results for tags 'cpu'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Information
    • Readers News & Rumours
    • Information and Feedback
    • The Noob Lounge
  • XPEnology Project
    • F.A.Q - START HERE
    • Loader Releases & Extras
    • DSM Updates Reporting
    • Developer Discussion Room
    • Tutorials and Guides
    • DSM Installation
    • DSM Post-Installation
    • Packages & DSM Features
    • General Questions
    • Hardware Modding
    • Software Modding
    • Miscellaneous
  • International
    • РУССКИЙ
    • FRANÇAIS
    • GERMAN
    • SPANISH
    • ITALIAN
    • KOREAN

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 9 results

  1. Hi, Since I was not yet able to build a working cpufreq_ondemand.ko to allow automatic frequency scaling for JUN's loader 1.04b (DSM 6.2.2-24922 Update 2), i've written this script to allow dynamic CPU frequency scaling. It's hosted here : https://github.com/Trauma/cpufreq-userspace-scaler # cpufreq-userspace-scaler ##### Cpu frequency scaling script for cpufreq userspace governor ## If you're missing ondemand or conservative governors, this script is for you. This script is scaling cpu frequency according to current average load. You can set 3 frequency steps : low, mid, high. This 3 thresholds will automatically set cpu frequency accordingly : - the `lowload` threshold will set the cpu to his minimal frequency, unless you force it to `scalingminfreq` - the `midload` threshold will set the cpu to approximate mid range cpu frequency - the `highload` threshold will set the cpu to his maximal frequency, unless you force it to `scalingmaxfreq` If you set `scalingmaxfreq` and/or `scalingminfreq` the cpu will never override those values. ### Usage : ### Parameters : Variable name | Default | Type | Comments ----------------|---------|-----------------------------|----------- lowload | 050 | integer between 000 and 999 | 050 = load average : 0.50 midload | 065 | integer between 000 and 999 | 065 = load average : 0.65 highload | 085 | integer between 000 and 999 | 085 = load average : 0.85 scalingminfreq | auto | integer in hertz | 800000 = 800 Mhz scalingmaxfreq | auto | integer in hertz | 2500000 = 2,5 Ghz ### Default commande line : `./scaling.sh &` ### Custom command line example : `lowload=100 highload=200 scalingmaxfreq=2000000 scalingminfreq=1500000 ./scaling.sh &` Enjoy.
  2. Hello! I am xpenology user. And I am an IT engineer who creates shell scripts as hobbies. Please understand that it is written by a google translate site. because i’m korean who is not fluent in English. I created a tool to change cpu information for Xpenology’s users. Modify the actual cpu name and cores of your pc or server. Howto Run ============================================================= 1. Download attached file on your PC (ch_cpuinfo.tar) (ch_cpuinfo_en.tar) / (ch_cpuinfo_kr.tar is file for korean) 2. Upload file to your DSM location (by filestation, sftp, webdav etc....) 3. Connect to ssh by admin account. (dsm > control panel > terminal & snmp > terminal > enable ssh check) 4. Switch user to root: sudo su - (input admin password) 5. Change directory to where ch_cpuinfo.tar file is located: cd /volume1/temp 5-1. in another way, Download ch_cpuinfo.tar with wget wget https://github.com/FOXBI/ch_cpuinfo/releases/download/ch_cpuinfo/ch_cpuinfo.tar 6. Decompress file & check file: tar xvf ch_cpuinfo.tar ls -lrt (check root’s run auth) 7. Run to Binary file ./ch_cpuinfo or ./ch_cpuinfo.sh (If you use busybox in DSM 5.x, you can use it as a source file) 8. When you execute it, proceed according to the description that is output. 9. Check your DSM’s CPU name, CPU cores at “information center” made a video of the how to run ch_cpuinfo. Extra Action If you want to use ch_cpuinfo in your language Modify and use the LANG.txt file in the same path as ch_cpuinfo. It is possible to use after changing the English content of each variable after translation and changing the value of CUSTLANG in line 8 to Y. Sample image(by Google trans) ==================================================== Addtional, Adjust binary to excute file made by shc(http://www.datsi.fi.upm.es/~frosal) The tool does not inclue worms, bad code. If you want to edit the CPU information yourself manually, please refer to the contents below. ——————————————————————————————————————————————————————————————— Location : /usr/syno/synoman/webman/modules/AdminCenter Source : admin_center.js / admin_center.js.gz(above 6.2) Add Before -> if(Ext.isDefined(h.cpu_vendor)&&Ext.isDefined(h.cpu_family)&&Ext.isDefined(h.cpu_series)){ o.push([_T("status","cpu_model_name"),String.format("{0} {1} {2}",h.cpu_vendor,h.cpu_family,h.cpu_series)])} if(Ext.isDefined(h.cpu_cores)){o.push([_T("status","cpu_cores"),h.cpu_cores])} Add contents: h.cpu_vendor="Intel";h.cpu_family="Xeon";h.cpu_series="E3-1220 V3";h.cpu_cores="4 Cores (1 CPU/4 Cores | 4 Threads)"; h.cpu_detail="<a href='https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=E3-1220 V3' target=_blank>detail</a>" Change contens: String.format("{0} {1} {2}",h.cpu_vendor,h.cpu_family,h.cpu_series) to String.format("{0} {1} {2} {3}",h.cpu_vendor,h.cpu_family,h.cpu_series,h.cpu_detail) ——————————————————————————————————————————————————————————————— Finally, All descriptions are based on version 6.2, and the actual executable file supports 5.x, 6.x and 7.x Publish the source through github(https://github.com/FOXBI/ch_cpuinfo). For versions DSM 6.x and later, you can use the binary as before. If you use busybox in DSM 5.x, you can use it as a source file(ch_cpuinfo.sh). Please contact me by comment or bug report, i’ll respond to you as much as possible within my ability. Test & Made Environment ———————————————————————————————————— Base Server : HP ML310e v2 gen8 + VMware ESXi 6.0 + RDM DSM : DSM 6.2.3-25426 Update 3 (DS3615xs) Base Server : HP ML310e v2 gen8 + VMware ESXi 6.0 DSM : DSM 7.0.1-42214 (DS3615xs) Base Server : HP ML310e v2 gen8 + VMware ESXi 6.0 DSM : DSM 7.0.1-42214 (DS918+) Base Server : HP ML310e v2 gen8 + VMware ESXi 6.0 DSM : DSM 6.2.4-25556 (DS3615xs) Base Server : Intel E5-2630 v2 + VMware ESXi 6.7u2 DSM : 6.2.2-24922 Update 2 (DS3617xs) ———————————————————————————————————— Change Log Update new version (ch_cpuinfo ver 4.2.0-r01) 2023.02.18 - Application of AMD's CPU information collection function improvement - xpenlib(cpu_info.sh) refered https://github.com/FOXBI/xpenlib/blob/main/cpu_info.sh Update new version (ch_cpuinfo ver 4.2.1-r01) 2023.03.05 - Fixed error when users of previous version perform redo with version 4.2.0-r01 (Thanks for the @Mentat report.) I am sorry for not being able to actively respond to your inquiries due to busy life. Thank you!! Have a nice day!! Cheer up!! We can do it!! Reduce activity & Stay home & Wear a Mask!! Let's overcome COVID-19 !! Let's pray and support together for the two countries where the earthquake caused great damage and many deaths and missing people. ============================================= Download links: ch_cpuinfo ver 4.2.0-r01 - new version update -> ch_cpuinfo ver 4.2.1-r01 - new version update -> ch_cpuinfo.tar Reference images # 1.04b + DS918+ # 1.03b + DS3615xs # 1.03b + DS3617xs # Normal output is possible even when using more than 8core. # Support DSM 7.x
  3. Hi Running Loader 1.03b DS3615xs. DSM6.2.2-24922 Update 4 Updated my i3-4130CPU to an i5-4430 After reboot i loked at the Control panel and their is no change, still reporting i3-4130 2 Cores. What do i need to do to make DSM to use all cores in the new CPU and make correct reporting ? Brgds /Peter
  4. Hi, I have read through most of the threads on CPU power throttling and am still not sure I have a proper solution to reduce CPU dynamic scaling. I can only use the following governors (powersave/performance) - which as someone pointed out, are the only ones available with intel_pstates. However, when I choose either of them, my CPU is stuck at 3.4Ghz (performance) or 800Mhz (powersave) without any dynamic scaling or boost. Specs HW: CPU: Xeon E3 1245 v3, MB: Gigabyte H97N WiFi, RAM: 16GB - 2x8GB 1600Mhz I am using 1.04b bootloader and running DSM 6.2.1 - 23824 update 6 on DS918+ Xpenology. @Olegin I believe you have the same motherboard. Is there anything specific that I need to do in the bios to enable the dynamic scaling ? Really appreciate any assistance in advance.
  5. Hello, My apologies if this isn't the correct thread for this question. I'm currently running a custom build Xpenology system with the following hardware: CPU: Intel Core i3 7100T RAM: 1x8GB DDR4 HDD: 4x2TB Since I keep doing more and more with the system I'm missing a bit of CPU power. I have an i5 6400T laying around his which is available for the upgrade. My concers are regarding the single thread performance of the i5 because I'm also running plex (usually 1x1080p stream) I've attached a couple images to share the project as well
  6. Hola. Estoy haciendo pruebas con el DOCKER "ntodd-video-transcoding", para codificar vídeo en el NAS. Lo he instalado y funciona. Lo configuré para "Prioridad de CPU: Baja" y "Límite de memoria: 2 GB". Pero en el caso de la prioridad de CPU no hace caso, se pone al 98 ó 99% de uso. La orden que he utilizado es : transcode-video --quick /mnt/datos/video.mkv ¿Se os ocurre algo para conseguir que la CPU no alcance valores tan altos?. Mi equipo actual es un HPE Proliant Microserver G8 - CPU: Core i3-2120 3,3Ghz - Memoria RAM: 4 GB. Versión DSM: 6.1.7-15284 Update 2. Gracias.
  7. Servus! Ich war sonst immer nur stiller Mitleser, doch nun hab ich mal eine Frage. Momentan Betreibe ich eine DS414 und einen Xpenology Server mit RS3617sx (auf einem Uralt Rechner nur zum Spaß). Ich würde mir gerne einen NAS-Server zusammen bauen der mit der DS918+ oder DS916+ Firmware läuft. (Live Transkodierung H.265 und weiter Formate). Da ich die Firmware auf meinem Uralt-Rechner nicht zum laufen bekomme und ich schon öfters gelesen habe dass man für die DS91x+ spezielle Hardwareanforderungen hat, wollte ich mal hier nach Empfehlungen frage. Ich hätte gerne einen Server für 4-8 Platten der nicht mehr als 400€ kostet. (Platten sind vorhanden). Mich graust es einfach davor Hardware zu kaufen die dann nicht mit DS91x+ läuft und ich in die Röhre schaue. Wäre toll wenn mir jemand Hardwaretipps geben kann oder bereits selbst einen DS91x+ am laufen hat. Würde mich sehr freuen.☺️ Profiler64
  8. Hi there, I have a 2 synology boxes and 1 xpenology. I am wondering if any of you has a package or knows a package to benchmark CPU. The closes thing I have from that is in this post : https://forum.synology.com/enu/viewtopic.php?t=93106 But it is not really a benchmark tool as it only test on one core... The goal (especially for xpenology) would be to know which box is the best in transcoding videos. Please do not tell me to go to cpubenchmark website as all soft we are using on xpenology are hacks, I would prefer directly testing the hacks. (example: I am using a xeon processor s771 into a mobo s775 with a hardware hack) Cheers
  9. Hello all this is my first time on here but i have been mucking around with XPEonolgy for a while now but i cant figure this out right now. I had my system running well on a HP Microserver Gen8. Today i have replaced the CPU for Xeon version but now its coming up to install the PAT file again and wipe the hard drives. That is something that i can not do because i dont want to lose my data. Had anyone else had this. If so could you please help me. Thank you in advance. I am running HP Microserver Gen8 10gb Ram 3 X WD Red Old CPU Intel Celeron G1610T New CPU Intel Xeon E3-1220L
×
×
  • Create New...